konnect.GatewayPluginHeaderCertAuth
Explore with Pulumi AI
GatewayPluginHeaderCertAuth Resource
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.GatewayPluginHeaderCertAuth;
import com.pulumi.konnect.GatewayPluginHeaderCertAuthArgs;
import com.pulumi.konnect.inputs.GatewayPluginHeaderCertAuthConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginHeaderCertAuthOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginHeaderCertAuthOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginHeaderCertAuthOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginHeaderCertAuthRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginHeaderCertAuthServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var myGatewaypluginheadercertauth = new GatewayPluginHeaderCertAuth("myGatewaypluginheadercertauth", GatewayPluginHeaderCertAuthArgs.builder()
.config(GatewayPluginHeaderCertAuthConfigArgs.builder()
.allow_partial_chain(false)
.anonymous("...my_anonymous...")
.authenticated_group_by("DN")
.ca_certificates("...")
.cache_ttl(5.31)
.cert_cache_ttl(6.32)
.certificate_header_format("url_encoded")
.certificate_header_name("...my_certificate_header_name...")
.consumer_by("username")
.default_consumer("...my_default_consumer...")
.http_proxy_host("...my_http_proxy_host...")
.http_proxy_port(1064)
.http_timeout(5.78)
.https_proxy_host("...my_https_proxy_host...")
.https_proxy_port(10840)
.revocation_check_mode("SKIP")
.secure_source(true)
.skip_consumer_lookup(true)
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginHeaderCertAuthId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginHeaderCertAuthOrderingArgs.builder()
.after(GatewayPluginHeaderCertAuthOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginHeaderCertAuthOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("https")
.route(GatewayPluginHeaderCertAuthRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginHeaderCertAuthServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginheadercertauth:
type: konnect:GatewayPluginHeaderCertAuth
properties:
config:
allow_partial_chain: false
anonymous: '...my_anonymous...'
authenticated_group_by: DN
ca_certificates:
- '...'
cache_ttl: 5.31
cert_cache_ttl: 6.32
certificate_header_format: url_encoded
certificate_header_name: '...my_certificate_header_name...'
consumer_by:
- username
default_consumer: '...my_default_consumer...'
http_proxy_host: '...my_http_proxy_host...'
http_proxy_port: 1064
http_timeout: 5.78
https_proxy_host: '...my_https_proxy_host...'
https_proxy_port: 10840
revocation_check_mode: SKIP
secure_source: true
skip_consumer_lookup: true
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginHeaderCertAuthId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- https
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginHeaderCertAuth Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginHeaderCertAuth(name: string, args: GatewayPluginHeaderCertAuthArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginHeaderCertAuth(resource_name: str,
args: GatewayPluginHeaderCertAuthArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginHeaderCertAuth(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginHeaderCertAuthConfigArgs] = None,
control_plane_id: Optional[str] = None,
enabled: Optional[bool] = None,
gateway_plugin_header_cert_auth_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginHeaderCertAuthOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginHeaderCertAuthRouteArgs] = None,
service: Optional[GatewayPluginHeaderCertAuthServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginHeaderCertAuth(ctx *Context, name string, args GatewayPluginHeaderCertAuthArgs, opts ...ResourceOption) (*GatewayPluginHeaderCertAuth, error)
public GatewayPluginHeaderCertAuth(string name, GatewayPluginHeaderCertAuthArgs args, CustomResourceOptions? opts = null)
public GatewayPluginHeaderCertAuth(String name, GatewayPluginHeaderCertAuthArgs args)
public GatewayPluginHeaderCertAuth(String name, GatewayPluginHeaderCertAuthArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginHeaderCertAuth
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayPluginHeaderCertAuthArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GatewayPluginHeaderCertAuthArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GatewayPluginHeaderCertAuthArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginHeaderCertAuthArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginHeaderCertAuthArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gatewayPluginHeaderCertAuthResource = new Konnect.GatewayPluginHeaderCertAuth("gatewayPluginHeaderCertAuthResource", new()
{
Config = new Konnect.Inputs.GatewayPluginHeaderCertAuthConfigArgs
{
AllowPartialChain = false,
Anonymous = "string",
AuthenticatedGroupBy = "string",
CaCertificates = new[]
{
"string",
},
CacheTtl = 0,
CertCacheTtl = 0,
CertificateHeaderFormat = "string",
CertificateHeaderName = "string",
ConsumerBies = new[]
{
"string",
},
DefaultConsumer = "string",
HttpProxyHost = "string",
HttpProxyPort = 0,
HttpTimeout = 0,
HttpsProxyHost = "string",
HttpsProxyPort = 0,
RevocationCheckMode = "string",
SecureSource = false,
SkipConsumerLookup = false,
},
ControlPlaneId = "string",
Enabled = false,
GatewayPluginHeaderCertAuthId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginHeaderCertAuthOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginHeaderCertAuthOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginHeaderCertAuthOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginHeaderCertAuthRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginHeaderCertAuthServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginHeaderCertAuth(ctx, "gatewayPluginHeaderCertAuthResource", &konnect.GatewayPluginHeaderCertAuthArgs{
Config: &.GatewayPluginHeaderCertAuthConfigArgs{
AllowPartialChain: pulumi.Bool(false),
Anonymous: pulumi.String("string"),
AuthenticatedGroupBy: pulumi.String("string"),
CaCertificates: pulumi.StringArray{
pulumi.String("string"),
},
CacheTtl: pulumi.Float64(0),
CertCacheTtl: pulumi.Float64(0),
CertificateHeaderFormat: pulumi.String("string"),
CertificateHeaderName: pulumi.String("string"),
ConsumerBies: pulumi.StringArray{
pulumi.String("string"),
},
DefaultConsumer: pulumi.String("string"),
HttpProxyHost: pulumi.String("string"),
HttpProxyPort: pulumi.Float64(0),
HttpTimeout: pulumi.Float64(0),
HttpsProxyHost: pulumi.String("string"),
HttpsProxyPort: pulumi.Float64(0),
RevocationCheckMode: pulumi.String("string"),
SecureSource: pulumi.Bool(false),
SkipConsumerLookup: pulumi.Bool(false),
},
ControlPlaneId: pulumi.String("string"),
Enabled: pulumi.Bool(false),
GatewayPluginHeaderCertAuthId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginHeaderCertAuthOrderingArgs{
After: &.GatewayPluginHeaderCertAuthOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginHeaderCertAuthOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginHeaderCertAuthRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginHeaderCertAuthServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginHeaderCertAuthResource = new GatewayPluginHeaderCertAuth("gatewayPluginHeaderCertAuthResource", GatewayPluginHeaderCertAuthArgs.builder()
.config(GatewayPluginHeaderCertAuthConfigArgs.builder()
.allowPartialChain(false)
.anonymous("string")
.authenticatedGroupBy("string")
.caCertificates("string")
.cacheTtl(0)
.certCacheTtl(0)
.certificateHeaderFormat("string")
.certificateHeaderName("string")
.consumerBies("string")
.defaultConsumer("string")
.httpProxyHost("string")
.httpProxyPort(0)
.httpTimeout(0)
.httpsProxyHost("string")
.httpsProxyPort(0)
.revocationCheckMode("string")
.secureSource(false)
.skipConsumerLookup(false)
.build())
.controlPlaneId("string")
.enabled(false)
.gatewayPluginHeaderCertAuthId("string")
.instanceName("string")
.ordering(GatewayPluginHeaderCertAuthOrderingArgs.builder()
.after(GatewayPluginHeaderCertAuthOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginHeaderCertAuthOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginHeaderCertAuthRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginHeaderCertAuthServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_header_cert_auth_resource = konnect.GatewayPluginHeaderCertAuth("gatewayPluginHeaderCertAuthResource",
config={
"allow_partial_chain": False,
"anonymous": "string",
"authenticated_group_by": "string",
"ca_certificates": ["string"],
"cache_ttl": 0,
"cert_cache_ttl": 0,
"certificate_header_format": "string",
"certificate_header_name": "string",
"consumer_bies": ["string"],
"default_consumer": "string",
"http_proxy_host": "string",
"http_proxy_port": 0,
"http_timeout": 0,
"https_proxy_host": "string",
"https_proxy_port": 0,
"revocation_check_mode": "string",
"secure_source": False,
"skip_consumer_lookup": False,
},
control_plane_id="string",
enabled=False,
gateway_plugin_header_cert_auth_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginHeaderCertAuthResource = new konnect.GatewayPluginHeaderCertAuth("gatewayPluginHeaderCertAuthResource", {
config: {
allowPartialChain: false,
anonymous: "string",
authenticatedGroupBy: "string",
caCertificates: ["string"],
cacheTtl: 0,
certCacheTtl: 0,
certificateHeaderFormat: "string",
certificateHeaderName: "string",
consumerBies: ["string"],
defaultConsumer: "string",
httpProxyHost: "string",
httpProxyPort: 0,
httpTimeout: 0,
httpsProxyHost: "string",
httpsProxyPort: 0,
revocationCheckMode: "string",
secureSource: false,
skipConsumerLookup: false,
},
controlPlaneId: "string",
enabled: false,
gatewayPluginHeaderCertAuthId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginHeaderCertAuth
properties:
config:
allowPartialChain: false
anonymous: string
authenticatedGroupBy: string
caCertificates:
- string
cacheTtl: 0
certCacheTtl: 0
certificateHeaderFormat: string
certificateHeaderName: string
consumerBies:
- string
defaultConsumer: string
httpProxyHost: string
httpProxyPort: 0
httpTimeout: 0
httpsProxyHost: string
httpsProxyPort: 0
revocationCheckMode: string
secureSource: false
skipConsumerLookup: false
controlPlaneId: string
enabled: false
gatewayPluginHeaderCertAuthId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginHeaderCertAuth Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GatewayPluginHeaderCertAuth resource accepts the following input properties:
- Config
Gateway
Plugin Header Cert Auth Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringHeader Cert Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Header Cert Auth Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Header Cert Auth Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Header Cert Auth Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Config
Gateway
Plugin Header Cert Auth Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringHeader Cert Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Header Cert Auth Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Header Cert Auth Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Header Cert Auth Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Header Cert Auth Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringHeader Cert Auth Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Header Cert Auth Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Header Cert Auth Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Header Cert Auth Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Header Cert Auth Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringHeader Cert Auth Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Header Cert Auth Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Header Cert Auth Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Header Cert Auth Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Header Cert Auth Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ strheader_ cert_ auth_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Header Cert Auth Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Header Cert Auth Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Header Cert Auth Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- Sequence[str]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config Property Map
- control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringHeader Cert Auth Id - The ID of this resource.
- instance
Name String - ordering Property Map
- protocols List<String>
- A set of strings representing HTTP protocols.
- route Property Map
- If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service Property Map
- If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayPluginHeaderCertAuth resource produces the following output properties:
- created_
at float - Unix epoch when the resource was created.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at float - Unix epoch when the resource was last updated.
Look up Existing GatewayPluginHeaderCertAuth Resource
Get an existing GatewayPluginHeaderCertAuth resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GatewayPluginHeaderCertAuthState, opts?: CustomResourceOptions): GatewayPluginHeaderCertAuth
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginHeaderCertAuthConfigArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_header_cert_auth_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginHeaderCertAuthOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginHeaderCertAuthRouteArgs] = None,
service: Optional[GatewayPluginHeaderCertAuthServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginHeaderCertAuth
func GetGatewayPluginHeaderCertAuth(ctx *Context, name string, id IDInput, state *GatewayPluginHeaderCertAuthState, opts ...ResourceOption) (*GatewayPluginHeaderCertAuth, error)
public static GatewayPluginHeaderCertAuth Get(string name, Input<string> id, GatewayPluginHeaderCertAuthState? state, CustomResourceOptions? opts = null)
public static GatewayPluginHeaderCertAuth get(String name, Output<String> id, GatewayPluginHeaderCertAuthState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginHeaderCertAuth get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Config
Gateway
Plugin Header Cert Auth Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringHeader Cert Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Header Cert Auth Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Header Cert Auth Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Header Cert Auth Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At double - Unix epoch when the resource was last updated.
- Config
Gateway
Plugin Header Cert Auth Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringHeader Cert Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Header Cert Auth Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Header Cert Auth Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Header Cert Auth Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At float64 - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Header Cert Auth Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringHeader Cert Auth Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Header Cert Auth Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Header Cert Auth Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Header Cert Auth Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Double - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Header Cert Auth Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringHeader Cert Auth Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Header Cert Auth Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Header Cert Auth Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Header Cert Auth Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At number - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Header Cert Auth Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created_
at float - Unix epoch when the resource was created.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ strheader_ cert_ auth_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Header Cert Auth Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Header Cert Auth Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Header Cert Auth Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- Sequence[str]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated_
at float - Unix epoch when the resource was last updated.
- config Property Map
- control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringHeader Cert Auth Id - The ID of this resource.
- instance
Name String - ordering Property Map
- protocols List<String>
- A set of strings representing HTTP protocols.
- route Property Map
- If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service Property Map
- If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Number - Unix epoch when the resource was last updated.
Supporting Types
GatewayPluginHeaderCertAuthConfig, GatewayPluginHeaderCertAuthConfigArgs
- 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. must be one of ["CN", "DN"] - 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
. must be one of ["base64encoded", "urlencoded"] - 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. must be one of ["IGNORECAERROR", "SKIP", "STRICT"] - 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. must be one of ["CN", "DN"] - 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
. must be one of ["base64encoded", "urlencoded"] - 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. must be one of ["IGNORECAERROR", "SKIP", "STRICT"] - 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. must be one of ["CN", "DN"] - 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
. must be one of ["base64encoded", "urlencoded"] - 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. must be one of ["IGNORECAERROR", "SKIP", "STRICT"] - 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. must be one of ["CN", "DN"] - 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
. must be one of ["base64encoded", "urlencoded"] - 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. must be one of ["IGNORECAERROR", "SKIP", "STRICT"] - 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. must be one of ["CN", "DN"] - 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
. must be one of ["base64encoded", "urlencoded"] - 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. must be one of ["IGNORECAERROR", "SKIP", "STRICT"] - 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. must be one of ["CN", "DN"] - 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
. must be one of ["base64encoded", "urlencoded"] - 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. must be one of ["IGNORECAERROR", "SKIP", "STRICT"] - 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.
GatewayPluginHeaderCertAuthOrdering, GatewayPluginHeaderCertAuthOrderingArgs
GatewayPluginHeaderCertAuthOrderingAfter, GatewayPluginHeaderCertAuthOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginHeaderCertAuthOrderingBefore, GatewayPluginHeaderCertAuthOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginHeaderCertAuthRoute, GatewayPluginHeaderCertAuthRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginHeaderCertAuthService, GatewayPluginHeaderCertAuthServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginHeaderCertAuth:GatewayPluginHeaderCertAuth my_konnect_gateway_plugin_header_cert_auth "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"plugin_id\": \"3473c251-5b6c-4f45-b1ff-7ede735a366d\"}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.