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