mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
authorize: add allow_any_authenticated_user policy (#1515)
This commit is contained in:
parent
d1bab414c5
commit
85a5961e5e
8 changed files with 456 additions and 387 deletions
|
@ -33,6 +33,7 @@ message Route {
|
|||
|
||||
bool cors_allow_preflight = 10;
|
||||
bool allow_public_unauthenticated_access = 11;
|
||||
bool allow_any_authenticated_user = 33;
|
||||
google.protobuf.Duration timeout = 12;
|
||||
bool allow_websockets = 13;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue