GitHub user orangewolf added a comment to the discussion: How to enable normal sign in and SSO at same time.
Ok, I figured out a version of this that works! See this gist: https://gist.github.com/orangewolf/762aaadabdaedd98e14d5f4e0cbe5ee1 The important things are that you have to mount the loginboth.html template in to a place that the app can find it. I had a hard time with this because Argo/Helm kept messing up the jinja escapes, so we ended up mounting this as a configmap manually and then connecting to it. Wherever it ends up, you need to change line 119 to match the resulting path `(appbuilder.app.jinja_loader.searchpath.append('/app/docker/pythonpath_dev/templates')`. GitHub link: https://github.com/apache/superset/discussions/32991#discussioncomment-15383195 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
