Secrets store the credentials used by platform components—such as PostgreSQL, Redis, and Keycloak—to authenticate and communicate securely with one another.
If any of your secrets become compromised, or you need to rotate them for compliance or internal security policy reasons, you can do so directly from the admin console:
- Log in to the admin console.
- Select the Config tab.
- Scroll down to Secrets.
- Locate the service whose credentials you want to rotate.
- Increase the Secret Version number for that service by one. For example, if you see version
2, increase it to 3.
- Scroll to the bottom of the page and select Save config.
- Select the Dashboard tab and redeploy to apply your changes.
Rotating secrets regularly helps maintain the security posture of your deployment and reduces the impact of any potential credential exposure.