Appearance
Secrets
Secrets are a secure set of key-value pairs that can be referenced by various tasks. Once added, the content can never be viewed, with only the name and time added being visible. This holds true even in logs and debug data. If data needs to be updated, e.g. for a password change, the existing secret should be deleted, and a new one created with the same name.
Creating a secret
In order to add a new secret, click the +
button at the top right of the page, fill in the Name (key) and Value, and click Save. If you wish to upload a file as a secret, change the Value Type to File and choose your file using the file browser.
Using a secret
To make use of a secret in an endpoint, click the key icon in the right hand panel. Click into the field you wish to use the secret in, and click the arrow on the right hand side of the secret you need.