Browse Source

Backport of Fix incorrect yaml in examples into release/1.16.x (#18469)

backport of commit a9482b0d35

Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
pull/18481/head
hc-github-team-consul-core 1 year ago committed by GitHub
parent
commit
acc13b33f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      website/content/docs/connect/config-entries/service-intentions.mdx

10
website/content/docs/connect/config-entries/service-intentions.mdx

@ -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…
Cancel
Save