Merge "Make service account private key hidden"

changes/90/571190/10
Zuul 5 years ago committed by Gerrit Code Review
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…
Cancel
Save