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 integrate own kms into Cosign and policy-controller admission controller? #649

Open
qiaozhi92 opened this issue Mar 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@qiaozhi92
Copy link

Currently, we have developed own kms, and want to sign and verify signatures for container images using our kms.
How to integrate own kms into Cosign and policy-controller admission controller?
Is there any development documentation and guidance?
thanks!

@qiaozhi92 qiaozhi92 added the enhancement New feature or request label Mar 8, 2023
@hectorj2f
Copy link
Collaborator

@qiaozhi92 Can you share more details about your own kms ? Is it vault compatible or any short of ? We only have support for few KMS services, as you can see here.

@qiaozhi92
Copy link
Author

@hectorj2f We have developed key management service that support the creation of asymmetric keys, as well as functions such as signing and validating signatures through asymmetric keys.
Now, we want to sign the container image and verify signature using our own key management service,combined with Cosign and policy-controller admission controller.
Can you give us some guidance?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants