Hi there,
I’ve been researching how to leverage auth0 as the token provider for a privately hosted docker registry, and much like a previously posted topic on the subject, I’m running into a few issues due to limited samples and documentation.
Based on what little documentation I have found on the docker website and some positive tests of environment variable modifications I’ve found on some stackoverflow posts, I believe that it should be possible with the v2 registry API to specify a 3rd party authentication provider like Auth0 via the Docker registry. I’ve been unable to find a fully working example or tutorial at this point, and was wondering if anyone has a working integration that would be willing to provide some samples of.
Thanks in advance!