Using Artifactory as OCI registry host for OPA bundles #311
Answered
by
kevinswiber
harshiy24
asked this question in
OPA and Rego
-
OPA can download bundles from OCI compatible registries. Artifactory is one such host that can have bundles stored as containers. We have the following config file:
When opa is run, this bundle is downloaded and works as expected. But these are the questions for our usecase:
Can any of the above two points be satisfied using a specific config? |
Beta Was this translation helpful? Give feedback.
Answered by
kevinswiber
Nov 30, 2022
Replies: 1 comment 5 replies
-
@harshiy24 I believe if the trigger mode in the configuration is set to periodic, it'll check for a new bundle every now and then. I think the default is between every 1 and 2 minutes. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
harshiy24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@harshiy24 I believe if the trigger mode in the configuration is set to periodic, it'll check for a new bundle every now and then. I think the default is between every 1 and 2 minutes.