-
Notifications
You must be signed in to change notification settings - Fork 67
Improve kms key validations and error messages for awskms #524
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
Conversation
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.
Does this address the confusing error when someone uses awskms://{arn} instead of awskms:///{arn}?
Otherwise this looks incredibly detailed, so thanks for the better validation!
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
bb04432 to
a4d61eb
Compare
I added a specific use case for |
|
I added the last change here a4d61eb to ease the review. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #524 +/- ##
==========================================
- Coverage 56.21% 55.30% -0.92%
==========================================
Files 42 42
Lines 4454 4459 +5
==========================================
- Hits 2504 2466 -38
- Misses 1747 1792 +45
+ Partials 203 201 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Summary
closes #523
Release Note
Improve kms key validations and error messages for awskms
Documentation