mirror of https://github.com/status-im/consul.git
Fix incorrect yaml in examples (#18463)
This commit is contained in:
parent
f88d4fe28f
commit
d565056fb0
|
@ -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
|
||||||
|
@ -1564,4 +1564,4 @@ Sources = [
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeTabs>
|
</CodeTabs>
|
||||||
|
|
Loading…
Reference in New Issue