Open tapuhi opened 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:
orchestrator
to 127.0.0.1:3000
(pick your port) ; this will ensure it cannot serve external requestsnginx
or other reverse proxy on same servernginx
authenticate users via ldap
nginx
send HTTP header to orchestrator
with authenticated username.see https://github.com/github/orchestrator/blob/master/docs/security.md, "Headers authentication".
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