You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the areas you would like to add the new feature to?
Notation CLI
Is your feature request related to a problem?
Currently, when defining a Trust Policy it seems like you are constrained to either fully specifying a repository or specifying a wildcard for any, such as:
Doing so results in a failure to validate signatures:
notation verify myacr.azurecr.io/oss/widget/flux@sha256:535bff4439d9fe727e72911e6a929548d9d256ac5f8f1c4c9f7cf5b6a82e3c18
Error: registry scope "myacr.azurecr.io/oss/widget/*" is not valid, make sure it is the fully qualified registry URL without the scheme/protocol. e.g domain.com/my/repository
I am currently producing several hundred images in several repository paths that all share "oss/widget". In the current state, I either need to build a trust policy that explicitly enumerates all of them, or I need to trust any repository.
What solution do you propose?
Support path based wildcards.
What alternatives have you considered?
None
Any additional context?
No response
The text was updated successfully, but these errors were encountered:
What is the areas you would like to add the new feature to?
Notation CLI
Is your feature request related to a problem?
Currently, when defining a Trust Policy it seems like you are constrained to either fully specifying a repository or specifying a wildcard for any, such as:
or
I cannot specify a wildcard within the repo path:
Doing so results in a failure to validate signatures:
I am currently producing several hundred images in several repository paths that all share "oss/widget". In the current state, I either need to build a trust policy that explicitly enumerates all of them, or I need to trust any repository.
What solution do you propose?
Support path based wildcards.
What alternatives have you considered?
None
Any additional context?
No response
The text was updated successfully, but these errors were encountered: