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

Consider adding support for Authz docker plugin support #3

Open
akashsinghal opened this issue Jul 16, 2024 · 1 comment
Open

Consider adding support for Authz docker plugin support #3

akashsinghal opened this issue Jul 16, 2024 · 1 comment

Comments

@akashsinghal
Copy link

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.

@akashsinghal
Copy link
Author

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.

ratify-project/ratify#1300
ratify-project/ratify#1630

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

No branches or pull requests

1 participant