-
Notifications
You must be signed in to change notification settings - Fork 370
Managing kibana oauth access
Deepak Narayana Rao edited this page Oct 26, 2017
·
1 revision
Kibana doesn't have in-built authentication. We have exposed kibana behind oauth proxy. This provides authentication for whitelisted google accounts
- Add the domain in variable
kibana_oauth_authenticated_email_domains:
- ekstep.org
- Run jenkins job
Logging
In above example, all users from ekstep.org
can access kibana using google oauth
- Add the email id in the variable
kibana_oauth_authenticated_email_ids:
- [email protected]
- [email protected]
- Run jenkins job
Logging
In above example [email protected]
and [email protected]
can access kibana using google oauth. Other users from my-google-domain.com
will not have access to kibana