-
Notifications
You must be signed in to change notification settings - Fork 372
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:
- foo@my-google-domain.com
- bar@my-google-domain.com
- Run jenkins job
Logging
In above example foo@my-google-domain.com
and bar@my-google-domain.com
can access kibana using google oauth. Other users from my-google-domain.com
will not have access to kibana