Issues
Issues copied to clipboard
Certificate variable type allows value to be prompted for at runbook and deployment time
Team
- [X] I've assigned a team label to this issue
Severity
Reported by one customer, don't believe they are blocked
Version
Found in 2021.3 (pre-release) but believe it to be present in earlier versions too
Latest Version
I could reproduce the problem in the latest version
What happened?
When selecting a variable of type certificate to have its value prompted for in a runbook/deployment, you have to select a certificate in the variables screen.
Once you've selected one, the parameter doesn't show a certificate prompt, but instead shows the certificate id of the saved value when creating/updating the variable:
This is the first time that I've tried this after a report from a customer in Community slack
Reproduction
- Create a certificate variable
- Ensure a value is chosen
- Make the variable prompted
- Create a runbook or deployment process with at least one step.
- Create a release / runbook run
- Attempt to deploy the release
- Observe the certificate id in the certificate prompted variable value:
Error and Stacktrace
No response
More Information
I'm looking to find out if it was intended to allow certificate variables to have their values prompted. If it was, it's not working as I'd expect.
I also found a similar sounding issue here https://github.com/OctopusDeploy/Issues/issues/3902
Workaround
No response