authorize: add allow_any_authenticated_user policy (#1515)

This commit is contained in:
Philip Wassermann 2020-11-05 19:20:50 +01:00 committed by GitHub
parent d1bab414c5
commit 85a5961e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 456 additions and 387 deletions

View file

@ -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;