konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginSaml
Explore with Pulumi AI
Using getGatewayPluginSaml
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 getGatewayPluginSaml(args: GetGatewayPluginSamlArgs, opts?: InvokeOptions): Promise<GetGatewayPluginSamlResult>
function getGatewayPluginSamlOutput(args: GetGatewayPluginSamlOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginSamlResult>
def get_gateway_plugin_saml(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginSamlResult
def get_gateway_plugin_saml_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginSamlResult]
func LookupGatewayPluginSaml(ctx *Context, args *LookupGatewayPluginSamlArgs, opts ...InvokeOption) (*LookupGatewayPluginSamlResult, error)
func LookupGatewayPluginSamlOutput(ctx *Context, args *LookupGatewayPluginSamlOutputArgs, opts ...InvokeOption) LookupGatewayPluginSamlResultOutput
> Note: This function is named LookupGatewayPluginSaml
in the Go SDK.
public static class GetGatewayPluginSaml
{
public static Task<GetGatewayPluginSamlResult> InvokeAsync(GetGatewayPluginSamlArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginSamlResult> Invoke(GetGatewayPluginSamlInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginSamlResult> getGatewayPluginSaml(GetGatewayPluginSamlArgs args, InvokeOptions options)
public static Output<GetGatewayPluginSamlResult> getGatewayPluginSaml(GetGatewayPluginSamlArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginSaml:getGatewayPluginSaml
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
getGatewayPluginSaml Result
The following output properties are available:
- Config
Get
Gateway Plugin Saml Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Saml Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Saml Route - Service
Get
Gateway Plugin Saml Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Saml Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Saml Ordering - Protocols []string
- Route
Get
Gateway Plugin Saml Route - Service
Get
Gateway Plugin Saml Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Saml Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Saml Ordering - protocols List<String>
- route
Get
Gateway Plugin Saml Route - service
Get
Gateway Plugin Saml Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Saml Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Saml Ordering - protocols string[]
- route
Get
Gateway Plugin Saml Route - service
Get
Gateway Plugin Saml Service - string[]
- updated
At number
- config
Get
Gateway Plugin Saml Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Saml Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Saml Route - service
Get
Gateway Plugin Saml 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
GetGatewayPluginSamlConfig
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
- Assertion
Consumer stringPath - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- Idp
Certificate string - The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (
BEGIN CERTIFICATE
) and footer (END CERTIFICATE
) lines. - Idp
Sso stringUrl - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Issuer string
- The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
- Nameid
Format string - The requested
NameId
format. Options available are: -Unspecified
-EmailAddress
-Persistent
-Transient
- Redis
Get
Gateway Plugin Saml Config Redis - Request
Digest stringAlgorithm - The digest algorithm for Authn requests: -
SHA256
-SHA1
- Request
Signature stringAlgorithm - The signature algorithm for signing Authn requests. Options available are: -
SHA256
-SHA384
-SHA512
- Request
Signing stringCertificate - The certificate for signing requests.
- Request
Signing stringKey - The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The
request_signing_certificate
parameter must be set as well. - Response
Digest stringAlgorithm - The algorithm for verifying digest in SAML responses: -
SHA256
-SHA1
- Response
Encryption stringKey - The private encryption key required to decrypt encrypted assertions.
- Response
Signature stringAlgorithm - The algorithm for validating signatures in SAML responses. Options available are: -
SHA256
-SHA384
-SHA512
- Session
Absolute doubleTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- Session
Audience string - The session audience, for example "my-application"
- string
- The session cookie domain flag.
- bool
- Forbids JavaScript from accessing the cookie, for example, through the
Document.cookie
property. - string
- The session cookie name.
- string
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- string
- Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
- bool
- The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
- Session
Enforce boolSame Subject - When set to
true
, audiences are forced to share the same subject. - Session
Hash boolStorage Key - When set to
true
, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie. - Session
Hash boolSubject - When set to
true
, the value of subject is hashed before being stored. Only applies whensession_store_metadata
is enabled. - Session
Idling doubleTimeout - The session cookie idle time in seconds.
- Session
Memcached stringHost - The memcached host.
- Session
Memcached doublePort - An integer representing a port number between 0 and 65535, inclusive.
- Session
Memcached stringPrefix - The memcached session key prefix.
- Session
Memcached stringSocket - The memcached unix socket path.
- Session
Remember bool - Enables or disables persistent sessions
- Session
Remember doubleAbsolute Timeout - Persistent session absolute timeout in seconds.
- string
- Persistent session cookie name
- Session
Remember doubleRolling Timeout - Persistent session rolling timeout in seconds.
- Session
Request List<string>Headers - Session
Response List<string>Headers - Session
Rolling doubleTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- Session
Secret string - The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers,
/
,_
and+
). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange. - Session
Storage string - The session storage for session data: -
cookie
: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. -memcached
: stores session data in memcached -redis
: stores session data in Redis - Session
Store boolMetadata - Configures whether or not session metadata should be stored. This includes information about the active sessions for the
specific_audience
belonging to a specific subject. - Validate
Assertion boolSignature - Enable signature validation for SAML responses.
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
- Assertion
Consumer stringPath - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- Idp
Certificate string - The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (
BEGIN CERTIFICATE
) and footer (END CERTIFICATE
) lines. - Idp
Sso stringUrl - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Issuer string
- The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
- Nameid
Format string - The requested
NameId
format. Options available are: -Unspecified
-EmailAddress
-Persistent
-Transient
- Redis
Get
Gateway Plugin Saml Config Redis - Request
Digest stringAlgorithm - The digest algorithm for Authn requests: -
SHA256
-SHA1
- Request
Signature stringAlgorithm - The signature algorithm for signing Authn requests. Options available are: -
SHA256
-SHA384
-SHA512
- Request
Signing stringCertificate - The certificate for signing requests.
- Request
Signing stringKey - The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The
request_signing_certificate
parameter must be set as well. - Response
Digest stringAlgorithm - The algorithm for verifying digest in SAML responses: -
SHA256
-SHA1
- Response
Encryption stringKey - The private encryption key required to decrypt encrypted assertions.
- Response
Signature stringAlgorithm - The algorithm for validating signatures in SAML responses. Options available are: -
SHA256
-SHA384
-SHA512
- Session
Absolute float64Timeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- Session
Audience string - The session audience, for example "my-application"
- string
- The session cookie domain flag.
- bool
- Forbids JavaScript from accessing the cookie, for example, through the
Document.cookie
property. - string
- The session cookie name.
- string
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- string
- Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
- bool
- The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
- Session
Enforce boolSame Subject - When set to
true
, audiences are forced to share the same subject. - Session
Hash boolStorage Key - When set to
true
, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie. - Session
Hash boolSubject - When set to
true
, the value of subject is hashed before being stored. Only applies whensession_store_metadata
is enabled. - Session
Idling float64Timeout - The session cookie idle time in seconds.
- Session
Memcached stringHost - The memcached host.
- Session
Memcached float64Port - An integer representing a port number between 0 and 65535, inclusive.
- Session
Memcached stringPrefix - The memcached session key prefix.
- Session
Memcached stringSocket - The memcached unix socket path.
- Session
Remember bool - Enables or disables persistent sessions
- Session
Remember float64Absolute Timeout - Persistent session absolute timeout in seconds.
- string
- Persistent session cookie name
- Session
Remember float64Rolling Timeout - Persistent session rolling timeout in seconds.
- Session
Request []stringHeaders - Session
Response []stringHeaders - Session
Rolling float64Timeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- Session
Secret string - The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers,
/
,_
and+
). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange. - Session
Storage string - The session storage for session data: -
cookie
: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. -memcached
: stores session data in memcached -redis
: stores session data in Redis - Session
Store boolMetadata - Configures whether or not session metadata should be stored. This includes information about the active sessions for the
specific_audience
belonging to a specific subject. - Validate
Assertion boolSignature - Enable signature validation for SAML responses.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
- assertion
Consumer StringPath - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- idp
Certificate String - The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (
BEGIN CERTIFICATE
) and footer (END CERTIFICATE
) lines. - idp
Sso StringUrl - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- issuer String
- The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
- nameid
Format String - The requested
NameId
format. Options available are: -Unspecified
-EmailAddress
-Persistent
-Transient
- redis
Get
Gateway Plugin Saml Config Redis - request
Digest StringAlgorithm - The digest algorithm for Authn requests: -
SHA256
-SHA1
- request
Signature StringAlgorithm - The signature algorithm for signing Authn requests. Options available are: -
SHA256
-SHA384
-SHA512
- request
Signing StringCertificate - The certificate for signing requests.
- request
Signing StringKey - The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The
request_signing_certificate
parameter must be set as well. - response
Digest StringAlgorithm - The algorithm for verifying digest in SAML responses: -
SHA256
-SHA1
- response
Encryption StringKey - The private encryption key required to decrypt encrypted assertions.
- response
Signature StringAlgorithm - The algorithm for validating signatures in SAML responses. Options available are: -
SHA256
-SHA384
-SHA512
- session
Absolute DoubleTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session
Audience String - The session audience, for example "my-application"
- String
- The session cookie domain flag.
- Boolean
- Forbids JavaScript from accessing the cookie, for example, through the
Document.cookie
property. - String
- The session cookie name.
- String
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- String
- Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
- Boolean
- The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
- session
Enforce BooleanSame Subject - When set to
true
, audiences are forced to share the same subject. - session
Hash BooleanStorage Key - When set to
true
, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie. - session
Hash BooleanSubject - When set to
true
, the value of subject is hashed before being stored. Only applies whensession_store_metadata
is enabled. - session
Idling DoubleTimeout - The session cookie idle time in seconds.
- session
Memcached StringHost - The memcached host.
- session
Memcached DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- session
Memcached StringPrefix - The memcached session key prefix.
- session
Memcached StringSocket - The memcached unix socket path.
- session
Remember Boolean - Enables or disables persistent sessions
- session
Remember DoubleAbsolute Timeout - Persistent session absolute timeout in seconds.
- String
- Persistent session cookie name
- session
Remember DoubleRolling Timeout - Persistent session rolling timeout in seconds.
- session
Request List<String>Headers - session
Response List<String>Headers - session
Rolling DoubleTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session
Secret String - The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers,
/
,_
and+
). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange. - session
Storage String - The session storage for session data: -
cookie
: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. -memcached
: stores session data in memcached -redis
: stores session data in Redis - session
Store BooleanMetadata - Configures whether or not session metadata should be stored. This includes information about the active sessions for the
specific_audience
belonging to a specific subject. - validate
Assertion BooleanSignature - Enable signature validation for SAML responses.
- anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
- assertion
Consumer stringPath - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- idp
Certificate string - The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (
BEGIN CERTIFICATE
) and footer (END CERTIFICATE
) lines. - idp
Sso stringUrl - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- issuer string
- The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
- nameid
Format string - The requested
NameId
format. Options available are: -Unspecified
-EmailAddress
-Persistent
-Transient
- redis
Get
Gateway Plugin Saml Config Redis - request
Digest stringAlgorithm - The digest algorithm for Authn requests: -
SHA256
-SHA1
- request
Signature stringAlgorithm - The signature algorithm for signing Authn requests. Options available are: -
SHA256
-SHA384
-SHA512
- request
Signing stringCertificate - The certificate for signing requests.
- request
Signing stringKey - The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The
request_signing_certificate
parameter must be set as well. - response
Digest stringAlgorithm - The algorithm for verifying digest in SAML responses: -
SHA256
-SHA1
- response
Encryption stringKey - The private encryption key required to decrypt encrypted assertions.
- response
Signature stringAlgorithm - The algorithm for validating signatures in SAML responses. Options available are: -
SHA256
-SHA384
-SHA512
- session
Absolute numberTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session
Audience string - The session audience, for example "my-application"
- string
- The session cookie domain flag.
- boolean
- Forbids JavaScript from accessing the cookie, for example, through the
Document.cookie
property. - string
- The session cookie name.
- string
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- string
- Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
- boolean
- The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
- session
Enforce booleanSame Subject - When set to
true
, audiences are forced to share the same subject. - session
Hash booleanStorage Key - When set to
true
, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie. - session
Hash booleanSubject - When set to
true
, the value of subject is hashed before being stored. Only applies whensession_store_metadata
is enabled. - session
Idling numberTimeout - The session cookie idle time in seconds.
- session
Memcached stringHost - The memcached host.
- session
Memcached numberPort - An integer representing a port number between 0 and 65535, inclusive.
- session
Memcached stringPrefix - The memcached session key prefix.
- session
Memcached stringSocket - The memcached unix socket path.
- session
Remember boolean - Enables or disables persistent sessions
- session
Remember numberAbsolute Timeout - Persistent session absolute timeout in seconds.
- string
- Persistent session cookie name
- session
Remember numberRolling Timeout - Persistent session rolling timeout in seconds.
- session
Request string[]Headers - session
Response string[]Headers - session
Rolling numberTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session
Secret string - The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers,
/
,_
and+
). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange. - session
Storage string - The session storage for session data: -
cookie
: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. -memcached
: stores session data in memcached -redis
: stores session data in Redis - session
Store booleanMetadata - Configures whether or not session metadata should be stored. This includes information about the active sessions for the
specific_audience
belonging to a specific subject. - validate
Assertion booleanSignature - Enable signature validation for SAML responses.
- anonymous str
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
- assertion_
consumer_ strpath - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- idp_
certificate str - The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (
BEGIN CERTIFICATE
) and footer (END CERTIFICATE
) lines. - idp_
sso_ strurl - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- issuer str
- The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
- nameid_
format str - The requested
NameId
format. Options available are: -Unspecified
-EmailAddress
-Persistent
-Transient
- redis
Get
Gateway Plugin Saml Config Redis - request_
digest_ stralgorithm - The digest algorithm for Authn requests: -
SHA256
-SHA1
- request_
signature_ stralgorithm - The signature algorithm for signing Authn requests. Options available are: -
SHA256
-SHA384
-SHA512
- request_
signing_ strcertificate - The certificate for signing requests.
- request_
signing_ strkey - The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The
request_signing_certificate
parameter must be set as well. - response_
digest_ stralgorithm - The algorithm for verifying digest in SAML responses: -
SHA256
-SHA1
- response_
encryption_ strkey - The private encryption key required to decrypt encrypted assertions.
- response_
signature_ stralgorithm - The algorithm for validating signatures in SAML responses. Options available are: -
SHA256
-SHA384
-SHA512
- session_
absolute_ floattimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session_
audience str - The session audience, for example "my-application"
- str
- The session cookie domain flag.
- bool
- Forbids JavaScript from accessing the cookie, for example, through the
Document.cookie
property. - str
- The session cookie name.
- str
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- str
- Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
- bool
- The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
- session_
enforce_ boolsame_ subject - When set to
true
, audiences are forced to share the same subject. - session_
hash_ boolstorage_ key - When set to
true
, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie. - session_
hash_ boolsubject - When set to
true
, the value of subject is hashed before being stored. Only applies whensession_store_metadata
is enabled. - session_
idling_ floattimeout - The session cookie idle time in seconds.
- session_
memcached_ strhost - The memcached host.
- session_
memcached_ floatport - An integer representing a port number between 0 and 65535, inclusive.
- session_
memcached_ strprefix - The memcached session key prefix.
- session_
memcached_ strsocket - The memcached unix socket path.
- session_
remember bool - Enables or disables persistent sessions
- session_
remember_ floatabsolute_ timeout - Persistent session absolute timeout in seconds.
- str
- Persistent session cookie name
- session_
remember_ floatrolling_ timeout - Persistent session rolling timeout in seconds.
- session_
request_ Sequence[str]headers - session_
response_ Sequence[str]headers - session_
rolling_ floattimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session_
secret str - The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers,
/
,_
and+
). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange. - session_
storage str - The session storage for session data: -
cookie
: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. -memcached
: stores session data in memcached -redis
: stores session data in Redis - session_
store_ boolmetadata - Configures whether or not session metadata should be stored. This includes information about the active sessions for the
specific_audience
belonging to a specific subject. - validate_
assertion_ boolsignature - Enable signature validation for SAML responses.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
- assertion
Consumer StringPath - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- idp
Certificate String - The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (
BEGIN CERTIFICATE
) and footer (END CERTIFICATE
) lines. - idp
Sso StringUrl - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- issuer String
- The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
- nameid
Format String - The requested
NameId
format. Options available are: -Unspecified
-EmailAddress
-Persistent
-Transient
- redis Property Map
- request
Digest StringAlgorithm - The digest algorithm for Authn requests: -
SHA256
-SHA1
- request
Signature StringAlgorithm - The signature algorithm for signing Authn requests. Options available are: -
SHA256
-SHA384
-SHA512
- request
Signing StringCertificate - The certificate for signing requests.
- request
Signing StringKey - The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The
request_signing_certificate
parameter must be set as well. - response
Digest StringAlgorithm - The algorithm for verifying digest in SAML responses: -
SHA256
-SHA1
- response
Encryption StringKey - The private encryption key required to decrypt encrypted assertions.
- response
Signature StringAlgorithm - The algorithm for validating signatures in SAML responses. Options available are: -
SHA256
-SHA384
-SHA512
- session
Absolute NumberTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session
Audience String - The session audience, for example "my-application"
- String
- The session cookie domain flag.
- Boolean
- Forbids JavaScript from accessing the cookie, for example, through the
Document.cookie
property. - String
- The session cookie name.
- String
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- String
- Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
- Boolean
- The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
- session
Enforce BooleanSame Subject - When set to
true
, audiences are forced to share the same subject. - session
Hash BooleanStorage Key - When set to
true
, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie. - session
Hash BooleanSubject - When set to
true
, the value of subject is hashed before being stored. Only applies whensession_store_metadata
is enabled. - session
Idling NumberTimeout - The session cookie idle time in seconds.
- session
Memcached StringHost - The memcached host.
- session
Memcached NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- session
Memcached StringPrefix - The memcached session key prefix.
- session
Memcached StringSocket - The memcached unix socket path.
- session
Remember Boolean - Enables or disables persistent sessions
- session
Remember NumberAbsolute Timeout - Persistent session absolute timeout in seconds.
- String
- Persistent session cookie name
- session
Remember NumberRolling Timeout - Persistent session rolling timeout in seconds.
- session
Request List<String>Headers - session
Response List<String>Headers - session
Rolling NumberTimeout - The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
- session
Secret String - The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers,
/
,_
and+
). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange. - session
Storage String - The session storage for session data: -
cookie
: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. -memcached
: stores session data in memcached -redis
: stores session data in Redis - session
Store BooleanMetadata - Configures whether or not session metadata should be stored. This includes information about the active sessions for the
specific_audience
belonging to a specific subject. - validate
Assertion BooleanSignature - Enable signature validation for SAML responses.
GetGatewayPluginSamlConfigRedis
- Cluster
Max doubleRedirections - Maximum retry attempts for redirection.
- Cluster
Nodes List<GetGateway Plugin Saml Config Redis Cluster Node> - Cluster addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element. - Connect
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Connection
Is boolProxied - If the connection to Redis is proxied (e.g. Envoy), set it
true
. Set thehost
andport
to point to the proxy address. - Database double
- Database to use for the Redis connection when using the
redis
strategy - Host string
- A string representing a host name, such as example.com.
- Keepalive
Backlog double - Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return
nil
. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less thankeepalive_pool_size
. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger thankeepalive_pool_size
. - Keepalive
Pool doubleSize - The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither
keepalive_pool_size
norkeepalive_backlog
is specified, no pool is created. Ifkeepalive_pool_size
isn't specified butkeepalive_backlog
is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low. - Password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- Port double
- An integer representing a port number between 0 and 65535, inclusive.
- Prefix string
- The Redis session key prefix.
- Read
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Send
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sentinel
Master string - Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
- Sentinel
Nodes List<GetGateway Plugin Saml Config Redis Sentinel Node> - Sentinel node addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element. - Sentinel
Password string - Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
- Sentinel
Role string - Sentinel role to use for Redis connections when the
redis
strategy is defined. Defining this value implies using Redis Sentinel. - Sentinel
Username string - Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
- Server
Name string - A string representing an SNI (server name indication) value for TLS.
- Socket string
- The Redis unix socket path.
- Ssl bool
- If set to true, uses SSL to connect to Redis.
- Ssl
Verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - Username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- Cluster
Max float64Redirections - Maximum retry attempts for redirection.
- Cluster
Nodes []GetGateway Plugin Saml Config Redis Cluster Node - Cluster addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element. - Connect
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Connection
Is boolProxied - If the connection to Redis is proxied (e.g. Envoy), set it
true
. Set thehost
andport
to point to the proxy address. - Database float64
- Database to use for the Redis connection when using the
redis
strategy - Host string
- A string representing a host name, such as example.com.
- Keepalive
Backlog float64 - Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return
nil
. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less thankeepalive_pool_size
. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger thankeepalive_pool_size
. - Keepalive
Pool float64Size - The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither
keepalive_pool_size
norkeepalive_backlog
is specified, no pool is created. Ifkeepalive_pool_size
isn't specified butkeepalive_backlog
is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low. - Password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- Port float64
- An integer representing a port number between 0 and 65535, inclusive.
- Prefix string
- The Redis session key prefix.
- Read
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Send
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sentinel
Master string - Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
- Sentinel
Nodes []GetGateway Plugin Saml Config Redis Sentinel Node - Sentinel node addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element. - Sentinel
Password string - Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
- Sentinel
Role string - Sentinel role to use for Redis connections when the
redis
strategy is defined. Defining this value implies using Redis Sentinel. - Sentinel
Username string - Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
- Server
Name string - A string representing an SNI (server name indication) value for TLS.
- Socket string
- The Redis unix socket path.
- Ssl bool
- If set to true, uses SSL to connect to Redis.
- Ssl
Verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - Username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- cluster
Max DoubleRedirections - Maximum retry attempts for redirection.
- cluster
Nodes List<GetGateway Plugin Saml Config Redis Cluster Node> - Cluster addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element. - connect
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- connection
Is BooleanProxied - If the connection to Redis is proxied (e.g. Envoy), set it
true
. Set thehost
andport
to point to the proxy address. - database Double
- Database to use for the Redis connection when using the
redis
strategy - host String
- A string representing a host name, such as example.com.
- keepalive
Backlog Double - Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return
nil
. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less thankeepalive_pool_size
. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger thankeepalive_pool_size
. - keepalive
Pool DoubleSize - The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither
keepalive_pool_size
norkeepalive_backlog
is specified, no pool is created. Ifkeepalive_pool_size
isn't specified butkeepalive_backlog
is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low. - password String
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port Double
- An integer representing a port number between 0 and 65535, inclusive.
- prefix String
- The Redis session key prefix.
- read
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- send
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sentinel
Master String - Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
- sentinel
Nodes List<GetGateway Plugin Saml Config Redis Sentinel Node> - Sentinel node addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element. - sentinel
Password String - Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
- sentinel
Role String - Sentinel role to use for Redis connections when the
redis
strategy is defined. Defining this value implies using Redis Sentinel. - sentinel
Username String - Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
- server
Name String - A string representing an SNI (server name indication) value for TLS.
- socket String
- The Redis unix socket path.
- ssl Boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify Boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - username String
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- cluster
Max numberRedirections - Maximum retry attempts for redirection.
- cluster
Nodes GetGateway Plugin Saml Config Redis Cluster Node[] - Cluster addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element. - connect
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- connection
Is booleanProxied - If the connection to Redis is proxied (e.g. Envoy), set it
true
. Set thehost
andport
to point to the proxy address. - database number
- Database to use for the Redis connection when using the
redis
strategy - host string
- A string representing a host name, such as example.com.
- keepalive
Backlog number - Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return
nil
. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less thankeepalive_pool_size
. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger thankeepalive_pool_size
. - keepalive
Pool numberSize - The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither
keepalive_pool_size
norkeepalive_backlog
is specified, no pool is created. Ifkeepalive_pool_size
isn't specified butkeepalive_backlog
is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low. - password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port number
- An integer representing a port number between 0 and 65535, inclusive.
- prefix string
- The Redis session key prefix.
- read
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- send
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sentinel
Master string - Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
- sentinel
Nodes GetGateway Plugin Saml Config Redis Sentinel Node[] - Sentinel node addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element. - sentinel
Password string - Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
- sentinel
Role string - Sentinel role to use for Redis connections when the
redis
strategy is defined. Defining this value implies using Redis Sentinel. - sentinel
Username string - Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
- server
Name string - A string representing an SNI (server name indication) value for TLS.
- socket string
- The Redis unix socket path.
- ssl boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- cluster_
max_ floatredirections - Maximum retry attempts for redirection.
- cluster_
nodes Sequence[GetGateway Plugin Saml Config Redis Cluster Node] - Cluster addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element. - connect_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- connection_
is_ boolproxied - If the connection to Redis is proxied (e.g. Envoy), set it
true
. Set thehost
andport
to point to the proxy address. - database float
- Database to use for the Redis connection when using the
redis
strategy - host str
- A string representing a host name, such as example.com.
- keepalive_
backlog float - Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return
nil
. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less thankeepalive_pool_size
. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger thankeepalive_pool_size
. - keepalive_
pool_ floatsize - The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither
keepalive_pool_size
norkeepalive_backlog
is specified, no pool is created. Ifkeepalive_pool_size
isn't specified butkeepalive_backlog
is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low. - password str
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port float
- An integer representing a port number between 0 and 65535, inclusive.
- prefix str
- The Redis session key prefix.
- read_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- send_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sentinel_
master str - Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
- sentinel_
nodes Sequence[GetGateway Plugin Saml Config Redis Sentinel Node] - Sentinel node addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element. - sentinel_
password str - Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
- sentinel_
role str - Sentinel role to use for Redis connections when the
redis
strategy is defined. Defining this value implies using Redis Sentinel. - sentinel_
username str - Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
- server_
name str - A string representing an SNI (server name indication) value for TLS.
- socket str
- The Redis unix socket path.
- ssl bool
- If set to true, uses SSL to connect to Redis.
- ssl_
verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - username str
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- cluster
Max NumberRedirections - Maximum retry attempts for redirection.
- cluster
Nodes List<Property Map> - Cluster addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element. - connect
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- connection
Is BooleanProxied - If the connection to Redis is proxied (e.g. Envoy), set it
true
. Set thehost
andport
to point to the proxy address. - database Number
- Database to use for the Redis connection when using the
redis
strategy - host String
- A string representing a host name, such as example.com.
- keepalive
Backlog Number - Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return
nil
. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less thankeepalive_pool_size
. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger thankeepalive_pool_size
. - keepalive
Pool NumberSize - The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither
keepalive_pool_size
norkeepalive_backlog
is specified, no pool is created. Ifkeepalive_pool_size
isn't specified butkeepalive_backlog
is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low. - password String
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port Number
- An integer representing a port number between 0 and 65535, inclusive.
- prefix String
- The Redis session key prefix.
- read
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- send
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sentinel
Master String - Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
- sentinel
Nodes List<Property Map> - Sentinel node addresses to use for Redis connections when the
redis
strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element. - sentinel
Password String - Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
- sentinel
Role String - Sentinel role to use for Redis connections when the
redis
strategy is defined. Defining this value implies using Redis Sentinel. - sentinel
Username String - Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
- server
Name String - A string representing an SNI (server name indication) value for TLS.
- socket String
- The Redis unix socket path.
- ssl Boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify Boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - username String
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
GetGatewayPluginSamlConfigRedisClusterNode
GetGatewayPluginSamlConfigRedisSentinelNode
GetGatewayPluginSamlOrdering
GetGatewayPluginSamlOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginSamlOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginSamlRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginSamlService
- 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.