Secrets
Secrets hold the sensitive material the gateway needs: passwords, keys, certificates, and tokens. Instead of embedding raw values across surfaces or credentials, the gateway stores secrets in one encrypted access-controlled store and other configuration references them by identifier.
Why secrets are centralised
Centralised secret storage means values are entered once, encrypted at rest, and never duplicated through configuration.
- Surfaces, credentials, and authentication settings reference secret identifiers.
- Rotation happens in one place and applies everywhere that secret is used.
This model reduces accidental exposure and simplifies operational rotation and revocation.
The three secret types
Where secrets fit in the gateway
Secrets are the trust-material backing store for the entire product.
- Inbound path: supplies API keys and certificates used to authenticate callers.
- Outbound path: supplies keys and client secrets used by credentials when calling external services.
Because all other screens reference secrets rather than embedding values directly, rotation and revocation are immediate, centralised, and consistently enforced.
Related
- Credentials: Outbound delegation model built on secret references.
- Settings: System operations including secure backup and restore behavior.
Glad to hear it! Please tell us how we can improve more.
Sorry to hear that. Please tell us how we can improve.
Thank you for sharing your feedback so we can improve your experience.