Name | Type | Description | Notes |
---|---|---|---|
UseDefaultIdentityBool | bool | [optional] | |
AccessId | string | The access ID of the Kubernetes auth method | [optional] |
DisableIssuerValidation | string | Disable issuer validation [true/false] | [optional] |
Json | bool | Set output format to JSON | [optional] [default to false] |
K8sAuthType | string | K8S auth type [token/certificate]. (relevant for "native_k8s" only) | [optional] [default to "token"] |
K8sCaCert | string | The CA Certificate (base64 encoded) to use to call into the kubernetes API server | [optional] |
K8sClientCertificate | string | Content of the k8 client certificate (PEM format) in a Base64 format (relevant for "native_k8s" only) | [optional] |
K8sClientKey | string | Content of the k8 client private key (PEM format) in a Base64 format (relevant for "native_k8s" only) | [optional] |
K8sHost | string | The URL of the kubernetes API server | [optional] |
K8sIssuer | string | The Kubernetes JWT issuer name. K8SIssuer is the claim that specifies who issued the Kubernetes token | [optional] |
Name | string | K8S Auth config name | [optional] |
NewName | string | K8S Auth config new name | [optional] |
RancherApiKey | string | The api key used to access the TokenReview API to validate other JWTs (relevant for "rancher" only) | [optional] |
RancherClusterId | string | The cluster id as define in rancher (relevant for "rancher" only) | [optional] |
SigningKey | string | The private key (base64 encoded) associated with the public key defined in the Kubernetes auth | [optional] |
Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
TokenExp | long | Time in seconds of expiration of the Akeyless Kube Auth Method token | [optional] |
TokenReviewerJwt | string | A Kubernetes service account JWT used to access the TokenReview API to validate other JWTs (relevant for "native_k8s" only). If not set, the JWT submitted in the authentication process will be used to access the Kubernetes TokenReview API. | [optional] |
UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
UseGwServiceAccount | string | Use the GW's service account | [optional] |