Generating sealed secret for password which contains special character('&,'!') #1276
Unanswered
sankarraman87
asked this question in
Q&A
Replies: 1 comment
-
Try quoting your input.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using below command to create sealed secret for password which contains special character(&). Created encrypted value is not working when we use it on Springboot application. It is working if we hardcoded password value. I tried to use & to escape & character but still it is not working. Could you please help me how to create encrypted value for password which contains special character ?
echo -n 087Icy&rX5qG | kubeseal --raw --scope --cluster-wide
Output:
[1] 34476
087IcY-bash: rX5qG: command not found
AgCI4PP/zF25aE/BsUONuu***************************************[1]+ Done
Beta Was this translation helpful? Give feedback.
All reactions