-
Notifications
You must be signed in to change notification settings - Fork 15
Envoy Request Flow
Scott Ganyo edited this page Jun 8, 2020
·
1 revision
The flow of a request through Envoy consists of:
- authenticating and authorizing a request via External Auth Service
- annotating the request with headers
- evaluating the request via RBAC (optional)
- generating analytics data via the Access Log Service.
Note: If auth: { reject_unauthorized: true }
is set in the configuration, the ext_authz
filter will immediately reject unauthorized requests instead of passing them through to additional filters.