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
Ratify plugin can be extended to support Authz so that all content fetch commands (image pull, build) can implicitly invoke Ratify and allow/deny the pull operation.
The text was updated successfully, but these errors were encountered:
In order to support this, not only does the existing docker plugin implementation have to be updated; but also, Ratify's cli needs to be updated to support more authentication support for key management providers and ORAS store. Ratify cli also needs to add key management provider support which does not exist today.
dockerd can be extended to support an access authorization plugin. https://docs.docker.com/engine/extend/plugins_authorization/
Ratify plugin can be extended to support Authz so that all content fetch commands (image pull, build) can implicitly invoke Ratify and allow/deny the pull operation.
The text was updated successfully, but these errors were encountered: