Merge "Make service account private key hidden"
This commit is contained in:
commit
2018ac26bf
@ -477,12 +477,14 @@ parameters:
|
|||||||
|
|
||||||
kube_service_account_key:
|
kube_service_account_key:
|
||||||
type: string
|
type: string
|
||||||
|
hidden: true
|
||||||
description: >
|
description: >
|
||||||
The signed cert will be used to verify the k8s service account tokens
|
The signed cert will be used to verify the k8s service account tokens
|
||||||
during authentication.
|
during authentication.
|
||||||
|
|
||||||
kube_service_account_private_key:
|
kube_service_account_private_key:
|
||||||
type: string
|
type: string
|
||||||
|
hidden: true
|
||||||
description: >
|
description: >
|
||||||
The private key will be used to sign generated k8s service account
|
The private key will be used to sign generated k8s service account
|
||||||
tokens.
|
tokens.
|
||||||
|
@ -375,12 +375,14 @@ parameters:
|
|||||||
|
|
||||||
kube_service_account_key:
|
kube_service_account_key:
|
||||||
type: string
|
type: string
|
||||||
|
hidden: true
|
||||||
description: >
|
description: >
|
||||||
The signed cert will be used to verify the k8s service account tokens
|
The signed cert will be used to verify the k8s service account tokens
|
||||||
during authentication.
|
during authentication.
|
||||||
|
|
||||||
kube_service_account_private_key:
|
kube_service_account_private_key:
|
||||||
type: string
|
type: string
|
||||||
|
hidden: true
|
||||||
description: >
|
description: >
|
||||||
The private key will be used to sign generated k8s service account
|
The private key will be used to sign generated k8s service account
|
||||||
tokens.
|
tokens.
|
||||||
|
Loading…
Reference in New Issue
Block a user