Create Secret
Creating a new secret allows you to securely store sensitive credentials that can be accessed by your pipelines.
Steps to Create
Section titled “Steps to Create”- Click Create New Secret.
- Enter a Secret Name (unique per client) and the Secret Value.
- Press Create Secret. A toast confirms success.
The value is encrypted immediately and never sent back to the front-end.
Naming Guidelines
Section titled “Naming Guidelines”- Use descriptive, meaningful names (e.g.,
slack_webhook_alerts,aws_s3_key) - Avoid spaces; use underscores or dashes instead
- Names must be unique within the client scope
- Consider using prefixes to group related secrets (e.g.,
aws_,db_)
Security Features
Section titled “Security Features”- Immediate Encryption: Values are encrypted as soon as they’re submitted
- No Plaintext Storage: Values are never stored in plaintext
- Envelope Encryption: Uses multiple layers of encryption for maximum security