Slackbot
01/13/2023, 3:56 PMOr Weis
01/13/2023, 4:09 PMOr Weis
01/15/2023, 10:44 PMOr Weis
01/17/2023, 12:19 AMCharlotte Brady
01/17/2023, 9:07 AMOPAL_POLICY_STORE_CONN_RETRY={"wait_strategy":"exponential","wait_time":50,"attempts":10}
as a test (within opal-client docker-compose environment)Charlotte Brady
01/17/2023, 9:08 AMOr Weis
01/17/2023, 9:19 AMOPAL_POLICY_STORE_CONN_RETRY
is OPA, the local agent OPAL-client loads policy into.
(It’s called POLICY_STORE because soon OPAL will support additional agents no just OPA 🤫)
The connection to the policy-source or bundle server is a different one, not controlled by this parameter.
I defiently can see how the name here can be misleading.
Let me check about config to control access to the policy source / serverOr Weis
01/17/2023, 10:24 AMOr Weis
01/17/2023, 11:45 PMPOLICY_UPDATER_CONN_RETRY
as well as exposing a new wait strategy (randomized exponential backoff) , and a max wait time optionCharlotte Brady
01/18/2023, 9:37 AMOr Weis
01/18/2023, 11:04 AM