1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginHmacAuth
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginHmacAuth

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginHmacAuth

    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 getGatewayPluginHmacAuth(args: GetGatewayPluginHmacAuthArgs, opts?: InvokeOptions): Promise<GetGatewayPluginHmacAuthResult>
    function getGatewayPluginHmacAuthOutput(args: GetGatewayPluginHmacAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginHmacAuthResult>
    def get_gateway_plugin_hmac_auth(control_plane_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetGatewayPluginHmacAuthResult
    def get_gateway_plugin_hmac_auth_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginHmacAuthResult]
    func LookupGatewayPluginHmacAuth(ctx *Context, args *LookupGatewayPluginHmacAuthArgs, opts ...InvokeOption) (*LookupGatewayPluginHmacAuthResult, error)
    func LookupGatewayPluginHmacAuthOutput(ctx *Context, args *LookupGatewayPluginHmacAuthOutputArgs, opts ...InvokeOption) LookupGatewayPluginHmacAuthResultOutput

    > Note: This function is named LookupGatewayPluginHmacAuth in the Go SDK.

    public static class GetGatewayPluginHmacAuth 
    {
        public static Task<GetGatewayPluginHmacAuthResult> InvokeAsync(GetGatewayPluginHmacAuthArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginHmacAuthResult> Invoke(GetGatewayPluginHmacAuthInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginHmacAuthResult> getGatewayPluginHmacAuth(GetGatewayPluginHmacAuthArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginHmacAuthResult> getGatewayPluginHmacAuth(GetGatewayPluginHmacAuthArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginHmacAuth:getGatewayPluginHmacAuth
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginHmacAuth Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginHmacAuthConfig

    Algorithms List<string>
    A list of HMAC digest algorithms that the user wants to support. Allowed values are hmac-sha1, hmac-sha256, hmac-sha384, and hmac-sha512
    Anonymous string
    An optional string (Consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
    ClockSkew double
    Clock skew in seconds to prevent replay attacks.
    EnforceHeaders List<string>
    A list of headers that the client should at least use for HTTP signature creation.
    HideCredentials bool
    An optional boolean value telling the plugin to show or hide the credential from the upstream service.
    Realm string
    When authentication fails the plugin sends WWW-Authenticate header with realm attribute value.
    ValidateRequestBody bool
    A boolean value telling the plugin to enable body validation.
    Algorithms []string
    A list of HMAC digest algorithms that the user wants to support. Allowed values are hmac-sha1, hmac-sha256, hmac-sha384, and hmac-sha512
    Anonymous string
    An optional string (Consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
    ClockSkew float64
    Clock skew in seconds to prevent replay attacks.
    EnforceHeaders []string
    A list of headers that the client should at least use for HTTP signature creation.
    HideCredentials bool
    An optional boolean value telling the plugin to show or hide the credential from the upstream service.
    Realm string
    When authentication fails the plugin sends WWW-Authenticate header with realm attribute value.
    ValidateRequestBody bool
    A boolean value telling the plugin to enable body validation.
    algorithms List<String>
    A list of HMAC digest algorithms that the user wants to support. Allowed values are hmac-sha1, hmac-sha256, hmac-sha384, and hmac-sha512
    anonymous String
    An optional string (Consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
    clockSkew Double
    Clock skew in seconds to prevent replay attacks.
    enforceHeaders List<String>
    A list of headers that the client should at least use for HTTP signature creation.
    hideCredentials Boolean
    An optional boolean value telling the plugin to show or hide the credential from the upstream service.
    realm String
    When authentication fails the plugin sends WWW-Authenticate header with realm attribute value.
    validateRequestBody Boolean
    A boolean value telling the plugin to enable body validation.
    algorithms string[]
    A list of HMAC digest algorithms that the user wants to support. Allowed values are hmac-sha1, hmac-sha256, hmac-sha384, and hmac-sha512
    anonymous string
    An optional string (Consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
    clockSkew number
    Clock skew in seconds to prevent replay attacks.
    enforceHeaders string[]
    A list of headers that the client should at least use for HTTP signature creation.
    hideCredentials boolean
    An optional boolean value telling the plugin to show or hide the credential from the upstream service.
    realm string
    When authentication fails the plugin sends WWW-Authenticate header with realm attribute value.
    validateRequestBody boolean
    A boolean value telling the plugin to enable body validation.
    algorithms Sequence[str]
    A list of HMAC digest algorithms that the user wants to support. Allowed values are hmac-sha1, hmac-sha256, hmac-sha384, and hmac-sha512
    anonymous str
    An optional string (Consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
    clock_skew float
    Clock skew in seconds to prevent replay attacks.
    enforce_headers Sequence[str]
    A list of headers that the client should at least use for HTTP signature creation.
    hide_credentials bool
    An optional boolean value telling the plugin to show or hide the credential from the upstream service.
    realm str
    When authentication fails the plugin sends WWW-Authenticate header with realm attribute value.
    validate_request_body bool
    A boolean value telling the plugin to enable body validation.
    algorithms List<String>
    A list of HMAC digest algorithms that the user wants to support. Allowed values are hmac-sha1, hmac-sha256, hmac-sha384, and hmac-sha512
    anonymous String
    An optional string (Consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
    clockSkew Number
    Clock skew in seconds to prevent replay attacks.
    enforceHeaders List<String>
    A list of headers that the client should at least use for HTTP signature creation.
    hideCredentials Boolean
    An optional boolean value telling the plugin to show or hide the credential from the upstream service.
    realm String
    When authentication fails the plugin sends WWW-Authenticate header with realm attribute value.
    validateRequestBody Boolean
    A boolean value telling the plugin to enable body validation.

    GetGatewayPluginHmacAuthOrdering

    GetGatewayPluginHmacAuthOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginHmacAuthOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginHmacAuthRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginHmacAuthService

    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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong