Project tenant template variables save secrets as plain text #590
Labels
category/dev-experience
Issues about the dev experience of using the provider, writing correct HCL etc
kind/bug
Something isn't working
Describe the bug
The
default_value
ofTest2
in the tenant project variable template example below is saved as plain text by the Octopus API, whereas it would be saved as a secret when defined via the UI:According to the docs, there is no other field for defining the default value of a sensitive tenant variable template:
Steps to reproduce
Expected behavior
The sensitive value should be stored by the API as a secret, and not returned as plain text.
Screenshots
This is an example of a sensitive tenant variable template with a default value shown in plain text:
Environment and versions:
The text was updated successfully, but these errors were encountered: