Hi, currently we are trying to deploy datahub on AWS but our company policies deny creation of EKS with OIDC enabled, so we want to temporarily create one that does not uses cluster with OIDC- do you think it is possible with for example changing a little helm chart?
b
big-carpet-38439
11/12/2021, 6:09 PM
Yes totally possible!
big-carpet-38439
11/12/2021, 6:09 PM
Simply set AUTH_OIDC_ENABLED=false in your extra envs for datahub-frontend container
big-carpet-38439
11/12/2021, 6:10 PM
This will allow you to login using username and password authentication