-
Notifications
You must be signed in to change notification settings - Fork 162
fix: vault for enterprise expects only the key name #2117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: vault for enterprise expects only the key name #2117
Conversation
ae6abdd to
43394e6
Compare
a742508 to
f160e9b
Compare
|
@haydentherapper i saw the build tests failed, i'm assuming that's okay tho. 🤔 |
f160e9b to
b582a92
Compare
… the full path. Signed-off-by: ianhundere <[email protected]>
Signed-off-by: ianhundere <[email protected]>
681a873 to
12f01b4
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2117 +/- ##
===========================================
- Coverage 57.93% 43.59% -14.34%
===========================================
Files 50 71 +21
Lines 3119 5656 +2537
===========================================
+ Hits 1807 2466 +659
- Misses 1154 2965 +1811
- Partials 158 225 +67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
haydentherapper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert the protobuf file changes? I’ll guess that your local environment has a different version of the protobuf compiler installed.
12f01b4 to
ce48af6
Compare
Signed-off-by: ianhundere <[email protected]>
ce48af6 to
5bc2bfc
Compare
done / done, thanks for the quick approval. |
|
Thank you! |
closes #2118
Summary
currently, cert-maker will fail when using vault enterprise as per:
error initializing root KMS: failed to initialize HashiVault KMS: kms specification should be in the format hashivault://<key>Release Note
Documentation
will update docs (e.g. include
VAULT_NAMESPACEenv var etc)