debian-mirror-gitlab/data/deprecations/14-9-deprecation-htpassword-authentication-container-registry.yml
2023-03-17 16:20:25 +05:30

10 lines
705 B
YAML

- title: "htpasswd Authentication for the Container Registry"
announcement_milestone: "14.9"
removal_milestone: "15.0"
breaking_change: true
reporter: trizzi
body: | # Do not modify this line, instead modify the lines below.
The Container Registry supports [authentication](https://gitlab.com/gitlab-org/container-registry/-/blob/master/docs/configuration.md#auth) with `htpasswd`. It relies on an [Apache `htpasswd` file](https://httpd.apache.org/docs/2.4/programs/htpasswd.html), with passwords hashed using `bcrypt`.
Since it isn't used in the context of GitLab (the product), `htpasswd` authentication will be deprecated in GitLab 14.9 and removed in GitLab 15.0.
stage: package