Hello! I am looking for clarification on the docum...
# troubleshoot
a
Hello! I am looking for clarification on the documentation to setup Okta SSO. https://datahubproject.io/docs/authentication/guides/sso/configure-oidc-react-okta#4-configure-datahub-frontend-to-enable-oidc-authentication
a. Open the file
docker/datahub-frontend/env/docker.env
b. Add the following configuration values to the file:
My question is can the env variables in
docker.env
be set as docker-compose environment variables in the
datahub-frontend-react
container?
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"
I ask this because I am running the frontend container as an ECS service.
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
a
Hi, I believe this is possible!