Skip to content
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

how to configure KMSVerifyPolicy and KMSSignPolicy #3559

Open
deafwolf opened this issue Mar 6, 2024 · 1 comment
Open

how to configure KMSVerifyPolicy and KMSSignPolicy #3559

deafwolf opened this issue Mar 6, 2024 · 1 comment

Comments

@deafwolf
Copy link

deafwolf commented Mar 6, 2024

I've written a couple of lambda functions for signing and verifying, but I can't configure a policy for the functions, right now there's only KMSDecryptPolicy and KMSEncryptPolicy, no KMSVerifyPolicy or KMSSignPolicy.

I can only configure lambda functions as user on kms gui now.

Is there a better way to do this, or should I implement KMSVerifyPolicy and KMSSignPolicy?

@deafwolf deafwolf added the stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. label Mar 6, 2024
@GavinZZ
Copy link
Contributor

GavinZZ commented Mar 6, 2024

Hi @deafwolf thanks for creating an issue. Unfortunately, the workaround currently would be manually defining the Lambda Function role and IAM policy with proper permissions you want.

We welcome contribution and would love to see a PR if you're willing to. FYI, policy template PRs will go through security reviews and may take a while, but we will keep you updated on PR if you decide to implement them.

@GavinZZ GavinZZ added type/feature area/policy-templates and removed stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants