Ansible role for configuring oauth2_proxy Docker container https://github.com/pusher/oauth2_proxy
Go to file
Jakub Sokołowski eeb96e6dad
remove unused file
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-10-15 20:35:49 +02:00
defaults default to accessing docker host for upstream 2020-02-05 14:50:06 +01:00
meta add role files 2020-02-03 11:26:03 +01:00
tasks fix warnings about converting int to string 2020-02-18 16:08:53 +01:00
README.md default to accessing docker host for upstream 2020-02-05 14:50:06 +01:00

README.md

Description

This role configures an oauth2_proxy container for GitHub based OAuth.

Configuration

These settings are all mandatory:

oauth_domain: 'oauth.example.org'
oauth_cont_name: 'some-container-name-oauth'
oauth_upstream_cont: 'some-container-name'
oauth_upstream_port: 4321
oauth_public_port: 443
oauth_local_port: 1234
oauth_cookie_secret: '123qweASD'
oauth_id: 'some-id'
oauth_secret: 'some-secret'

The oauth_upstream_cont is optional. If not set the Docker host IP will be used as upstream.