mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-05 12:23:03 +02:00
(proxy, internal\policy, docs\reference): define new access control option to bypass authentication
This commit is contained in:
parent
c53c07c274
commit
c5d2e40435
6 changed files with 60 additions and 3 deletions
|
@ -185,6 +185,18 @@ Allowed domains is a collection of whitelisted domains to authorize for a given
|
|||
|
||||
Allow unauthenticated HTTP OPTIONS requests as [per the CORS spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Preflighted_requests).
|
||||
|
||||
#### Public Access
|
||||
|
||||
- `yaml`/`json` setting: `allow_public_unauthenticated_access`
|
||||
- Type: `bool`
|
||||
- Optional
|
||||
- Default: `false`
|
||||
|
||||
**Use with caution:** Allow all requests for a given route, bypassing authentication and authorization.
|
||||
Suitable for publicly exposed web services.
|
||||
|
||||
If this setting is enabled, no whitelists (e.g. Allowed Users) should be provided in this route.
|
||||
|
||||
#### Route Timeout
|
||||
|
||||
- `yaml`/`json` setting: `timeout`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue