Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienPillevesse committed Nov 7, 2024
1 parent ce1a65b commit 497ebb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ securityPolicies:
headersToExtAuth:
- header1
- header2
bodyToExtAuth: '{"name": "John Doe"}'
grpc:
backendRefs:
- name: service-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ securityPolicies:
headersToExtAuth:
- header1
- header2
bodyToExtAuth: '{"name": "John Doe"}'
targetRef:
group: gateway.networking.k8s.io
kind: HTTPRoute
Expand Down Expand Up @@ -262,6 +263,7 @@ xdsIR:
headersToExtAuth:
- header1
- header2
bodyToExtAuth: '{"name": "John Doe"}'
name: securitypolicy/default/policy-for-http-route-1
- destination:
name: httproute/default/httproute-1/rule/1
Expand Down Expand Up @@ -306,6 +308,7 @@ xdsIR:
headersToExtAuth:
- header1
- header2
bodyToExtAuth: '{"name": "John Doe"}'
name: securitypolicy/default/policy-for-http-route-1
- destination:
name: httproute/default/httproute-2/rule/0
Expand Down

0 comments on commit 497ebb8

Please sign in to comment.