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,219
Community Members
 
Community Events
184
Community Groups

Accessing shared credentials API

I'm a maintainer of a Bamboo plugin.

I want to expose to the users the shared credentials in the plugin's jobs. Users will define "Username and password" shared credentials in the global Bamboo configuration as usual and they will have an option to use in in the plugin's jobs.

How can I access defined shared credentials using TaskContext or some other API?

Thanks!

 

1 answer

1 accepted

3 votes
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 01, 2020

For reference you can look at implementation details of Bamboo Docker task at https://bitbucket.org/atlassian/bamboo-docker-plugin/src/master/

General idea:

use com.atlassian.bamboo.credentials.CredentialsAccessor to list shared credentials of given type

Then keep its id at task config

When job is sent to agent you need to provide RuntimeTaskContext which translates shared credential id to username\password which your task will use at runtime

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events