1. Packages
  2. Akeyless Provider
  3. API Docs
  4. K8sAuthConfig
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.K8sAuthConfig

Explore with Pulumi AI

akeyless logo
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

    K8S Auth config

    Create K8sAuthConfig Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new K8sAuthConfig(name: string, args: K8sAuthConfigArgs, opts?: CustomResourceOptions);
    @overload
    def K8sAuthConfig(resource_name: str,
                      args: K8sAuthConfigArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def K8sAuthConfig(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      access_id: Optional[str] = None,
                      cluster_api_type: Optional[str] = None,
                      disable_issuer_validation: Optional[str] = None,
                      k8s_auth_config_id: Optional[str] = None,
                      k8s_auth_type: Optional[str] = None,
                      k8s_ca_cert: Optional[str] = None,
                      k8s_client_certificate: Optional[str] = None,
                      k8s_client_key: Optional[str] = None,
                      k8s_host: Optional[str] = None,
                      k8s_issuer: Optional[str] = None,
                      name: Optional[str] = None,
                      rancher_api_key: Optional[str] = None,
                      rancher_cluster_id: Optional[str] = None,
                      signing_key: Optional[str] = None,
                      token_exp: Optional[float] = None,
                      token_reviewer_jwt: Optional[str] = None,
                      use_local_ca_jwt: Optional[bool] = None)
    func NewK8sAuthConfig(ctx *Context, name string, args K8sAuthConfigArgs, opts ...ResourceOption) (*K8sAuthConfig, error)
    public K8sAuthConfig(string name, K8sAuthConfigArgs args, CustomResourceOptions? opts = null)
    public K8sAuthConfig(String name, K8sAuthConfigArgs args)
    public K8sAuthConfig(String name, K8sAuthConfigArgs args, CustomResourceOptions options)
    
    type: akeyless:K8sAuthConfig
    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 K8sAuthConfigArgs
    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 K8sAuthConfigArgs
    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 K8sAuthConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args K8sAuthConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args K8sAuthConfigArgs
    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 k8sAuthConfigResource = new Akeyless.K8sAuthConfig("k8sAuthConfigResource", new()
    {
        AccessId = "string",
        ClusterApiType = "string",
        DisableIssuerValidation = "string",
        K8sAuthConfigId = "string",
        K8sAuthType = "string",
        K8sCaCert = "string",
        K8sClientCertificate = "string",
        K8sClientKey = "string",
        K8sHost = "string",
        K8sIssuer = "string",
        Name = "string",
        RancherApiKey = "string",
        RancherClusterId = "string",
        SigningKey = "string",
        TokenExp = 0,
        TokenReviewerJwt = "string",
        UseLocalCaJwt = false,
    });
    
    example, err := akeyless.NewK8sAuthConfig(ctx, "k8sAuthConfigResource", &akeyless.K8sAuthConfigArgs{
    	AccessId:                pulumi.String("string"),
    	ClusterApiType:          pulumi.String("string"),
    	DisableIssuerValidation: pulumi.String("string"),
    	K8sAuthConfigId:         pulumi.String("string"),
    	K8sAuthType:             pulumi.String("string"),
    	K8sCaCert:               pulumi.String("string"),
    	K8sClientCertificate:    pulumi.String("string"),
    	K8sClientKey:            pulumi.String("string"),
    	K8sHost:                 pulumi.String("string"),
    	K8sIssuer:               pulumi.String("string"),
    	Name:                    pulumi.String("string"),
    	RancherApiKey:           pulumi.String("string"),
    	RancherClusterId:        pulumi.String("string"),
    	SigningKey:              pulumi.String("string"),
    	TokenExp:                pulumi.Float64(0),
    	TokenReviewerJwt:        pulumi.String("string"),
    	UseLocalCaJwt:           pulumi.Bool(false),
    })
    
    var k8sAuthConfigResource = new K8sAuthConfig("k8sAuthConfigResource", K8sAuthConfigArgs.builder()
        .accessId("string")
        .clusterApiType("string")
        .disableIssuerValidation("string")
        .k8sAuthConfigId("string")
        .k8sAuthType("string")
        .k8sCaCert("string")
        .k8sClientCertificate("string")
        .k8sClientKey("string")
        .k8sHost("string")
        .k8sIssuer("string")
        .name("string")
        .rancherApiKey("string")
        .rancherClusterId("string")
        .signingKey("string")
        .tokenExp(0)
        .tokenReviewerJwt("string")
        .useLocalCaJwt(false)
        .build());
    
    k8s_auth_config_resource = akeyless.K8sAuthConfig("k8sAuthConfigResource",
        access_id="string",
        cluster_api_type="string",
        disable_issuer_validation="string",
        k8s_auth_config_id="string",
        k8s_auth_type="string",
        k8s_ca_cert="string",
        k8s_client_certificate="string",
        k8s_client_key="string",
        k8s_host="string",
        k8s_issuer="string",
        name="string",
        rancher_api_key="string",
        rancher_cluster_id="string",
        signing_key="string",
        token_exp=0,
        token_reviewer_jwt="string",
        use_local_ca_jwt=False)
    
    const k8sAuthConfigResource = new akeyless.K8sAuthConfig("k8sAuthConfigResource", {
        accessId: "string",
        clusterApiType: "string",
        disableIssuerValidation: "string",
        k8sAuthConfigId: "string",
        k8sAuthType: "string",
        k8sCaCert: "string",
        k8sClientCertificate: "string",
        k8sClientKey: "string",
        k8sHost: "string",
        k8sIssuer: "string",
        name: "string",
        rancherApiKey: "string",
        rancherClusterId: "string",
        signingKey: "string",
        tokenExp: 0,
        tokenReviewerJwt: "string",
        useLocalCaJwt: false,
    });
    
    type: akeyless:K8sAuthConfig
    properties:
        accessId: string
        clusterApiType: string
        disableIssuerValidation: string
        k8sAuthConfigId: string
        k8sAuthType: string
        k8sCaCert: string
        k8sClientCertificate: string
        k8sClientKey: string
        k8sHost: string
        k8sIssuer: string
        name: string
        rancherApiKey: string
        rancherClusterId: string
        signingKey: string
        tokenExp: 0
        tokenReviewerJwt: string
        useLocalCaJwt: false
    

    K8sAuthConfig 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 K8sAuthConfig resource accepts the following input properties:

    AccessId string
    The access ID of the Kubernetes auth method
    ClusterApiType string
    Cluster access type. options: [native_k8s, rancher]
    DisableIssuerValidation string
    Disable issuer validation [true/false]
    K8sAuthConfigId string
    The ID of this resource.
    K8sAuthType string
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    K8sCaCert string
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    K8sClientCertificate string
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sClientKey string
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sHost string
    The URL of the kubernetes API server
    K8sIssuer string
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    Name string
    K8S Auth config name
    RancherApiKey string
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    RancherClusterId string
    The cluster id as define in rancher (relevant for rancher only)
    SigningKey string
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    TokenExp double
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    TokenReviewerJwt string
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    UseLocalCaJwt bool
    Use the GW's service account
    AccessId string
    The access ID of the Kubernetes auth method
    ClusterApiType string
    Cluster access type. options: [native_k8s, rancher]
    DisableIssuerValidation string
    Disable issuer validation [true/false]
    K8sAuthConfigId string
    The ID of this resource.
    K8sAuthType string
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    K8sCaCert string
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    K8sClientCertificate string
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sClientKey string
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sHost string
    The URL of the kubernetes API server
    K8sIssuer string
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    Name string
    K8S Auth config name
    RancherApiKey string
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    RancherClusterId string
    The cluster id as define in rancher (relevant for rancher only)
    SigningKey string
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    TokenExp float64
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    TokenReviewerJwt string
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    UseLocalCaJwt bool
    Use the GW's service account
    accessId String
    The access ID of the Kubernetes auth method
    clusterApiType String
    Cluster access type. options: [native_k8s, rancher]
    disableIssuerValidation String
    Disable issuer validation [true/false]
    k8sAuthConfigId String
    The ID of this resource.
    k8sAuthType String
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8sCaCert String
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8sClientCertificate String
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sClientKey String
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sHost String
    The URL of the kubernetes API server
    k8sIssuer String
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name String
    K8S Auth config name
    rancherApiKey String
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancherClusterId String
    The cluster id as define in rancher (relevant for rancher only)
    signingKey String
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    tokenExp Double
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    tokenReviewerJwt String
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    useLocalCaJwt Boolean
    Use the GW's service account
    accessId string
    The access ID of the Kubernetes auth method
    clusterApiType string
    Cluster access type. options: [native_k8s, rancher]
    disableIssuerValidation string
    Disable issuer validation [true/false]
    k8sAuthConfigId string
    The ID of this resource.
    k8sAuthType string
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8sCaCert string
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8sClientCertificate string
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sClientKey string
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sHost string
    The URL of the kubernetes API server
    k8sIssuer string
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name string
    K8S Auth config name
    rancherApiKey string
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancherClusterId string
    The cluster id as define in rancher (relevant for rancher only)
    signingKey string
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    tokenExp number
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    tokenReviewerJwt string
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    useLocalCaJwt boolean
    Use the GW's service account
    access_id str
    The access ID of the Kubernetes auth method
    cluster_api_type str
    Cluster access type. options: [native_k8s, rancher]
    disable_issuer_validation str
    Disable issuer validation [true/false]
    k8s_auth_config_id str
    The ID of this resource.
    k8s_auth_type str
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8s_ca_cert str
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8s_client_certificate str
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8s_client_key str
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8s_host str
    The URL of the kubernetes API server
    k8s_issuer str
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name str
    K8S Auth config name
    rancher_api_key str
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancher_cluster_id str
    The cluster id as define in rancher (relevant for rancher only)
    signing_key str
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    token_exp float
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    token_reviewer_jwt str
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    use_local_ca_jwt bool
    Use the GW's service account
    accessId String
    The access ID of the Kubernetes auth method
    clusterApiType String
    Cluster access type. options: [native_k8s, rancher]
    disableIssuerValidation String
    Disable issuer validation [true/false]
    k8sAuthConfigId String
    The ID of this resource.
    k8sAuthType String
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8sCaCert String
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8sClientCertificate String
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sClientKey String
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sHost String
    The URL of the kubernetes API server
    k8sIssuer String
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name String
    K8S Auth config name
    rancherApiKey String
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancherClusterId String
    The cluster id as define in rancher (relevant for rancher only)
    signingKey String
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    tokenExp Number
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    tokenReviewerJwt String
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    useLocalCaJwt Boolean
    Use the GW's service account

    Outputs

    All input properties are implicitly available as output properties. Additionally, the K8sAuthConfig resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing K8sAuthConfig Resource

    Get an existing K8sAuthConfig 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?: K8sAuthConfigState, opts?: CustomResourceOptions): K8sAuthConfig
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_id: Optional[str] = None,
            cluster_api_type: Optional[str] = None,
            disable_issuer_validation: Optional[str] = None,
            k8s_auth_config_id: Optional[str] = None,
            k8s_auth_type: Optional[str] = None,
            k8s_ca_cert: Optional[str] = None,
            k8s_client_certificate: Optional[str] = None,
            k8s_client_key: Optional[str] = None,
            k8s_host: Optional[str] = None,
            k8s_issuer: Optional[str] = None,
            name: Optional[str] = None,
            rancher_api_key: Optional[str] = None,
            rancher_cluster_id: Optional[str] = None,
            signing_key: Optional[str] = None,
            token_exp: Optional[float] = None,
            token_reviewer_jwt: Optional[str] = None,
            use_local_ca_jwt: Optional[bool] = None) -> K8sAuthConfig
    func GetK8sAuthConfig(ctx *Context, name string, id IDInput, state *K8sAuthConfigState, opts ...ResourceOption) (*K8sAuthConfig, error)
    public static K8sAuthConfig Get(string name, Input<string> id, K8sAuthConfigState? state, CustomResourceOptions? opts = null)
    public static K8sAuthConfig get(String name, Output<String> id, K8sAuthConfigState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:K8sAuthConfig    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.
    The following state arguments are supported:
    AccessId string
    The access ID of the Kubernetes auth method
    ClusterApiType string
    Cluster access type. options: [native_k8s, rancher]
    DisableIssuerValidation string
    Disable issuer validation [true/false]
    K8sAuthConfigId string
    The ID of this resource.
    K8sAuthType string
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    K8sCaCert string
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    K8sClientCertificate string
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sClientKey string
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sHost string
    The URL of the kubernetes API server
    K8sIssuer string
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    Name string
    K8S Auth config name
    RancherApiKey string
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    RancherClusterId string
    The cluster id as define in rancher (relevant for rancher only)
    SigningKey string
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    TokenExp double
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    TokenReviewerJwt string
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    UseLocalCaJwt bool
    Use the GW's service account
    AccessId string
    The access ID of the Kubernetes auth method
    ClusterApiType string
    Cluster access type. options: [native_k8s, rancher]
    DisableIssuerValidation string
    Disable issuer validation [true/false]
    K8sAuthConfigId string
    The ID of this resource.
    K8sAuthType string
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    K8sCaCert string
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    K8sClientCertificate string
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sClientKey string
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    K8sHost string
    The URL of the kubernetes API server
    K8sIssuer string
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    Name string
    K8S Auth config name
    RancherApiKey string
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    RancherClusterId string
    The cluster id as define in rancher (relevant for rancher only)
    SigningKey string
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    TokenExp float64
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    TokenReviewerJwt string
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    UseLocalCaJwt bool
    Use the GW's service account
    accessId String
    The access ID of the Kubernetes auth method
    clusterApiType String
    Cluster access type. options: [native_k8s, rancher]
    disableIssuerValidation String
    Disable issuer validation [true/false]
    k8sAuthConfigId String
    The ID of this resource.
    k8sAuthType String
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8sCaCert String
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8sClientCertificate String
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sClientKey String
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sHost String
    The URL of the kubernetes API server
    k8sIssuer String
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name String
    K8S Auth config name
    rancherApiKey String
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancherClusterId String
    The cluster id as define in rancher (relevant for rancher only)
    signingKey String
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    tokenExp Double
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    tokenReviewerJwt String
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    useLocalCaJwt Boolean
    Use the GW's service account
    accessId string
    The access ID of the Kubernetes auth method
    clusterApiType string
    Cluster access type. options: [native_k8s, rancher]
    disableIssuerValidation string
    Disable issuer validation [true/false]
    k8sAuthConfigId string
    The ID of this resource.
    k8sAuthType string
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8sCaCert string
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8sClientCertificate string
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sClientKey string
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sHost string
    The URL of the kubernetes API server
    k8sIssuer string
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name string
    K8S Auth config name
    rancherApiKey string
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancherClusterId string
    The cluster id as define in rancher (relevant for rancher only)
    signingKey string
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    tokenExp number
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    tokenReviewerJwt string
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    useLocalCaJwt boolean
    Use the GW's service account
    access_id str
    The access ID of the Kubernetes auth method
    cluster_api_type str
    Cluster access type. options: [native_k8s, rancher]
    disable_issuer_validation str
    Disable issuer validation [true/false]
    k8s_auth_config_id str
    The ID of this resource.
    k8s_auth_type str
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8s_ca_cert str
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8s_client_certificate str
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8s_client_key str
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8s_host str
    The URL of the kubernetes API server
    k8s_issuer str
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name str
    K8S Auth config name
    rancher_api_key str
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancher_cluster_id str
    The cluster id as define in rancher (relevant for rancher only)
    signing_key str
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    token_exp float
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    token_reviewer_jwt str
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    use_local_ca_jwt bool
    Use the GW's service account
    accessId String
    The access ID of the Kubernetes auth method
    clusterApiType String
    Cluster access type. options: [native_k8s, rancher]
    disableIssuerValidation String
    Disable issuer validation [true/false]
    k8sAuthConfigId String
    The ID of this resource.
    k8sAuthType String
    Native K8S auth type, [token/certificate]. (relevant for native_k8s only)
    k8sCaCert String
    The CA Certificate (base64 encoded) to use to call into the kubernetes API server
    k8sClientCertificate String
    Content of the k8 client certificate (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sClientKey String
    Content of the k8 client private key (PEM format) in a Base64 format (relevant for native_k8s only)
    k8sHost String
    The URL of the kubernetes API server
    k8sIssuer String
    The Kubernetes JWT issuer name. If not set, this \n\n will be used by default.
    name String
    K8S Auth config name
    rancherApiKey String
    The api key used to access the TokenReview API to validate other JWTs (relevant for rancher only)
    rancherClusterId String
    The cluster id as define in rancher (relevant for rancher only)
    signingKey String
    The private key (in base64 encoded of the PEM format) associated with the public key defined in the Kubernetes auth
    tokenExp Number
    Time in seconds of expiration of the Akeyless Kube Auth Method token
    tokenReviewerJwt String
    A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs. If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API.
    useLocalCaJwt Boolean
    Use the GW's service account

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    akeyless logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community