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:
hc-github-team-consul-core 2023-08-15 13:14:06 -05:00 committed by GitHub
parent e08f826ce6
commit 4daff32d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -209,7 +209,7 @@ spec:
path: [<aud>] path: [<aud>]
value: <api.apps.organization.com> value: <api.apps.organization.com>
sources: sources:
name: <name of service sending traffic> - name: <name of service sending traffic>
peer: <name of cluster containing source service> peer: <name of cluster containing source service>
namespace: <namespace containing source service> namespace: <namespace containing source service>
partition: <sources-partition> partition: <sources-partition>
@ -1509,15 +1509,15 @@ Sources = [
name: backend name: backend
spec: spec:
sources: sources:
name: frontend - name: frontend
permissions: permissions:
http: - http:
pathExact: /admin pathExact: /admin
jwt: jwt:
providers: providers:
name: okta - name: okta
verifyClaims: verifyClaims:
path: - path:
- perms - perms
- role - role
value: admin value: admin