Backport of Fix incorrect yaml in examples into release/1.16.x (#18469)
backport of commit a9482b0d3557691fa1326932927ca047821c610f Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
This commit is contained in:
parent
e08f826ce6
commit
4daff32d60
|
@ -209,7 +209,7 @@ spec:
|
|||
path: [<aud>]
|
||||
value: <api.apps.organization.com>
|
||||
sources:
|
||||
name: <name of service sending traffic>
|
||||
- name: <name of service sending traffic>
|
||||
peer: <name of cluster containing source service>
|
||||
namespace: <namespace containing source service>
|
||||
partition: <sources-partition>
|
||||
|
@ -1509,15 +1509,15 @@ Sources = [
|
|||
name: backend
|
||||
spec:
|
||||
sources:
|
||||
name: frontend
|
||||
- name: frontend
|
||||
permissions:
|
||||
http:
|
||||
- http:
|
||||
pathExact: /admin
|
||||
jwt:
|
||||
providers:
|
||||
name: okta
|
||||
- name: okta
|
||||
verifyClaims:
|
||||
path:
|
||||
- path:
|
||||
- perms
|
||||
- role
|
||||
value: admin
|
||||
|
|
Loading…
Reference in New Issue