Hey all! Wondering if anyone could provide an exam...
# all-things-deployment
p
Hey all! Wondering if anyone could provide an example of how to set vars like below in the datahub helm chart:
Copy code
AUTH_OIDC_ENABLED=true
AUTH_OIDC_CLIENT_ID=your-client-id
AUTH_OIDC_CLIENT_SECRET=your-client-secret
AUTH_OIDC_DISCOVERY_URI=<https://your-okta-domain.com/.well-known/openid-configuration>
AUTH_OIDC_BASE_URL=your-datahub-url
AUTH_OIDC_SCOPE="openid profile email groups"
Found a similar question that answered my question
b
awesome!
let me know if you have additional questions on oidc in particular