Bundle verification #316
shashankbr11
started this conversation in
Community
Replies: 2 comments 1 reply
-
The "bundle mode" set by the I recently played around with this myself, and documented the process in this repo. Might be that you prefer that over the docs :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The suggestion of YAML file is configurable in a specific manner |
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.
-
Hi,
I've created a signed bundle using the private key i.e privkey.pem and sending the publickey.pem for verification while running the OPA server as shown below.
./opa run --verification-key publickey.pem --bundle --set bundles.example.resource=signedBundle/bundle.tar.gz --set services.example.url=http://localhost:8080
with HTTP server for policy at port 8080
I get the error
"Bundle load failed: verification key not provided"
Kindly suggest the correct format.
With regards,
Shashank
Beta Was this translation helpful? Give feedback.
All reactions