Any idea what is wrong with the policies page? Not...
# troubleshoot
s
Any idea what is wrong with the policies page? Not done anything special there, enabled OIDC auth, but it also come if I disable it again.
s
What version of DataHub are you using?
b
@early-lamp-41924 This may have been something newly introduced in recent policies improvements
@square-solstice-69079 Have you by any chance ingested your own custom policies? Outside of the UI?
I want to rule this out
s
I have not done anything outside of the ui for policies. I did test to add one policy in the ui for an internal user, but it worked after that, so not sure when it could have happened.
Should be newest version, about 2 weeks ago we did the install
b
Okay thanks for details. This may be a simple bug. We will investigate on our end. My guess is this is a simple fix that we just missed. Thanks for reporting
Okay this is pretty strange
Previously this field was required, but it was recently made optional. Are you sure that your GMS version is upgraded to the latest? This may be a problem where the frontend is out of sync with the backend version
s
Could it be that with adding OIDC I had to use a docker compose file, and the frontend is only running when I run that command. And somehow that is not running all services or older versions? If I exit the command for the docker compose, the frontend shuts down. Its the next thing on my list to figure out since I'm not that familiar with docker/docker-compose.
e
Hey for this last part, you can use -d option on
docker-compose up
command, which will detach the process from the actual containers
Are you using “head” image tag for both containers?
I would suggest using the release tag “v0.8.33” so the version that is being deployed is always consistent
s
Thanks,will test this tomorrow, EU time
I was not on latest version, doing datahub quickstart and then run the docker compose file worked. Policies is back and working.