Missed Team ’24? Catch up on announcements here.

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

Using "Specs > Sensitive data encryption" with Java specs sshPrivateKey/sshPublicKey

Maxim Yanchenko February 26, 2021

Currently we are using the keys stored in plain text in a private location:

new BitbucketServerRepository().sshPrivateKey(privKey).sshPublicKey(pubKey);

We would like to switch to encrypted keys with "Specs > Sensitive data encryption", so we can store the encrypted keys in an open location.

What is the correct way to achieve this?

Do I just put the encrypted versions instead of plain text, like

new BitbucketServerRepository().sshPrivateKey(encryptedPrivKey).sshPublicKey(encryptedPubKey);

and Bamboo will figure it out automatically and decrypt when it will try to access the repository? Or some other steps should be done to get it working?

I'm using Bamboo 6.10.6, if it matters.

1 answer

0 votes
dbu July 29, 2021

I would also like to know how this works.

Unfortunately, the documentation on Bamboo Specs encryption is pretty bad. As well as the Bamboo Specs and Java Docs. I couldn't find anywhere how to use this.

Maybe someone from Atlassian team can show how to use this...!?

We're using Bamboo 7.2.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events