konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginHeaderCertAuth
Explore with Pulumi AI
Using getGatewayPluginHeaderCertAuth
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 getGatewayPluginHeaderCertAuth(args: GetGatewayPluginHeaderCertAuthArgs, opts?: InvokeOptions): Promise<GetGatewayPluginHeaderCertAuthResult>
function getGatewayPluginHeaderCertAuthOutput(args: GetGatewayPluginHeaderCertAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginHeaderCertAuthResult>
def get_gateway_plugin_header_cert_auth(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginHeaderCertAuthResult
def get_gateway_plugin_header_cert_auth_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginHeaderCertAuthResult]
func LookupGatewayPluginHeaderCertAuth(ctx *Context, args *LookupGatewayPluginHeaderCertAuthArgs, opts ...InvokeOption) (*LookupGatewayPluginHeaderCertAuthResult, error)
func LookupGatewayPluginHeaderCertAuthOutput(ctx *Context, args *LookupGatewayPluginHeaderCertAuthOutputArgs, opts ...InvokeOption) LookupGatewayPluginHeaderCertAuthResultOutput
> Note: This function is named LookupGatewayPluginHeaderCertAuth
in the Go SDK.
public static class GetGatewayPluginHeaderCertAuth
{
public static Task<GetGatewayPluginHeaderCertAuthResult> InvokeAsync(GetGatewayPluginHeaderCertAuthArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginHeaderCertAuthResult> Invoke(GetGatewayPluginHeaderCertAuthInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginHeaderCertAuthResult> getGatewayPluginHeaderCertAuth(GetGatewayPluginHeaderCertAuthArgs args, InvokeOptions options)
public static Output<GetGatewayPluginHeaderCertAuthResult> getGatewayPluginHeaderCertAuth(GetGatewayPluginHeaderCertAuthArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginHeaderCertAuth:getGatewayPluginHeaderCertAuth
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
getGatewayPluginHeaderCertAuth Result
The following output properties are available:
- Config
Get
Gateway Plugin Header Cert Auth Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Header Cert Auth Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Header Cert Auth Route - Service
Get
Gateway Plugin Header Cert Auth Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Header Cert Auth Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Header Cert Auth Ordering - Protocols []string
- Route
Get
Gateway Plugin Header Cert Auth Route - Service
Get
Gateway Plugin Header Cert Auth Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Header Cert Auth Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Header Cert Auth Ordering - protocols List<String>
- route
Get
Gateway Plugin Header Cert Auth Route - service
Get
Gateway Plugin Header Cert Auth Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Header Cert Auth Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Header Cert Auth Ordering - protocols string[]
- route
Get
Gateway Plugin Header Cert Auth Route - service
Get
Gateway Plugin Header Cert Auth Service - string[]
- updated
At number
- config
Get
Gateway Plugin Header Cert Auth Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Header Cert Auth Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Header Cert Auth Route - service
Get
Gateway Plugin Header Cert Auth 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
GetGatewayPluginHeaderCertAuthConfig
- Allow
Partial boolChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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 fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - Authenticated
Group stringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - Ca
Certificates List<string> - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - Cache
Ttl double - Cache expiry time in seconds.
- Cert
Cache doubleTtl - The length of time in milliseconds between refreshes of the revocation check status cache.
- Certificate
Header stringFormat - Format of the certificate header. Supported formats:
base64_encoded
,url_encoded
. - Certificate
Header stringName - Name of the header that contains the certificate, received from the WAF or other L7 downstream proxy.
- Consumer
Bies List<string> - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - Default
Consumer string - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - Http
Proxy stringHost - A string representing a host name, such as example.com.
- Http
Proxy doublePort - An integer representing a port number between 0 and 65535, inclusive.
- Http
Timeout double - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- Https
Proxy stringHost - A string representing a host name, such as example.com.
- Https
Proxy doublePort - An integer representing a port number between 0 and 65535, inclusive.
- Revocation
Check stringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - Secure
Source bool - Whether to secure the source of the request. If set to
true
, the plugin will only allow requests from trusted IPs (configured by thetrusted_ips
config option). - Skip
Consumer boolLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- Allow
Partial boolChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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 fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - Authenticated
Group stringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - Ca
Certificates []string - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - Cache
Ttl float64 - Cache expiry time in seconds.
- Cert
Cache float64Ttl - The length of time in milliseconds between refreshes of the revocation check status cache.
- Certificate
Header stringFormat - Format of the certificate header. Supported formats:
base64_encoded
,url_encoded
. - Certificate
Header stringName - Name of the header that contains the certificate, received from the WAF or other L7 downstream proxy.
- Consumer
Bies []string - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - Default
Consumer string - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - Http
Proxy stringHost - A string representing a host name, such as example.com.
- Http
Proxy float64Port - An integer representing a port number between 0 and 65535, inclusive.
- Http
Timeout float64 - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- Https
Proxy stringHost - A string representing a host name, such as example.com.
- Https
Proxy float64Port - An integer representing a port number between 0 and 65535, inclusive.
- Revocation
Check stringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - Secure
Source bool - Whether to secure the source of the request. If set to
true
, the plugin will only allow requests from trusted IPs (configured by thetrusted_ips
config option). - Skip
Consumer boolLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow
Partial BooleanChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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 fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - authenticated
Group StringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca
Certificates List<String> - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache
Ttl Double - Cache expiry time in seconds.
- cert
Cache DoubleTtl - The length of time in milliseconds between refreshes of the revocation check status cache.
- certificate
Header StringFormat - Format of the certificate header. Supported formats:
base64_encoded
,url_encoded
. - certificate
Header StringName - Name of the header that contains the certificate, received from the WAF or other L7 downstream proxy.
- consumer
Bies List<String> - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default
Consumer String - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http
Proxy StringHost - A string representing a host name, such as example.com.
- http
Proxy DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- http
Timeout Double - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https
Proxy StringHost - A string representing a host name, such as example.com.
- https
Proxy DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- revocation
Check StringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - secure
Source Boolean - Whether to secure the source of the request. If set to
true
, the plugin will only allow requests from trusted IPs (configured by thetrusted_ips
config option). - skip
Consumer BooleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow
Partial booleanChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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 fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - authenticated
Group stringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca
Certificates string[] - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache
Ttl number - Cache expiry time in seconds.
- cert
Cache numberTtl - The length of time in milliseconds between refreshes of the revocation check status cache.
- certificate
Header stringFormat - Format of the certificate header. Supported formats:
base64_encoded
,url_encoded
. - certificate
Header stringName - Name of the header that contains the certificate, received from the WAF or other L7 downstream proxy.
- consumer
Bies string[] - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default
Consumer string - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http
Proxy stringHost - A string representing a host name, such as example.com.
- http
Proxy numberPort - An integer representing a port number between 0 and 65535, inclusive.
- http
Timeout number - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https
Proxy stringHost - A string representing a host name, such as example.com.
- https
Proxy numberPort - An integer representing a port number between 0 and 65535, inclusive.
- revocation
Check stringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - secure
Source boolean - Whether to secure the source of the request. If set to
true
, the plugin will only allow requests from trusted IPs (configured by thetrusted_ips
config option). - skip
Consumer booleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow_
partial_ boolchain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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 fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - authenticated_
group_ strby - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca_
certificates Sequence[str] - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache_
ttl float - Cache expiry time in seconds.
- cert_
cache_ floatttl - The length of time in milliseconds between refreshes of the revocation check status cache.
- certificate_
header_ strformat - Format of the certificate header. Supported formats:
base64_encoded
,url_encoded
. - certificate_
header_ strname - Name of the header that contains the certificate, received from the WAF or other L7 downstream proxy.
- consumer_
bies Sequence[str] - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default_
consumer str - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http_
proxy_ strhost - A string representing a host name, such as example.com.
- http_
proxy_ floatport - An integer representing a port number between 0 and 65535, inclusive.
- http_
timeout float - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https_
proxy_ strhost - A string representing a host name, such as example.com.
- https_
proxy_ floatport - An integer representing a port number between 0 and 65535, inclusive.
- revocation_
check_ strmode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - secure_
source bool - Whether to secure the source of the request. If set to
true
, the plugin will only allow requests from trusted IPs (configured by thetrusted_ips
config option). - skip_
consumer_ boollookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow
Partial BooleanChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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 fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - authenticated
Group StringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca
Certificates List<String> - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache
Ttl Number - Cache expiry time in seconds.
- cert
Cache NumberTtl - The length of time in milliseconds between refreshes of the revocation check status cache.
- certificate
Header StringFormat - Format of the certificate header. Supported formats:
base64_encoded
,url_encoded
. - certificate
Header StringName - Name of the header that contains the certificate, received from the WAF or other L7 downstream proxy.
- consumer
Bies List<String> - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default
Consumer String - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http
Proxy StringHost - A string representing a host name, such as example.com.
- http
Proxy NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- http
Timeout Number - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https
Proxy StringHost - A string representing a host name, such as example.com.
- https
Proxy NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- revocation
Check StringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - secure
Source Boolean - Whether to secure the source of the request. If set to
true
, the plugin will only allow requests from trusted IPs (configured by thetrusted_ips
config option). - skip
Consumer BooleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
GetGatewayPluginHeaderCertAuthOrdering
GetGatewayPluginHeaderCertAuthOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginHeaderCertAuthOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginHeaderCertAuthRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginHeaderCertAuthService
- 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.