Bamboo Specs encryption
When working on your repository-stored Bamboo Specs, you might need to use sensitive data like passwords, pass phrases, or other access credentials. To make sure your data remains secure, you can use Bamboo sensitive data encryption before storing the confidential information in your code repository.
To encrypt your data
- From the top navigation bar, select Specs > Sensitive data encryption.
- Paste the content you want to encrypt in the text box.
- Click Encrypt.
Your content is now encrypted. You can copy it and use it in your Bamboo Specs safely.
Where to use the encrypted data
You can use the manually encrypted data in your Bamboo Specs for configuring access to repositories, defining secret plan variables, working with credentials in various tasks, and in a handful of other places. Refer to the documentation or JavaDocs of individual locations to learn whether encrypted content is supported.
Secret variables are determined by their name. To be considered secret and to support encrypted content, a variable name needs to contain one of the following words: "password", "passphrase", "secret", "sshkey".