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

konnect.getGatewayPluginOpa

Explore with Pulumi AI

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

    Using getGatewayPluginOpa

    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 getGatewayPluginOpa(args: GetGatewayPluginOpaArgs, opts?: InvokeOptions): Promise<GetGatewayPluginOpaResult>
    function getGatewayPluginOpaOutput(args: GetGatewayPluginOpaOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginOpaResult>
    def get_gateway_plugin_opa(control_plane_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetGatewayPluginOpaResult
    def get_gateway_plugin_opa_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginOpaResult]
    func LookupGatewayPluginOpa(ctx *Context, args *LookupGatewayPluginOpaArgs, opts ...InvokeOption) (*LookupGatewayPluginOpaResult, error)
    func LookupGatewayPluginOpaOutput(ctx *Context, args *LookupGatewayPluginOpaOutputArgs, opts ...InvokeOption) LookupGatewayPluginOpaResultOutput

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

    public static class GetGatewayPluginOpa 
    {
        public static Task<GetGatewayPluginOpaResult> InvokeAsync(GetGatewayPluginOpaArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginOpaResult> Invoke(GetGatewayPluginOpaInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginOpaResult> getGatewayPluginOpa(GetGatewayPluginOpaArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginOpaResult> getGatewayPluginOpa(GetGatewayPluginOpaArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginOpa:getGatewayPluginOpa
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginOpa Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginOpaConfig

    IncludeBodyInOpaInput bool
    IncludeConsumerInOpaInput bool
    If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
    IncludeParsedJsonBodyInOpaInput bool
    If set to true and the Content-Type header of the current request is application/json, the request body will be JSON decoded and the decoded struct is included as input to OPA.
    IncludeRouteInOpaInput bool
    If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
    IncludeServiceInOpaInput bool
    If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
    IncludeUriCapturesInOpaInput bool
    If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
    OpaHost string
    A string representing a host name, such as example.com.
    OpaPath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    OpaPort double
    An integer representing a port number between 0 and 65535, inclusive.
    OpaProtocol string
    The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are http and https.
    SslVerify bool
    If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    IncludeBodyInOpaInput bool
    IncludeConsumerInOpaInput bool
    If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
    IncludeParsedJsonBodyInOpaInput bool
    If set to true and the Content-Type header of the current request is application/json, the request body will be JSON decoded and the decoded struct is included as input to OPA.
    IncludeRouteInOpaInput bool
    If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
    IncludeServiceInOpaInput bool
    If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
    IncludeUriCapturesInOpaInput bool
    If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
    OpaHost string
    A string representing a host name, such as example.com.
    OpaPath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    OpaPort float64
    An integer representing a port number between 0 and 65535, inclusive.
    OpaProtocol string
    The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are http and https.
    SslVerify bool
    If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    includeBodyInOpaInput Boolean
    includeConsumerInOpaInput Boolean
    If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
    includeParsedJsonBodyInOpaInput Boolean
    If set to true and the Content-Type header of the current request is application/json, the request body will be JSON decoded and the decoded struct is included as input to OPA.
    includeRouteInOpaInput Boolean
    If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
    includeServiceInOpaInput Boolean
    If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
    includeUriCapturesInOpaInput Boolean
    If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
    opaHost String
    A string representing a host name, such as example.com.
    opaPath String
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    opaPort Double
    An integer representing a port number between 0 and 65535, inclusive.
    opaProtocol String
    The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are http and https.
    sslVerify Boolean
    If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    includeBodyInOpaInput boolean
    includeConsumerInOpaInput boolean
    If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
    includeParsedJsonBodyInOpaInput boolean
    If set to true and the Content-Type header of the current request is application/json, the request body will be JSON decoded and the decoded struct is included as input to OPA.
    includeRouteInOpaInput boolean
    If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
    includeServiceInOpaInput boolean
    If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
    includeUriCapturesInOpaInput boolean
    If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
    opaHost string
    A string representing a host name, such as example.com.
    opaPath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    opaPort number
    An integer representing a port number between 0 and 65535, inclusive.
    opaProtocol string
    The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are http and https.
    sslVerify boolean
    If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    include_body_in_opa_input bool
    include_consumer_in_opa_input bool
    If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
    include_parsed_json_body_in_opa_input bool
    If set to true and the Content-Type header of the current request is application/json, the request body will be JSON decoded and the decoded struct is included as input to OPA.
    include_route_in_opa_input bool
    If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
    include_service_in_opa_input bool
    If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
    include_uri_captures_in_opa_input bool
    If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
    opa_host str
    A string representing a host name, such as example.com.
    opa_path str
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    opa_port float
    An integer representing a port number between 0 and 65535, inclusive.
    opa_protocol str
    The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are http and https.
    ssl_verify bool
    If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    includeBodyInOpaInput Boolean
    includeConsumerInOpaInput Boolean
    If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
    includeParsedJsonBodyInOpaInput Boolean
    If set to true and the Content-Type header of the current request is application/json, the request body will be JSON decoded and the decoded struct is included as input to OPA.
    includeRouteInOpaInput Boolean
    If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
    includeServiceInOpaInput Boolean
    If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
    includeUriCapturesInOpaInput Boolean
    If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
    opaHost String
    A string representing a host name, such as example.com.
    opaPath String
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    opaPort Number
    An integer representing a port number between 0 and 65535, inclusive.
    opaProtocol String
    The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are http and https.
    sslVerify Boolean
    If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.

    GetGatewayPluginOpaOrdering

    GetGatewayPluginOpaOrderingAfter

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

    GetGatewayPluginOpaOrderingBefore

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

    GetGatewayPluginOpaRoute

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

    GetGatewayPluginOpaService

    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