You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow the updating of secrets in ASM never worked on my cluster due to missing permissions, Now the permissions were fixed and the secrets are botched.
The secrets now get an extra key, like this
oauth: {"oauth": "ghp_kkkke"}
while the expectation is that the secret should be like
{"oauth": "ghp_kkkke"}
The text was updated successfully, but these errors were encountered:
Got this fixed now. First I saw that the AWS assumed role did not have permissions to update secrets. Fixed by adding the needed permissions to the role. Then by running "jx secret populate", the secrets were generated again, and now it works
Somehow the updating of secrets in ASM never worked on my cluster due to missing permissions, Now the permissions were fixed and the secrets are botched.
The secrets now get an extra key, like this
while the expectation is that the secret should be like
The text was updated successfully, but these errors were encountered: