Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Inject variables with a secret value

Edited

Currently I am updating my plans to start using bamboo-yaml specs. However I do have variables I use in a lot of plans and want to create an `inject-variables`-task to import this list. As this list contains usernames and passwords I'd like to use the Bamboo encryption for these variables. However the injection seems to work, but not the decryption on Bamboo's end. 

Can someone help me out or tell me what I do wrong.

 

task:

- inject-variables:
file: variables.conf
 scope: LOCAL
 namespace: inject

inject variables file;

env_password="BAMSCRT@RANDOMSTRING"
env_username="user"

 

Therefor I need to use `${bamboo.inject.env_password}` in the script later on. But it seems to pass along the string "BAMSCRT@RANDOMSTRING" instead of the decrypted password

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events