-
Hello, when compiling new target with secret:
I get the following error:
Even though I don't try to encrypt nor to reveal a secret. Is this an intended behavior? I expect it to just create a ref with random string, since the ref is absent. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The behaviour is intended. The reason why kapitan needs access to your google credentials ( The
Full discussion here: https://kubernetes.slack.com/archives/C981W2HD3/p1616001522022400 |
Beta Was this translation helpful? Give feedback.
The behaviour is intended.
The reason why kapitan needs access to your google credentials (
GOOGLE_APPLICATION_CREDENTIALS
) is because the secret you are trying to create uses agkms
(Google Cloud Key Management Service) as backend.The
?{gkms:kubeconfigs/c01.eks01.aws01||randomstr:32|base64}
effectively means:Full discussion here: https://kubernetes.slack.com/archives/C981W2HD3/p1616001522022400