Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 946 Bytes

KubernetesAccessRules.md

File metadata and controls

19 lines (11 loc) · 946 Bytes

KubernetesAccessRules

Properties

Name Type Description Notes
alg String [optional]
audience String Audience is an optional Kubernetes jwt claim to verify [optional]
boundNamespaces List<String> A list of namespaces that the authentication is restricted to. [optional]
boundPodNames List<String> A list of pods names that the authentication is restricted to. [optional]
boundServiceAccountNames List<String> A list of service account names that the authentication is restricted to. [optional]
genKeyPair String Generate public/private key (the private key is required for the K8S Auth Config in the Akeyless Gateway) [optional]
pubKey String The public key value of the Kubernetes auth method configuration in the Akeyless Gateway. [optional]