agreeable-address-71270
05/05/2023, 5:03 PMa. Open the filedocker/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?
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.lively-cat-88289
05/05/2023, 5:03 PMastonishing-answer-96712
05/05/2023, 6:00 PM