Hi, currently we are trying to deploy datahub on A...
# all-things-deployment
b
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
Yes totally possible!
Simply set AUTH_OIDC_ENABLED=false in your extra envs for datahub-frontend container
This will allow you to login using username and password authentication
b
Thanks John! We will try that.