Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/15_0/15-0-container-registry-htpasswd.yml')
-rw-r--r--data/removals/15_0/15-0-container-registry-htpasswd.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/removals/15_0/15-0-container-registry-htpasswd.yml b/data/removals/15_0/15-0-container-registry-htpasswd.yml
deleted file mode 100644
index 78a28c4e615..00000000000
--- a/data/removals/15_0/15-0-container-registry-htpasswd.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-- title: "Container registry authentication with htpasswd"
- announcement_milestone: "14.9"
- announcement_date: "2022-03-22"
- removal_milestone: "15.0"
- removal_date: "2022-05-22"
- 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.