Bamboo Spec Password issue

Issue #62 new
David created an issue

When using Bamboo specs to encrypt/decrypt passwords the deployment task fails.
See [BSP-50882] for details.

How it should work

User encrypts password with bamboo spec and adds this to the spec.
Bamboo decrypts password and hands it to plugin

Plugin performs deployment

How it currently works
User encrypts password with bamboo spec and adds to spec
Bamboo decrypts password and hands to plugin
Plugin attempts to decrypt decrypted password and fails

Work around
add password to another deployment task view the bamboo spec for it

copy password from the spec
Encrypt using bamboo spec encryption (Double encrypted that should stop those corporate spies 🤣 )
add to your java spec
clean up

Comments (0)

  1. Log in to comment