Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.05 KB

KubernetesAccessRules.md

File metadata and controls

16 lines (12 loc) · 1.05 KB

KubernetesAccessRules

Properties

Name Type Description Notes
alg str [optional]
audience str Audience is an optional Kubernetes jwt claim to verify [optional]
bound_namespaces list[str] A list of namespaces that the authentication is restricted to. [optional]
bound_pod_names list[str] A list of pods names that the authentication is restricted to. [optional]
bound_service_account_names list[str] A list of service account names that the authentication is restricted to. [optional]
gen_key_pair str Generate public/private key (the private key is required for the K8S Auth Config in the Akeyless Gateway) [optional]
pub_key str The public key value of the Kubernetes auth method configuration in the Akeyless Gateway. [optional]

[Back to Model list] [Back to API list] [Back to README]