Skip to content

Create Secret

Creating a new secret allows you to securely store sensitive credentials that can be accessed by your pipelines.

  1. Click Create New Secret.
  2. Enter a Secret Name (unique per client) and the Secret Value.
  3. Press Create Secret. A toast confirms success.

The value is encrypted immediately and never sent back to the front-end.

  • 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_)
  • 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