Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/root/configuration/http/http_filters/oauth2_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ Below is a complete code example of how we employ the filter as one of
socket_address:
address: 127.0.0.1
port_value: 8080
- name: auth
- name: oauth
connect_timeout: 5s
type: LOGICAL_DNS
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: auth
cluster_name: oauth
endpoints:
- lb_endpoints:
- endpoint:
Expand Down