Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 3.38 KB

GatewayCreateProducerNativeK8S.md

File metadata and controls

39 lines (35 loc) · 3.38 KB

akeyless.Model.GatewayCreateProducerNativeK8S

gatewayCreateProducerNativeK8S is a command that creates k8s producer [Deprecated: Use dynamic-secret-create-k8s command]

Properties

Name Type Description Notes
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Json bool Set output format to JSON [optional] [default to false]
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]
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 bool Enable Port forwarding while using CLI access [optional]
SecureAccessBastionIssuer string Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
SecureAccessClusterEndpoint string The K8s cluster endpoint URL [optional]
SecureAccessDashboardUrl string The K8s dashboard url [optional]
SecureAccessEnable string Enable/Disable secure remote access [true/false] [optional]
SecureAccessWeb bool Enable Web Secure Remote Access [optional] [default to false]
SecureAccessWebBrowsing bool Secure browser via Akeyless Web Access Bastion [optional] [default to false]
SecureAccessWebProxy bool Web-Proxy via Akeyless Web Access Bastion [optional] [default to false]
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 bool Use the GW's service account [optional]
UserTtl string User TTL [optional] [default to "60m"]

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