The deployment plan has password defined a long time ago and now that the deployment getting failed need to verify what actual secret key is given...
is there a way to get/reveal the secret key which looks ********
Hello @PRASHANT GANJI Welcome to Atlassian Community!
Bamboo does not expose any variables that contain "password" on its name. To retrieve the contents of such variables you can create a Script task and echo the contents to a file and later on read the contents of that file directly on the build folder.
Don't do that within the same Job as Bamboo will mask the output. You need to read the file directly on the build folder.
Best regards,
Eduardo Alvarenga
Atlassian Support APAC
Thanks @Eduardo Alvarenga ,
Its Deployment Plan and not Build Plan in which we got cluster secrets
So hope this procedure will help for deployment plan as well..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.