Skip to content

Commit

Permalink
Fix incorrect yaml in examples (#18463)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored Aug 15, 2023
1 parent f88d4fe commit d565056
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1564,4 +1564,4 @@ Sources = [
}
```

</CodeTabs>
</CodeTabs>

0 comments on commit d565056

Please sign in to comment.