Secret Automation Assembler properties
Automation Assembler
propertiesA secret
Automation Assembler
property is a reusable, encrypted value that project users may add to
their cloud template designs.Secure access keys and credentials are typical
examples of secret properties. Once created and saved, a secret property value can never be
unencrypted or read.
Creating a secret property
- Log in toAutomation Assemblerwith project administrator role privileges.
- Go to, and clickNew Secret.
- Enter a unique property name for the secret, without spaces or special characters.The name is the visible identifier for the secret.
- Scope the secret to the entire organization or to specific projects.To assign the secret to one or more projects, clickAssign Projects, select your projects, and clickAdd.You can't associate a secret with the same project twice. You also can't associate two secrets with the same name with the entire organization.
- Enter the secret value.When typing, the value is obscured by default, which protects it if the screen is shared.If needed, you can click the eye symbol to reveal and verify a value. After it is saved, a secret value becomes encrypted in the database and can never be re-exposed.
- Optionally, enter a longer description of the secret property.
- ClickCreate.

Adding a secret property to a cloud
template
Project users may add a secret property as a
binding in cloud template code.
Note that starting to type the
'${secret.
characters reveals a selection list of secrets that have been
created for the project.If two secrets with the same name but different
values exist at the project level and at the organization level, the project secret takes
precedence. The organization secret is not available for selection in the cloud
template.
type: Cloud.Machine properties: name: ourvm image: mint20 flavor: small remoteAccess: authentication: publicPrivateKey sshKey:'${secret.ourPublicKey}'username: root
To add a secret property to a Terraform configuration, see Using a secret Automation Assembler property in a Terraform configuration.