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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,612
Community Members
 
Community Events
184
Community Groups

Masking password in view plan as spec

Deleted user Mar 09, 2021

Hello,

The password I enter in the task is displayed in plain text when I view "Bamboo plan as java spec" or yaml spec.

How do I display ***** in place of password when viewing the spec?

 

Thanks

1 answer

1 accepted

1 vote
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 09, 2021

What's the task plugin?

Please contact support if plugin is provided by Atlassian or plugin vendor otherwise.

There's nothing you can do to avoid such situation as a user.

Deleted user Mar 09, 2021

We wrote the plugin. the password field is created as 

 

[@ww.password  labelKey="password" name="xxx" required="true" showPassword="true" /]

When configuring the plan the password is masked and displayed Screen Shot 2021-03-09 at 10.42.31 AM.png

 

 

But when I click view plan spec it is displayed in plain text. How do I display ***** instead of plain text?

 

taskspec.png 

Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 09, 2021

I see.

You need to change plugin code to use com.atlassian.bamboo.crypto.instance.SecretEncryptionService to encrypt user input before keep it to task configuration.

Then you need to use RuntimeTaskDefinition to provide this value to agent when job is sent for execution.

As reference look at code of Bamboo SCP/SSH plugin, see BaseSshTaskConfigurator.java how to keep config at encrypted state and BaseSshTaskRuntimeDataProvider.java to see how to provide RuntimeTaskData

Deleted user Mar 09, 2021

Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events