Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit a3e33f9
Merge: 0ea425f 054bff3
Author: Benjamin Foote <[email protected]>
Date:   Thu Jun 25 13:44:23 2020 -0700

    Merge branch 'master' into pr/yaws-k/279

commit 0ea425f
Author: Benjamin Foote <[email protected]>
Date:   Thu Jun 25 13:44:12 2020 -0700

    #266 clarify protected domain

commit 2b68660
Author: Yosuke Kato <[email protected]>
Date:   Sun Jun 14 14:27:22 2020 +0900

    Add vouch.cookie.domain description to allAllUsers configuration.
  • Loading branch information
bnfinet committed Jun 25, 2020
1 parent 054bff3 commit d833137
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
# 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
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 set vouch.cookie.domain to the domain you wish to protect
# allowAllUsers: true
# cookie:
# domain: yourdomain.com

oauth:
# Generic OpenID Connect
Expand Down

0 comments on commit d833137

Please sign in to comment.