konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginLdapAuthAdvanced
Explore with Pulumi AI
Using getGatewayPluginLdapAuthAdvanced
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGatewayPluginLdapAuthAdvanced(args: GetGatewayPluginLdapAuthAdvancedArgs, opts?: InvokeOptions): Promise<GetGatewayPluginLdapAuthAdvancedResult>
function getGatewayPluginLdapAuthAdvancedOutput(args: GetGatewayPluginLdapAuthAdvancedOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginLdapAuthAdvancedResult>
def get_gateway_plugin_ldap_auth_advanced(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginLdapAuthAdvancedResult
def get_gateway_plugin_ldap_auth_advanced_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginLdapAuthAdvancedResult]
func LookupGatewayPluginLdapAuthAdvanced(ctx *Context, args *LookupGatewayPluginLdapAuthAdvancedArgs, opts ...InvokeOption) (*LookupGatewayPluginLdapAuthAdvancedResult, error)
func LookupGatewayPluginLdapAuthAdvancedOutput(ctx *Context, args *LookupGatewayPluginLdapAuthAdvancedOutputArgs, opts ...InvokeOption) LookupGatewayPluginLdapAuthAdvancedResultOutput
> Note: This function is named LookupGatewayPluginLdapAuthAdvanced
in the Go SDK.
public static class GetGatewayPluginLdapAuthAdvanced
{
public static Task<GetGatewayPluginLdapAuthAdvancedResult> InvokeAsync(GetGatewayPluginLdapAuthAdvancedArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginLdapAuthAdvancedResult> Invoke(GetGatewayPluginLdapAuthAdvancedInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginLdapAuthAdvancedResult> getGatewayPluginLdapAuthAdvanced(GetGatewayPluginLdapAuthAdvancedArgs args, InvokeOptions options)
public static Output<GetGatewayPluginLdapAuthAdvancedResult> getGatewayPluginLdapAuthAdvanced(GetGatewayPluginLdapAuthAdvancedArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginLdapAuthAdvanced:getGatewayPluginLdapAuthAdvanced
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginLdapAuthAdvanced Result
The following output properties are available:
- Config
Get
Gateway Plugin Ldap Auth Advanced Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Ldap Auth Advanced Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Ldap Auth Advanced Route - Service
Get
Gateway Plugin Ldap Auth Advanced Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Ldap Auth Advanced Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Ldap Auth Advanced Ordering - Protocols []string
- Route
Get
Gateway Plugin Ldap Auth Advanced Route - Service
Get
Gateway Plugin Ldap Auth Advanced Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Ldap Auth Advanced Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Ldap Auth Advanced Ordering - protocols List<String>
- route
Get
Gateway Plugin Ldap Auth Advanced Route - service
Get
Gateway Plugin Ldap Auth Advanced Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Ldap Auth Advanced Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Ldap Auth Advanced Ordering - protocols string[]
- route
Get
Gateway Plugin Ldap Auth Advanced Route - service
Get
Gateway Plugin Ldap Auth Advanced Service - string[]
- updated
At number
- config
Get
Gateway Plugin Ldap Auth Advanced Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Ldap Auth Advanced Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Ldap Auth Advanced Route - service
Get
Gateway Plugin Ldap Auth Advanced Service - Sequence[str]
- updated_
at float
- config Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginLdapAuthAdvancedConfig
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request will fail with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - Attribute string
- Attribute to be used to search the user; e.g., "cn".
- Base
Dn string - Base DN as the starting point for the search; e.g., 'dc=example,dc=com'.
- Bind
Dn string - The DN to bind to. Used to perform LDAP search of user. This
bind_dn
should have permissions to search for the user being authenticated. - Cache
Ttl double - Cache expiry time in seconds.
- Consumer
Bies List<string> - Whether to authenticate consumers based on
username
,custom_id
, or both. - Consumer
Optional bool - Whether consumer mapping is optional. If
consumer_optional=true
, the plugin will not attempt to associate a consumer with the LDAP authenticated user. - Group
Base stringDn - Sets a distinguished name (DN) for the entry where LDAP searches for groups begin. This field is case-insensitive.',dc=com'.
- Group
Member stringAttribute - Sets the attribute holding the members of the LDAP group. This field is case-sensitive.
- Group
Name stringAttribute - Sets the attribute holding the name of a group, typically called
name
(in Active Directory) orcn
(in OpenLDAP). This field is case-insensitive. - Groups
Requireds List<string> - The groups required to be present in the LDAP search result for successful authorization. This config parameter works in both AND / OR cases. - When
["group1 group2"]
are in the same array indices, bothgroup1
ANDgroup2
need to be present in the LDAP search result. - When["group1", "group2"]
are in different array indices, eithergroup1
ORgroup2
need to be present in the LDAP search result. - Header
Type string - An optional string to use as part of the Authorization header. By default, a valid Authorization header looks like this:
Authorization: ldap base64(username:password)
. Ifheader_type
is set to "basic", then the Authorization header would beAuthorization: basic base64(username:password)
. Note thatheader_type
can take any string, not just'ldap'
and'basic'
. - Hide
Credentials bool - An optional boolean value telling the plugin to hide the credential to the upstream server. It will be removed by Kong before proxying the request.
- Keepalive double
- An optional value in milliseconds that defines how long an idle connection to LDAP server will live before being closed.
- Ldap
Host string - Host on which the LDAP server is running.
- Ldap
Password string - The password to the LDAP server.
- Ldap
Port double - TCP port where the LDAP server is listening. 389 is the default port for non-SSL LDAP and AD. 636 is the port required for SSL LDAP and AD. If
ldaps
is configured, you must use port 636. - Ldaps bool
- Set it to
true
to useldaps
, a secure protocol (that can be configured to TLS) to connect to the LDAP server. Whenldaps
is configured, you must use port 636. If theldap
setting is enabled, ensure thestart_tls
setting is disabled. - Log
Search boolResults - Displays all the LDAP search results received from the LDAP server for debugging purposes. Not recommended to be enabled in a production environment.
- Realm string
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - Start
Tls bool - Set it to
true
to issue StartTLS (Transport Layer Security) extended operation overldap
connection. If thestart_tls
setting is enabled, ensure theldaps
setting is disabled. - Timeout double
- An optional timeout in milliseconds when waiting for connection with LDAP server.
- Verify
Ldap boolHost - Set to
true
to authenticate LDAP server. The server certificate will be verified according to the CA certificates specified by thelua_ssl_trusted_certificate
directive.
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request will fail with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - Attribute string
- Attribute to be used to search the user; e.g., "cn".
- Base
Dn string - Base DN as the starting point for the search; e.g., 'dc=example,dc=com'.
- Bind
Dn string - The DN to bind to. Used to perform LDAP search of user. This
bind_dn
should have permissions to search for the user being authenticated. - Cache
Ttl float64 - Cache expiry time in seconds.
- Consumer
Bies []string - Whether to authenticate consumers based on
username
,custom_id
, or both. - Consumer
Optional bool - Whether consumer mapping is optional. If
consumer_optional=true
, the plugin will not attempt to associate a consumer with the LDAP authenticated user. - Group
Base stringDn - Sets a distinguished name (DN) for the entry where LDAP searches for groups begin. This field is case-insensitive.',dc=com'.
- Group
Member stringAttribute - Sets the attribute holding the members of the LDAP group. This field is case-sensitive.
- Group
Name stringAttribute - Sets the attribute holding the name of a group, typically called
name
(in Active Directory) orcn
(in OpenLDAP). This field is case-insensitive. - Groups
Requireds []string - The groups required to be present in the LDAP search result for successful authorization. This config parameter works in both AND / OR cases. - When
["group1 group2"]
are in the same array indices, bothgroup1
ANDgroup2
need to be present in the LDAP search result. - When["group1", "group2"]
are in different array indices, eithergroup1
ORgroup2
need to be present in the LDAP search result. - Header
Type string - An optional string to use as part of the Authorization header. By default, a valid Authorization header looks like this:
Authorization: ldap base64(username:password)
. Ifheader_type
is set to "basic", then the Authorization header would beAuthorization: basic base64(username:password)
. Note thatheader_type
can take any string, not just'ldap'
and'basic'
. - Hide
Credentials bool - An optional boolean value telling the plugin to hide the credential to the upstream server. It will be removed by Kong before proxying the request.
- Keepalive float64
- An optional value in milliseconds that defines how long an idle connection to LDAP server will live before being closed.
- Ldap
Host string - Host on which the LDAP server is running.
- Ldap
Password string - The password to the LDAP server.
- Ldap
Port float64 - TCP port where the LDAP server is listening. 389 is the default port for non-SSL LDAP and AD. 636 is the port required for SSL LDAP and AD. If
ldaps
is configured, you must use port 636. - Ldaps bool
- Set it to
true
to useldaps
, a secure protocol (that can be configured to TLS) to connect to the LDAP server. Whenldaps
is configured, you must use port 636. If theldap
setting is enabled, ensure thestart_tls
setting is disabled. - Log
Search boolResults - Displays all the LDAP search results received from the LDAP server for debugging purposes. Not recommended to be enabled in a production environment.
- Realm string
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - Start
Tls bool - Set it to
true
to issue StartTLS (Transport Layer Security) extended operation overldap
connection. If thestart_tls
setting is enabled, ensure theldaps
setting is disabled. - Timeout float64
- An optional timeout in milliseconds when waiting for connection with LDAP server.
- Verify
Ldap boolHost - Set to
true
to authenticate LDAP server. The server certificate will be verified according to the CA certificates specified by thelua_ssl_trusted_certificate
directive.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request will fail with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - attribute String
- Attribute to be used to search the user; e.g., "cn".
- base
Dn String - Base DN as the starting point for the search; e.g., 'dc=example,dc=com'.
- bind
Dn String - The DN to bind to. Used to perform LDAP search of user. This
bind_dn
should have permissions to search for the user being authenticated. - cache
Ttl Double - Cache expiry time in seconds.
- consumer
Bies List<String> - Whether to authenticate consumers based on
username
,custom_id
, or both. - consumer
Optional Boolean - Whether consumer mapping is optional. If
consumer_optional=true
, the plugin will not attempt to associate a consumer with the LDAP authenticated user. - group
Base StringDn - Sets a distinguished name (DN) for the entry where LDAP searches for groups begin. This field is case-insensitive.',dc=com'.
- group
Member StringAttribute - Sets the attribute holding the members of the LDAP group. This field is case-sensitive.
- group
Name StringAttribute - Sets the attribute holding the name of a group, typically called
name
(in Active Directory) orcn
(in OpenLDAP). This field is case-insensitive. - groups
Requireds List<String> - The groups required to be present in the LDAP search result for successful authorization. This config parameter works in both AND / OR cases. - When
["group1 group2"]
are in the same array indices, bothgroup1
ANDgroup2
need to be present in the LDAP search result. - When["group1", "group2"]
are in different array indices, eithergroup1
ORgroup2
need to be present in the LDAP search result. - header
Type String - An optional string to use as part of the Authorization header. By default, a valid Authorization header looks like this:
Authorization: ldap base64(username:password)
. Ifheader_type
is set to "basic", then the Authorization header would beAuthorization: basic base64(username:password)
. Note thatheader_type
can take any string, not just'ldap'
and'basic'
. - hide
Credentials Boolean - An optional boolean value telling the plugin to hide the credential to the upstream server. It will be removed by Kong before proxying the request.
- keepalive Double
- An optional value in milliseconds that defines how long an idle connection to LDAP server will live before being closed.
- ldap
Host String - Host on which the LDAP server is running.
- ldap
Password String - The password to the LDAP server.
- ldap
Port Double - TCP port where the LDAP server is listening. 389 is the default port for non-SSL LDAP and AD. 636 is the port required for SSL LDAP and AD. If
ldaps
is configured, you must use port 636. - ldaps Boolean
- Set it to
true
to useldaps
, a secure protocol (that can be configured to TLS) to connect to the LDAP server. Whenldaps
is configured, you must use port 636. If theldap
setting is enabled, ensure thestart_tls
setting is disabled. - log
Search BooleanResults - Displays all the LDAP search results received from the LDAP server for debugging purposes. Not recommended to be enabled in a production environment.
- realm String
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - start
Tls Boolean - Set it to
true
to issue StartTLS (Transport Layer Security) extended operation overldap
connection. If thestart_tls
setting is enabled, ensure theldaps
setting is disabled. - timeout Double
- An optional timeout in milliseconds when waiting for connection with LDAP server.
- verify
Ldap BooleanHost - Set to
true
to authenticate LDAP server. The server certificate will be verified according to the CA certificates specified by thelua_ssl_trusted_certificate
directive.
- anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request will fail with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - attribute string
- Attribute to be used to search the user; e.g., "cn".
- base
Dn string - Base DN as the starting point for the search; e.g., 'dc=example,dc=com'.
- bind
Dn string - The DN to bind to. Used to perform LDAP search of user. This
bind_dn
should have permissions to search for the user being authenticated. - cache
Ttl number - Cache expiry time in seconds.
- consumer
Bies string[] - Whether to authenticate consumers based on
username
,custom_id
, or both. - consumer
Optional boolean - Whether consumer mapping is optional. If
consumer_optional=true
, the plugin will not attempt to associate a consumer with the LDAP authenticated user. - group
Base stringDn - Sets a distinguished name (DN) for the entry where LDAP searches for groups begin. This field is case-insensitive.',dc=com'.
- group
Member stringAttribute - Sets the attribute holding the members of the LDAP group. This field is case-sensitive.
- group
Name stringAttribute - Sets the attribute holding the name of a group, typically called
name
(in Active Directory) orcn
(in OpenLDAP). This field is case-insensitive. - groups
Requireds string[] - The groups required to be present in the LDAP search result for successful authorization. This config parameter works in both AND / OR cases. - When
["group1 group2"]
are in the same array indices, bothgroup1
ANDgroup2
need to be present in the LDAP search result. - When["group1", "group2"]
are in different array indices, eithergroup1
ORgroup2
need to be present in the LDAP search result. - header
Type string - An optional string to use as part of the Authorization header. By default, a valid Authorization header looks like this:
Authorization: ldap base64(username:password)
. Ifheader_type
is set to "basic", then the Authorization header would beAuthorization: basic base64(username:password)
. Note thatheader_type
can take any string, not just'ldap'
and'basic'
. - hide
Credentials boolean - An optional boolean value telling the plugin to hide the credential to the upstream server. It will be removed by Kong before proxying the request.
- keepalive number
- An optional value in milliseconds that defines how long an idle connection to LDAP server will live before being closed.
- ldap
Host string - Host on which the LDAP server is running.
- ldap
Password string - The password to the LDAP server.
- ldap
Port number - TCP port where the LDAP server is listening. 389 is the default port for non-SSL LDAP and AD. 636 is the port required for SSL LDAP and AD. If
ldaps
is configured, you must use port 636. - ldaps boolean
- Set it to
true
to useldaps
, a secure protocol (that can be configured to TLS) to connect to the LDAP server. Whenldaps
is configured, you must use port 636. If theldap
setting is enabled, ensure thestart_tls
setting is disabled. - log
Search booleanResults - Displays all the LDAP search results received from the LDAP server for debugging purposes. Not recommended to be enabled in a production environment.
- realm string
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - start
Tls boolean - Set it to
true
to issue StartTLS (Transport Layer Security) extended operation overldap
connection. If thestart_tls
setting is enabled, ensure theldaps
setting is disabled. - timeout number
- An optional timeout in milliseconds when waiting for connection with LDAP server.
- verify
Ldap booleanHost - Set to
true
to authenticate LDAP server. The server certificate will be verified according to the CA certificates specified by thelua_ssl_trusted_certificate
directive.
- anonymous str
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request will fail with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - attribute str
- Attribute to be used to search the user; e.g., "cn".
- base_
dn str - Base DN as the starting point for the search; e.g., 'dc=example,dc=com'.
- bind_
dn str - The DN to bind to. Used to perform LDAP search of user. This
bind_dn
should have permissions to search for the user being authenticated. - cache_
ttl float - Cache expiry time in seconds.
- consumer_
bies Sequence[str] - Whether to authenticate consumers based on
username
,custom_id
, or both. - consumer_
optional bool - Whether consumer mapping is optional. If
consumer_optional=true
, the plugin will not attempt to associate a consumer with the LDAP authenticated user. - group_
base_ strdn - Sets a distinguished name (DN) for the entry where LDAP searches for groups begin. This field is case-insensitive.',dc=com'.
- group_
member_ strattribute - Sets the attribute holding the members of the LDAP group. This field is case-sensitive.
- group_
name_ strattribute - Sets the attribute holding the name of a group, typically called
name
(in Active Directory) orcn
(in OpenLDAP). This field is case-insensitive. - groups_
requireds Sequence[str] - The groups required to be present in the LDAP search result for successful authorization. This config parameter works in both AND / OR cases. - When
["group1 group2"]
are in the same array indices, bothgroup1
ANDgroup2
need to be present in the LDAP search result. - When["group1", "group2"]
are in different array indices, eithergroup1
ORgroup2
need to be present in the LDAP search result. - header_
type str - An optional string to use as part of the Authorization header. By default, a valid Authorization header looks like this:
Authorization: ldap base64(username:password)
. Ifheader_type
is set to "basic", then the Authorization header would beAuthorization: basic base64(username:password)
. Note thatheader_type
can take any string, not just'ldap'
and'basic'
. - hide_
credentials bool - An optional boolean value telling the plugin to hide the credential to the upstream server. It will be removed by Kong before proxying the request.
- keepalive float
- An optional value in milliseconds that defines how long an idle connection to LDAP server will live before being closed.
- ldap_
host str - Host on which the LDAP server is running.
- ldap_
password str - The password to the LDAP server.
- ldap_
port float - TCP port where the LDAP server is listening. 389 is the default port for non-SSL LDAP and AD. 636 is the port required for SSL LDAP and AD. If
ldaps
is configured, you must use port 636. - ldaps bool
- Set it to
true
to useldaps
, a secure protocol (that can be configured to TLS) to connect to the LDAP server. Whenldaps
is configured, you must use port 636. If theldap
setting is enabled, ensure thestart_tls
setting is disabled. - log_
search_ boolresults - Displays all the LDAP search results received from the LDAP server for debugging purposes. Not recommended to be enabled in a production environment.
- realm str
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - start_
tls bool - Set it to
true
to issue StartTLS (Transport Layer Security) extended operation overldap
connection. If thestart_tls
setting is enabled, ensure theldaps
setting is disabled. - timeout float
- An optional timeout in milliseconds when waiting for connection with LDAP server.
- verify_
ldap_ boolhost - Set to
true
to authenticate LDAP server. The server certificate will be verified according to the CA certificates specified by thelua_ssl_trusted_certificate
directive.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request will fail with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - attribute String
- Attribute to be used to search the user; e.g., "cn".
- base
Dn String - Base DN as the starting point for the search; e.g., 'dc=example,dc=com'.
- bind
Dn String - The DN to bind to. Used to perform LDAP search of user. This
bind_dn
should have permissions to search for the user being authenticated. - cache
Ttl Number - Cache expiry time in seconds.
- consumer
Bies List<String> - Whether to authenticate consumers based on
username
,custom_id
, or both. - consumer
Optional Boolean - Whether consumer mapping is optional. If
consumer_optional=true
, the plugin will not attempt to associate a consumer with the LDAP authenticated user. - group
Base StringDn - Sets a distinguished name (DN) for the entry where LDAP searches for groups begin. This field is case-insensitive.',dc=com'.
- group
Member StringAttribute - Sets the attribute holding the members of the LDAP group. This field is case-sensitive.
- group
Name StringAttribute - Sets the attribute holding the name of a group, typically called
name
(in Active Directory) orcn
(in OpenLDAP). This field is case-insensitive. - groups
Requireds List<String> - The groups required to be present in the LDAP search result for successful authorization. This config parameter works in both AND / OR cases. - When
["group1 group2"]
are in the same array indices, bothgroup1
ANDgroup2
need to be present in the LDAP search result. - When["group1", "group2"]
are in different array indices, eithergroup1
ORgroup2
need to be present in the LDAP search result. - header
Type String - An optional string to use as part of the Authorization header. By default, a valid Authorization header looks like this:
Authorization: ldap base64(username:password)
. Ifheader_type
is set to "basic", then the Authorization header would beAuthorization: basic base64(username:password)
. Note thatheader_type
can take any string, not just'ldap'
and'basic'
. - hide
Credentials Boolean - An optional boolean value telling the plugin to hide the credential to the upstream server. It will be removed by Kong before proxying the request.
- keepalive Number
- An optional value in milliseconds that defines how long an idle connection to LDAP server will live before being closed.
- ldap
Host String - Host on which the LDAP server is running.
- ldap
Password String - The password to the LDAP server.
- ldap
Port Number - TCP port where the LDAP server is listening. 389 is the default port for non-SSL LDAP and AD. 636 is the port required for SSL LDAP and AD. If
ldaps
is configured, you must use port 636. - ldaps Boolean
- Set it to
true
to useldaps
, a secure protocol (that can be configured to TLS) to connect to the LDAP server. Whenldaps
is configured, you must use port 636. If theldap
setting is enabled, ensure thestart_tls
setting is disabled. - log
Search BooleanResults - Displays all the LDAP search results received from the LDAP server for debugging purposes. Not recommended to be enabled in a production environment.
- realm String
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - start
Tls Boolean - Set it to
true
to issue StartTLS (Transport Layer Security) extended operation overldap
connection. If thestart_tls
setting is enabled, ensure theldaps
setting is disabled. - timeout Number
- An optional timeout in milliseconds when waiting for connection with LDAP server.
- verify
Ldap BooleanHost - Set to
true
to authenticate LDAP server. The server certificate will be verified according to the CA certificates specified by thelua_ssl_trusted_certificate
directive.
GetGatewayPluginLdapAuthAdvancedOrdering
GetGatewayPluginLdapAuthAdvancedOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginLdapAuthAdvancedOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginLdapAuthAdvancedRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginLdapAuthAdvancedService
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.