Accessing shared credentials API

Yahav Itzhak October 1, 2020

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.
October 1, 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