Error "loading error: bundle bundle-msys.tar.gz: verification key not provided" occurred,when Load signed bundle in golang, #187
Unanswered
woshizilong
asked this question in
OPA and Rego
Replies: 1 comment 1 reply
-
Hi @woshizilong ! Did you look into using the SDK for this? That should provide you with all the capabilities of the OPA server, including loading a config file for this purpose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my go source sample.
If make
rego.SkipBundleVerification(true)
available, no error will occur.But can't verify the bundle anymore.How should I provide a valid certificate for verification?
Beta Was this translation helpful? Give feedback.
All reactions