Environment Variables
Custom environment variables for a dedicated cluster.
List environment variables for a cluster.
Returns the custom environment variables configured for this cluster's Keycloak deployment.
Add an environment variable to a cluster.
Adds a custom environment variable to the cluster and restarts the Keycloak deployment to apply it. Only custom (non-reserved) SPI configuration variables are allowed. Fails with a 409 if a restart is already in progress.
Get an environment variable by ID.
Returns details about a single custom environment variable.
Update an environment variable.
Updates the name and/or value of a custom environment variable and restarts the Keycloak deployment to apply it. Fails with a 409 if a restart is already in progress.
Remove an environment variable.
Deletes a custom environment variable and restarts the Keycloak deployment to apply the change. Fails with a 409 if a restart is already in progress.