Merge "Make service account private key hidden"

This commit is contained in:
Zuul 2018-07-11 10:42:32 +00:00 committed by Gerrit Code Review
commit 2018ac26bf
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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.