openark / orchestrator

MySQL replication topology management and HA
Apache License 2.0
5.64k stars 931 forks source link

separate user for each team member #189

Open tapuhi opened 7 years ago

tapuhi commented 7 years ago

Hi, The security department asked me to have a separate user for each team member or each employee accessing orchestrator even for read only (we all like security right ? :-) ) , is that possible ? Is there a way to use "Google Sign in" to manage access to orchestrator or any other external authenticator like AD ? if not please add it :-) . Br

shlomi-noach commented 7 years ago

Hi,

I'd suggest using LDAP. orchestrator itself has no built-in support for ldap/google-sign-in/oautch/etc.

Instead, what I've done in different places:

see https://github.com/github/orchestrator/blob/master/docs/security.md, "Headers authentication".