Skip to content

Commit

Permalink
#266 clarify protected domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed Jun 25, 2020
1 parent 2b68660 commit 0ea425f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.yml_example
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +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.
# vouch.cookie.domain must be set below 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
2 changes: 1 addition & 1 deletion config/config.yml_example_oidc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.
# and set vouch.cookie.domain to the domain you wish to protect
# allowAllUsers: true
# cookie:
# domain: yourdomain.com
Expand Down

0 comments on commit 0ea425f

Please sign in to comment.