Slackbot
11/27/2022, 8:38 AMFilip
11/27/2022, 8:40 AMPriya reddy
11/27/2022, 8:41 AMOr Weis
11/27/2022, 8:53 AMOr Weis
11/27/2022, 8:53 AMOmer Zuarets
11/27/2022, 9:19 AMPriya reddy
11/27/2022, 7:49 PMPriya reddy
11/28/2022, 6:43 AMOmer Zuarets
11/28/2022, 7:04 AMAsaf Cohen
11/28/2022, 7:07 AMPriya reddy
11/28/2022, 7:30 AMPriya reddy
11/29/2022, 8:08 PM- name: OPAL_DATA_CONFIG_SOURCES
value: '{"config":{"entries":[{"url":"<http://opal-server.opal.svc.cluster.local:7002/topic1>","topics":["topic1"],"dst_path":"/tenant/tenant1"}]}}'
and my client
- name: OPAL_DATA_TOPICS
value: topic1
- name: OPAL_POLICY_SUBSCRIPTION_DIRS
value: tenant/tenant1
For now I am just trying to configure with one client and if it works I will apply it for multiple clients. When I have the policy-data in this way my client is able to subscribe
- name: OPAL_DATA_CONFIG_SOURCES
value: '{"config":{"entries":[{"url":"<http://opal-server.opal.svc.cluster.local:7002/policy-data>","topics":["policy_data"],"dst_path":"/static"}]}}'
It would be nice if there are examples on how to configure with multiple clientsAsaf Cohen
11/29/2022, 8:11 PMAsaf Cohen
11/30/2022, 4:41 PM