https://meltano.com/ logo
#announcements
Title
# announcements
d

dry-dinner-58985

02/22/2021, 2:25 PM
Question on Single-Sign-On on meltano UI. The details on this are very limited on documentation. Does adding
oauth.gitlab.client_id
and
oauth.gitlab.client_secret
means that the SSO(Login with GitLab) is automatically activated? I added these, but I can’t see single-sign-on on meltano UI. Also looking at this file, it looks like the only provider that is implemented is GitLab, is there a plan to add other providers like Google? Should I create an issue?
r

ripe-musician-59933

02/22/2021, 4:08 PM
@dry-dinner-58985 It's possible that we removed the frontend code for the "Sign in with GitLab" button at some point and that just adding the settings doesn't currently do anything. If this is a feature you'd like to use, can you please file an issue? Same for adding a new provider like Google. We don't currently consider the UI a priority but I'll gladly help you figure out how to restore this functionality with a contribution 🙂
d

dry-dinner-58985

02/22/2021, 6:10 PM
Thanks @ripe-musician-59933, I will create an issue. Login with Gitlab is not a high priority feature for me right now, but having a single-sign-on (preferably sign-in with google) is nice to have in the future. I am using sign-in with google on airflow 2.0 (which is supplied as a part of meltano orchestrator), and it would be nice to have common login for both airflow and meltano. Having single-sign-on at both the UIs will help us give access to the team members easily as well as it will mimic that both UIs are part of the same product, when users do not have to remember separate login details for both.
r

ripe-musician-59933

02/22/2021, 6:11 PM
I agree, we should definitely have that. It shouldn't be too hard to get Google working