Browse Source

Fix incorrect yaml in examples

pull/18463/head
Luke Kysow 1 year ago committed by GitHub
parent
commit
a9482b0d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      website/content/docs/connect/config-entries/service-intentions.mdx

12
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
@ -1564,4 +1564,4 @@ Sources = [
}
```
</CodeTabs>
</CodeTabs>

Loading…
Cancel
Save