-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add support for multiple trust policies #759
Comments
Thanks @vishal-chdhry. Other alternatives could be
|
For CLIIf this is an advanced scenario, IMO using For libraryWe already expose cc:/ @iamsamirzon |
Are there any plans to add this to Notary, I would love to help |
Thanks @vishal-chdhry. Would you mind clarifying the scenarios that you wrote in the issue?
|
Is your feature request related to a problem?
There is a use case that can allow verification performed by an admission controller in a multi-tenant cluster, where we have two teams with the same image reference deployed in different namespaces using different signatures and trust policies.
What solution do you propose?
Adding support for passing trust policies when verifying.
Solution
What we are doing right now in our use case is
It would be great if we can do something similar internally instead of externally
trustpolicies.json
that will have the locations of all trust policies names and locations and have a default.What alternatives have you considered?
We are doing something similar at the verifier level, but having this at a lower level would be great
Any additional context?
No response
The text was updated successfully, but these errors were encountered: