Skip to content

Commit

Permalink
Add vouch.cookie.domain description to allAllUsers configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaws-k committed Jun 14, 2020
1 parent dfbd013 commit 2b68660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.yml_example
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ vouch:

# Set allowAllUsers: true to use Vouch Proxy to just accept anyone who can authenticate at the configured provider - VOUCH_ALLOWALLUSERS
# allowAllUsers: false
# Set vouch.cookie.domain in the below instead of vouch.domains when enabling allowAllUsers.

# Setting publicAccess: true will accept all requests, even without a cookie. - VOUCH_PUBLICACCESS
# If the user is logged in, the cookie will be validated and the user header will be set.
Expand Down
3 changes: 3 additions & 0 deletions config/config.yml_example_oidc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ vouch:
# - OR -
# instead of setting specific domains you may prefer to allow all users...
# set allowAllUsers: true to use Vouch Proxy to just accept anyone who can authenticate at the configured provider
# and vouch.cookie.domain to your callback_url domain.
# allowAllUsers: true
# cookie:
# domain: yourdomain.com

oauth:
# Generic OpenID Connect
Expand Down

0 comments on commit 2b68660

Please sign in to comment.