Hi Everyone!!! I installed datahub last week using...
# ui
a
Hi Everyone!!! I installed datahub last week using quickstart guide and it seems a good product. Now I am trying to use OIDC(keycloak) authentication for UI. But unable to do so as I am not able to understand how to invoke updated docker env file to the running datahub instance. I am not so familiar with docker. I dont find user guide for this on datahub portal.
e
Hi @alert-belgium-89538 have you read our guide here? https://datahubproject.io/docs/how/auth/sso/configure-oidc-react/
once you’ve made the changes to your
datahub-frontend
docker.env file it should be as simple as running the command
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml  up datahub-frontend-react
o
Hi! Are you using the
datahub docker quickstart
command? This command takes a quickstart-compose.yml file as an optional parameter which you can use to configure your local env file. By default it pulls from https://github.com/datahub-project/datahub/tree/master/docker/quickstart and decides which file to use based on your machine and config
a
@orange-night-91387, Yes, I used Quickstart. Should I put all OIDC properties in the yaml file and try quickstart command again?
o
You can either put them into the yaml directly or make sure you're using a compose file that will pull from your local env file