Hi all Thanks for outstanding 0.8.38 release after...
# troubleshoot
s
Hi all Thanks for outstanding 0.8.38 release after migration 0.8.36 -> 0.8.38 faced with anonymous login when
AUTH_JAAS_ENABLED = false
(on frontend container) Application UI is redirecting to login page, however is shouldn’t Can some one point me what went wrong?
do i need explicitly disable OIDC by
AUTH_OIDC_ENABLED = false
? AFAIK its disabled by default
b
Hi Dmytro! looking into this and will hopefully be back soon
s
found a reason new param
AUTH_NATIVE_ENABLED
which should be also set to
false
has been added 5 days ago as a part of #5097 however not covered in documentation unfortunatelly
b
ohh nice find! that makes sense, I'll make a note to ensure we get to this in documentation asap
s
Great lightning fast reaction!!!! 10x a lot
and maybe you can point me - isnt there a way to route Auth over AD/LDAP?
b
Thanks for reporting this! AD -> Yes we recommend using OIDC for this LDAP -> Yes we recommend using JaaS with a custom jaas.conf file for this 🙂
AUTH_NATIVE_ENABLED=false is the right solve -- you're totally right that we need to call this out explicitly!!
(added to release notes)
s
Thanks
Regarding LDAP/AD - any examples / guidelines to enable it in DataHub?
b
Hiya - We generally do not recommend using LDAP and instead recommend OIDC - is that a viable option for you folks? If not I'm sure someone in the community will be willing to help on the JaaS configs required to set up LDAP