I am trying to achieve the following use-case.
When someone wants to do a docker pull out of a docker registry, say docker hub, or docker trusted registry -
- I want to allow/disallow this request based on a REST service call to one of my web-services that will verify whether the user did purchase the software?
I looked at docker registry and I did find notification hooks, but nothing that let me allow / deny the pull request. Is this supported at all?