Tell us about your request
Currently dockerhub requires a static token or password. These tokens are easily lost and hard to track and replace. It would be much better for dockerhub to support an oidc identity that can be created by a pipeline as opposed to a static token. These tokens can be validated by either a public well-known oidc discovery document or via a pinned certificate for private pipelines.
Which service(s) is this request for?
dockerhub
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I want to be able to securely publish containers from my GitHub actions pipeline with the pipeline's identity, rather then a static account stored as a secret.
Are you currently working around the issue?
Not yet, though planning to
Additional context
Add any other context or screenshots about the feature request here.
Tell us about your request
Currently dockerhub requires a static token or password. These tokens are easily lost and hard to track and replace. It would be much better for dockerhub to support an oidc identity that can be created by a pipeline as opposed to a static token. These tokens can be validated by either a public
well-knownoidc discovery document or via a pinned certificate for private pipelines.Which service(s) is this request for?
dockerhub
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I want to be able to securely publish containers from my GitHub actions pipeline with the pipeline's identity, rather then a static account stored as a secret.
Are you currently working around the issue?
Not yet, though planning to
Additional context
Add any other context or screenshots about the feature request here.