-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdefault_wac_config.yml
33 lines (33 loc) · 1.15 KB
/
default_wac_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
wac:
default:
prefix: default
baseUrl: https://default.url/
resourceTypeUrls:
entity:
url: https://default.orion.url/v2/entities/
type_url: https://default.url/entity
entityType:
url: https://default.orion.url/v2/types/
type_url: https://default.url/entity_type
subscription:
url: https://default.orion.url/v2/subscriptions/
type_url: https://default.url/subscription
policy:
url: https://default.anubis.url/v1/policies/
type_url: https://default.url/policy
Tenant1:
prefix: tenant1
baseUrl: https://tenant1.url/
resourceTypeUrls:
entity:
url: https://tenant1.orion.url/v2/entities/
type_url: https://tenant1.url/entity
entityType:
url: https://tenant1.orion.url/v2/types/
type_url: https://tenant1.url/entity_type
subscription:
url: https://tenant1.orion.url/v2/subscriptions/
type_url: https://default.url/subscription
policy:
url: https://tenant1.anubis.url/v1/policies/
type_url: https://tenant1.url/policy