Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
48 lines (40 loc) · 3.89 KB

File metadata and controls

48 lines (40 loc) · 3.89 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

DynamicSecretCreateK8s

dynamicSecretCreateK8s is a command that creates k8s dynamic secret

Properties

Name Type Description Notes
customUsernameTemplate String Customize how temporary usernames are generated using go template [optional]
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
itemCustomFields Map<String, String> Additional custom fields to associate with the item [optional]
json Boolean Set output format to JSON [optional]
k8sAllowedNamespaces String Comma-separated list of allowed K8S namespaces for the generated ServiceAccount (relevant only for k8s-service-account-type=dynamic) [optional]
k8sClusterCaCert String K8S cluster CA certificate [optional]
k8sClusterEndpoint String K8S cluster URL endpoint [optional]
k8sClusterName String K8S cluster name [optional]
k8sClusterToken String K8S cluster Bearer token [optional]
k8sNamespace String K8S Namespace where the ServiceAccount exists. [optional]
k8sPredefinedRoleName String The pre-existing Role or ClusterRole name to bind the generated ServiceAccount to (relevant only for k8s-service-account-type=dynamic) [optional]
k8sPredefinedRoleType String Specifies the type of the pre-existing K8S role [Role, ClusterRole] (relevant only for k8s-service-account-type=dynamic) [optional]
k8sRolebindingYamlData String Content of the yaml in a Base64 format. [optional]
k8sRolebindingYamlDef String Path to yaml file that contains definitions of K8S role and role binding (relevant only for k8s-service-account-type=dynamic) [optional]
k8sServiceAccount String K8S ServiceAccount to extract token from. [optional]
k8sServiceAccountType String K8S ServiceAccount type [fixed, dynamic]. [optional]
name String Dynamic secret name
producerEncryptionKeyName String Dynamic producer encryption key [optional]
secureAccessAllowPortForwading Boolean Enable Port forwarding while using CLI access [optional]
secureAccessBastionIssuer String Deprecated. use secure-access-certificate-issuer [optional]
secureAccessCertificateIssuer String Path to the SSH Certificate Issuer for your Akeyless Secure Access [optional]
secureAccessClusterEndpoint String The K8s cluster endpoint URL [optional]
secureAccessDashboardUrl String The K8s dashboard url [optional]
secureAccessDelay Long The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds [optional]
secureAccessEnable String Enable/Disable secure remote access [true/false] [optional]
secureAccessWeb Boolean Enable Web Secure Remote Access [optional]
secureAccessWebBrowsing Boolean Secure browser via Akeyless's Secure Remote Access (SRA) [optional]
secureAccessWebProxy Boolean Web-Proxy via Akeyless's Secure Remote Access (SRA) [optional]
tags List<String> Add tags attached to this object [optional]
targetName String Target name [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]
useGwServiceAccount Boolean Use the GW's service account [optional]
userTtl String User TTL [optional]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.