Store and retrieve sensitive data in workflows.
Credentials
.
SECRETS
contextSECRETS
context: ${{ SECRETS.<name>.<key> }}
.
For example:
virustotal
and the key VIRUSTOTAL_API_KEY
.
Different integrations may require different required and optional keys.
For example, Tracecat’s AWS integration is configured with the following secret with optional keys, but with optional=False
meaning at least one of the keys must be provided:
environment
configuration.
Example
Create a multi-tenant secret
aws
and AWS_ROLE_ARN
) remain the same.If no environment key is specified, the environment key defaults to default
.Specify workflow environment
Configuration
section.Trigger multi-tenant workflows
core.workflow.execute
action.First, drag out a core.workflow.execute
action, then specify a loop expression that iterates over a list of AWS account IDs:core.workflow.execute
action with the following inputs: