Make service account private key hidden
The service account private key needs to be hidden for safety reasons. This patch fixes it. Task: 22886 Story: 1766546 Change-Id: I16929c6de2c442865b2978ae6c18c22b8146f645
This commit is contained in:
parent
3d136642b5
commit
80f806fa9c
@ -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.
|
||||
|
@ -371,12 +371,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