cndi E706- cndi overwrite loaded Secret.data from environment, but it was not a base64 encoded string
#1083
johnstonmatt
announced in
Error Message Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
description
The
cndiCLI exits with error code706when a user supplies a Secret incluster_manifestswhich loads a.dataentry from the environment which is not base64 encoded.resolution tips
Kubernetes Secrets can take a
.datavalue for base64 data or a.stringDatafor plain text strings.You likely meant to use
.stringDataand you should correct this manifest in yourcndi_config.yamlfile then runcndi overwriteagain.On the off-chance you did intend to load base64
.data, check that it is valid by piping the string intobase64 -dBeta Was this translation helpful? Give feedback.
All reactions