konnect.GatewayPluginMtlsAuth
Explore with Pulumi AI
GatewayPluginMtlsAuth 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.GatewayPluginMtlsAuth;
import com.pulumi.konnect.GatewayPluginMtlsAuthArgs;
import com.pulumi.konnect.inputs.GatewayPluginMtlsAuthConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginMtlsAuthOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginMtlsAuthOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginMtlsAuthOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginMtlsAuthRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginMtlsAuthServiceArgs;
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 myGatewaypluginmtlsauth = new GatewayPluginMtlsAuth("myGatewaypluginmtlsauth", GatewayPluginMtlsAuthArgs.builder()
.config(GatewayPluginMtlsAuthConfigArgs.builder()
.allow_partial_chain(false)
.anonymous("...my_anonymous...")
.authenticated_group_by("DN")
.ca_certificates("...")
.cache_ttl(5.53)
.cert_cache_ttl(4.84)
.consumer_by("username")
.default_consumer("...my_default_consumer...")
.http_proxy_host("...my_http_proxy_host...")
.http_proxy_port(30482)
.http_timeout(4.02)
.https_proxy_host("...my_https_proxy_host...")
.https_proxy_port(17238)
.revocation_check_mode("STRICT")
.send_ca_dn(true)
.skip_consumer_lookup(true)
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginMtlsAuthId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginMtlsAuthOrderingArgs.builder()
.after(GatewayPluginMtlsAuthOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginMtlsAuthOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("http")
.route(GatewayPluginMtlsAuthRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginMtlsAuthServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginmtlsauth:
type: konnect:GatewayPluginMtlsAuth
properties:
config:
allow_partial_chain: false
anonymous: '...my_anonymous...'
authenticated_group_by: DN
ca_certificates:
- '...'
cache_ttl: 5.53
cert_cache_ttl: 4.84
consumer_by:
- username
default_consumer: '...my_default_consumer...'
http_proxy_host: '...my_http_proxy_host...'
http_proxy_port: 30482
http_timeout: 4.02
https_proxy_host: '...my_https_proxy_host...'
https_proxy_port: 17238
revocation_check_mode: STRICT
send_ca_dn: true
skip_consumer_lookup: true
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginMtlsAuthId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- http
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginMtlsAuth Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginMtlsAuth(name: string, args: GatewayPluginMtlsAuthArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginMtlsAuth(resource_name: str,
args: GatewayPluginMtlsAuthArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginMtlsAuth(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginMtlsAuthConfigArgs] = None,
control_plane_id: Optional[str] = None,
enabled: Optional[bool] = None,
gateway_plugin_mtls_auth_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginMtlsAuthOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginMtlsAuthRouteArgs] = None,
service: Optional[GatewayPluginMtlsAuthServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginMtlsAuth(ctx *Context, name string, args GatewayPluginMtlsAuthArgs, opts ...ResourceOption) (*GatewayPluginMtlsAuth, error)
public GatewayPluginMtlsAuth(string name, GatewayPluginMtlsAuthArgs args, CustomResourceOptions? opts = null)
public GatewayPluginMtlsAuth(String name, GatewayPluginMtlsAuthArgs args)
public GatewayPluginMtlsAuth(String name, GatewayPluginMtlsAuthArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginMtlsAuth
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 GatewayPluginMtlsAuthArgs
- 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 GatewayPluginMtlsAuthArgs
- 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 GatewayPluginMtlsAuthArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginMtlsAuthArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginMtlsAuthArgs
- 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 gatewayPluginMtlsAuthResource = new Konnect.GatewayPluginMtlsAuth("gatewayPluginMtlsAuthResource", new()
{
Config = new Konnect.Inputs.GatewayPluginMtlsAuthConfigArgs
{
AllowPartialChain = false,
Anonymous = "string",
AuthenticatedGroupBy = "string",
CaCertificates = new[]
{
"string",
},
CacheTtl = 0,
CertCacheTtl = 0,
ConsumerBies = new[]
{
"string",
},
DefaultConsumer = "string",
HttpProxyHost = "string",
HttpProxyPort = 0,
HttpTimeout = 0,
HttpsProxyHost = "string",
HttpsProxyPort = 0,
RevocationCheckMode = "string",
SendCaDn = false,
SkipConsumerLookup = false,
},
ControlPlaneId = "string",
Enabled = false,
GatewayPluginMtlsAuthId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginMtlsAuthOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginMtlsAuthOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginMtlsAuthOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginMtlsAuthRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginMtlsAuthServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginMtlsAuth(ctx, "gatewayPluginMtlsAuthResource", &konnect.GatewayPluginMtlsAuthArgs{
Config: &.GatewayPluginMtlsAuthConfigArgs{
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),
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"),
SendCaDn: pulumi.Bool(false),
SkipConsumerLookup: pulumi.Bool(false),
},
ControlPlaneId: pulumi.String("string"),
Enabled: pulumi.Bool(false),
GatewayPluginMtlsAuthId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginMtlsAuthOrderingArgs{
After: &.GatewayPluginMtlsAuthOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginMtlsAuthOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginMtlsAuthRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginMtlsAuthServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginMtlsAuthResource = new GatewayPluginMtlsAuth("gatewayPluginMtlsAuthResource", GatewayPluginMtlsAuthArgs.builder()
.config(GatewayPluginMtlsAuthConfigArgs.builder()
.allowPartialChain(false)
.anonymous("string")
.authenticatedGroupBy("string")
.caCertificates("string")
.cacheTtl(0)
.certCacheTtl(0)
.consumerBies("string")
.defaultConsumer("string")
.httpProxyHost("string")
.httpProxyPort(0)
.httpTimeout(0)
.httpsProxyHost("string")
.httpsProxyPort(0)
.revocationCheckMode("string")
.sendCaDn(false)
.skipConsumerLookup(false)
.build())
.controlPlaneId("string")
.enabled(false)
.gatewayPluginMtlsAuthId("string")
.instanceName("string")
.ordering(GatewayPluginMtlsAuthOrderingArgs.builder()
.after(GatewayPluginMtlsAuthOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginMtlsAuthOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginMtlsAuthRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginMtlsAuthServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_mtls_auth_resource = konnect.GatewayPluginMtlsAuth("gatewayPluginMtlsAuthResource",
config={
"allow_partial_chain": False,
"anonymous": "string",
"authenticated_group_by": "string",
"ca_certificates": ["string"],
"cache_ttl": 0,
"cert_cache_ttl": 0,
"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",
"send_ca_dn": False,
"skip_consumer_lookup": False,
},
control_plane_id="string",
enabled=False,
gateway_plugin_mtls_auth_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginMtlsAuthResource = new konnect.GatewayPluginMtlsAuth("gatewayPluginMtlsAuthResource", {
config: {
allowPartialChain: false,
anonymous: "string",
authenticatedGroupBy: "string",
caCertificates: ["string"],
cacheTtl: 0,
certCacheTtl: 0,
consumerBies: ["string"],
defaultConsumer: "string",
httpProxyHost: "string",
httpProxyPort: 0,
httpTimeout: 0,
httpsProxyHost: "string",
httpsProxyPort: 0,
revocationCheckMode: "string",
sendCaDn: false,
skipConsumerLookup: false,
},
controlPlaneId: "string",
enabled: false,
gatewayPluginMtlsAuthId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginMtlsAuth
properties:
config:
allowPartialChain: false
anonymous: string
authenticatedGroupBy: string
caCertificates:
- string
cacheTtl: 0
certCacheTtl: 0
consumerBies:
- string
defaultConsumer: string
httpProxyHost: string
httpProxyPort: 0
httpTimeout: 0
httpsProxyHost: string
httpsProxyPort: 0
revocationCheckMode: string
sendCaDn: false
skipConsumerLookup: false
controlPlaneId: string
enabled: false
gatewayPluginMtlsAuthId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginMtlsAuth 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 GatewayPluginMtlsAuth resource accepts the following input properties:
- Config
Gateway
Plugin Mtls 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 stringMtls Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Mtls Auth Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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 stringMtls Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Mtls Auth Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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 StringMtls Auth Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Mtls Auth Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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 stringMtls Auth Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Mtls Auth Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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_ strmtls_ auth_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Mtls Auth Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Mtls 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 Mtls 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 StringMtls 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 GatewayPluginMtlsAuth 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 GatewayPluginMtlsAuth Resource
Get an existing GatewayPluginMtlsAuth 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?: GatewayPluginMtlsAuthState, opts?: CustomResourceOptions): GatewayPluginMtlsAuth
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginMtlsAuthConfigArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_mtls_auth_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginMtlsAuthOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginMtlsAuthRouteArgs] = None,
service: Optional[GatewayPluginMtlsAuthServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginMtlsAuth
func GetGatewayPluginMtlsAuth(ctx *Context, name string, id IDInput, state *GatewayPluginMtlsAuthState, opts ...ResourceOption) (*GatewayPluginMtlsAuth, error)
public static GatewayPluginMtlsAuth Get(string name, Input<string> id, GatewayPluginMtlsAuthState? state, CustomResourceOptions? opts = null)
public static GatewayPluginMtlsAuth get(String name, Output<String> id, GatewayPluginMtlsAuthState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginMtlsAuth 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 Mtls 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 stringMtls Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Mtls Auth Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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 stringMtls Auth Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Mtls Auth Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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 StringMtls Auth Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Mtls Auth Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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 stringMtls Auth Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Mtls Auth Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Mtls 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 Mtls 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 Mtls 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_ strmtls_ auth_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Mtls Auth Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Mtls 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 Mtls 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 StringMtls 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
GatewayPluginMtlsAuthConfig, GatewayPluginMtlsAuthConfigArgs
- 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 seconds between refreshes of the revocation check status cache.
- 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"] - Send
Ca boolDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- 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 seconds between refreshes of the revocation check status cache.
- 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"] - Send
Ca boolDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- 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 seconds between refreshes of the revocation check status cache.
- 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"] - send
Ca BooleanDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- 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 seconds between refreshes of the revocation check status cache.
- 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"] - send
Ca booleanDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- 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 seconds between refreshes of the revocation check status cache.
- 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"] - send_
ca_ booldn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- 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 seconds between refreshes of the revocation check status cache.
- 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"] - send
Ca BooleanDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- skip
Consumer BooleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
GatewayPluginMtlsAuthOrdering, GatewayPluginMtlsAuthOrderingArgs
GatewayPluginMtlsAuthOrderingAfter, GatewayPluginMtlsAuthOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginMtlsAuthOrderingBefore, GatewayPluginMtlsAuthOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginMtlsAuthRoute, GatewayPluginMtlsAuthRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginMtlsAuthService, GatewayPluginMtlsAuthServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginMtlsAuth:GatewayPluginMtlsAuth my_konnect_gateway_plugin_mtls_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.