X-posting this here in case this is a better spot....
# getting-started
m
X-posting this here in case this is a better spot. Thanks! https://datahubspace.slack.com/archives/CV2UXSE9L/p1666138884735629
q
Did you edit the JAAS config? The docs aren’t clear but the code definitely looks to be. The default dummy login module they provide seems to just return true for username and password meaning it should accept any username/password by default. At a minimum id swap out the JAAS config to use a different module, ldap, some other auth mechanism, or provision oidc if you want a drop in replacement. Unfortunately SAML isn’t a viable option without a lot of work. (Something I’m working on because I don’t have another option) but it’s a very involved setup process
m
Hi Tyler, I am following this thread to fix the issue: https://datahubspace.slack.com/archives/C029A3M079U/p1663770636524019
I haven't been able to fully verify it yet due to a separate networking issue, but I'm pretty confident this is going to work