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

Bamboo variable encryption

swap .
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 23, 2019

We have bamboo version 6.2.5 which does not contain option "Specs encryption" 
Please suggest any option to do encryption.

1 answer

0 votes
Petr Vaníček
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2019

Hi,

if you are not able to do upgrade then easiest way is encrypt what you need into Base64. I't not secure, but if you encrypt whole line(s) of code then it will not be interesting for someone encrypting everything what can be seen.

Another option what I see is calling file system script to which normal user don't have access.


swap .
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 23, 2019

@Petr Vaníček  - Thank you for response. Please help me out for below queries.

Could you please guide on "calling file system script"? 

Can we encrypt the variable inside the bitbucket repository and used in bamboo?

How to encrypt whole line inside bitbucket?


Petr Vaníček
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2019

With calling script I mean this: https://confluence.atlassian.com/bamboo/script-289277046.html

You can use one of them - variable or encrypted code in scripts.

About encrypting whole line you can inspire for example here: https://linuxhint.com/bash_base64_encode_decode/ 

So you will encode to Base64 when you will programming script and inside os script you will decrypt it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events