konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginVaultAuth
Explore with Pulumi AI
Using getGatewayPluginVaultAuth
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGatewayPluginVaultAuth(args: GetGatewayPluginVaultAuthArgs, opts?: InvokeOptions): Promise<GetGatewayPluginVaultAuthResult>
function getGatewayPluginVaultAuthOutput(args: GetGatewayPluginVaultAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginVaultAuthResult>
def get_gateway_plugin_vault_auth(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginVaultAuthResult
def get_gateway_plugin_vault_auth_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginVaultAuthResult]
func LookupGatewayPluginVaultAuth(ctx *Context, args *LookupGatewayPluginVaultAuthArgs, opts ...InvokeOption) (*LookupGatewayPluginVaultAuthResult, error)
func LookupGatewayPluginVaultAuthOutput(ctx *Context, args *LookupGatewayPluginVaultAuthOutputArgs, opts ...InvokeOption) LookupGatewayPluginVaultAuthResultOutput
> Note: This function is named LookupGatewayPluginVaultAuth
in the Go SDK.
public static class GetGatewayPluginVaultAuth
{
public static Task<GetGatewayPluginVaultAuthResult> InvokeAsync(GetGatewayPluginVaultAuthArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginVaultAuthResult> Invoke(GetGatewayPluginVaultAuthInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginVaultAuthResult> getGatewayPluginVaultAuth(GetGatewayPluginVaultAuthArgs args, InvokeOptions options)
public static Output<GetGatewayPluginVaultAuthResult> getGatewayPluginVaultAuth(GetGatewayPluginVaultAuthArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginVaultAuth:getGatewayPluginVaultAuth
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginVaultAuth Result
The following output properties are available:
- Config
Get
Gateway Plugin Vault Auth Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Vault Auth Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Vault Auth Route - Service
Get
Gateway Plugin Vault Auth Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Vault Auth Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Vault Auth Ordering - Protocols []string
- Route
Get
Gateway Plugin Vault Auth Route - Service
Get
Gateway Plugin Vault Auth Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Vault Auth Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Vault Auth Ordering - protocols List<String>
- route
Get
Gateway Plugin Vault Auth Route - service
Get
Gateway Plugin Vault Auth Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Vault Auth Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Vault Auth Ordering - protocols string[]
- route
Get
Gateway Plugin Vault Auth Route - service
Get
Gateway Plugin Vault Auth Service - string[]
- updated
At number
- config
Get
Gateway Plugin Vault Auth Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Vault Auth Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Vault Auth Route - service
Get
Gateway Plugin Vault Auth Service - Sequence[str]
- updated_
at float
- config Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginVaultAuthConfig
- Access
Token stringName - Describes an array of comma-separated parameter names where the plugin looks for an access token. The client must send the access token in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- 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
. - Hide
Credentials bool - An optional boolean value telling the plugin to show or hide the credential from the upstream service. If
true
, the plugin will strip the credential from the request (i.e. the header or querystring containing the key) before proxying it. - Run
On boolPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - Secret
Token stringName - Describes an array of comma-separated parameter names where the plugin looks for a secret token. The client must send the secret in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- Tokens
In boolBody - If enabled, the plugin will read the request body (if said request has one and its MIME type is supported) and try to find the key in it. Supported MIME types are
application/www-form-urlencoded
,application/json
, andmultipart/form-data
. - Vault string
- A reference to an existing
vault
object within the database.vault
entities define the connection and authentication parameters used to connect to a Vault HTTP(S) API.
- Access
Token stringName - Describes an array of comma-separated parameter names where the plugin looks for an access token. The client must send the access token in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- 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
. - Hide
Credentials bool - An optional boolean value telling the plugin to show or hide the credential from the upstream service. If
true
, the plugin will strip the credential from the request (i.e. the header or querystring containing the key) before proxying it. - Run
On boolPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - Secret
Token stringName - Describes an array of comma-separated parameter names where the plugin looks for a secret token. The client must send the secret in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- Tokens
In boolBody - If enabled, the plugin will read the request body (if said request has one and its MIME type is supported) and try to find the key in it. Supported MIME types are
application/www-form-urlencoded
,application/json
, andmultipart/form-data
. - Vault string
- A reference to an existing
vault
object within the database.vault
entities define the connection and authentication parameters used to connect to a Vault HTTP(S) API.
- access
Token StringName - Describes an array of comma-separated parameter names where the plugin looks for an access token. The client must send the access token in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- 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
. - hide
Credentials Boolean - An optional boolean value telling the plugin to show or hide the credential from the upstream service. If
true
, the plugin will strip the credential from the request (i.e. the header or querystring containing the key) before proxying it. - run
On BooleanPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - secret
Token StringName - Describes an array of comma-separated parameter names where the plugin looks for a secret token. The client must send the secret in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- tokens
In BooleanBody - If enabled, the plugin will read the request body (if said request has one and its MIME type is supported) and try to find the key in it. Supported MIME types are
application/www-form-urlencoded
,application/json
, andmultipart/form-data
. - vault String
- A reference to an existing
vault
object within the database.vault
entities define the connection and authentication parameters used to connect to a Vault HTTP(S) API.
- access
Token stringName - Describes an array of comma-separated parameter names where the plugin looks for an access token. The client must send the access token in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- 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
. - hide
Credentials boolean - An optional boolean value telling the plugin to show or hide the credential from the upstream service. If
true
, the plugin will strip the credential from the request (i.e. the header or querystring containing the key) before proxying it. - run
On booleanPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - secret
Token stringName - Describes an array of comma-separated parameter names where the plugin looks for a secret token. The client must send the secret in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- tokens
In booleanBody - If enabled, the plugin will read the request body (if said request has one and its MIME type is supported) and try to find the key in it. Supported MIME types are
application/www-form-urlencoded
,application/json
, andmultipart/form-data
. - vault string
- A reference to an existing
vault
object within the database.vault
entities define the connection and authentication parameters used to connect to a Vault HTTP(S) API.
- access_
token_ strname - Describes an array of comma-separated parameter names where the plugin looks for an access token. The client must send the access token in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- 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
. - hide_
credentials bool - An optional boolean value telling the plugin to show or hide the credential from the upstream service. If
true
, the plugin will strip the credential from the request (i.e. the header or querystring containing the key) before proxying it. - run_
on_ boolpreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - secret_
token_ strname - Describes an array of comma-separated parameter names where the plugin looks for a secret token. The client must send the secret in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- tokens_
in_ boolbody - If enabled, the plugin will read the request body (if said request has one and its MIME type is supported) and try to find the key in it. Supported MIME types are
application/www-form-urlencoded
,application/json
, andmultipart/form-data
. - vault str
- A reference to an existing
vault
object within the database.vault
entities define the connection and authentication parameters used to connect to a Vault HTTP(S) API.
- access
Token StringName - Describes an array of comma-separated parameter names where the plugin looks for an access token. The client must send the access token in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- 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
. - hide
Credentials Boolean - An optional boolean value telling the plugin to show or hide the credential from the upstream service. If
true
, the plugin will strip the credential from the request (i.e. the header or querystring containing the key) before proxying it. - run
On BooleanPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - secret
Token StringName - Describes an array of comma-separated parameter names where the plugin looks for a secret token. The client must send the secret in one of those key names, and the plugin will try to read the credential from a header or the querystring parameter with the same name. The key names can only contain [a-z], [A-Z], [0-9], [_], and [-].
- tokens
In BooleanBody - If enabled, the plugin will read the request body (if said request has one and its MIME type is supported) and try to find the key in it. Supported MIME types are
application/www-form-urlencoded
,application/json
, andmultipart/form-data
. - vault String
- A reference to an existing
vault
object within the database.vault
entities define the connection and authentication parameters used to connect to a Vault HTTP(S) API.
GetGatewayPluginVaultAuthOrdering
GetGatewayPluginVaultAuthOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginVaultAuthOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginVaultAuthRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginVaultAuthService
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.