Skip to content

Instantly share code, notes, and snippets.

@ianneub
Last active October 6, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianneub/1441aef3b68d54828f2c to your computer and use it in GitHub Desktop.
Save ianneub/1441aef3b68d54828f2c to your computer and use it in GitHub Desktop.
auth:
image: 'ianneub/google-auth-proxy:latest'
command: '-upstream="http://kibana:5601/" -cookie-secret="asdfasdf" -http-address=0.0.0.0:80 -cookie-expire=8h0m0s'
environment:
- EMAIL_LIST=jdoe@domain.com\nasdf@domain.com
- OAUTH2_PROXY_CLIENT_ID=asdf-asdf.apps.googleusercontent.com
- OAUTH2_PROXY_CLIENT_SECRET=asdfasdf
- 'VIRTUAL_HOST=https://kibana.domain.com'
expose:
- '80'
links:
- kibana
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment