- CLI
- Helm
Use the This installs:
Example with all options:
odigos pro central install command with --set flags:- central-backend
- central-ui
- redis (for state)
- keycloak (as identity provider)
CLI Flags
| Flag | Default | Description |
|---|---|---|
--set onPremToken | (required) | Your Odigos Enterprise license token |
--set centralProxy.centralBackendURL | (optional) | URL of the central backend |
--set auth.externalUrl | http://localhost:8081 | Browser-accessible URL of the Central Backend for SSO redirect flows |
--set auth.adminPassword | (auto-generated) | Admin password for Keycloak. If not provided, a random password is generated |
--set auth.adminUsername | admin | Admin username for Keycloak |
--namespace, -n | odigos-central | Target namespace for installation |
--version | (current) | Specify a specific version to install |