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:
authorDouwe Maan <douwe@gitlab.com>2018-12-06 13:03:09 +0300
committerDouwe Maan <douwe@gitlab.com>2018-12-06 13:03:09 +0300
commit79e1b3419a22bda8e7d49b5c087b55dd193233ac (patch)
treeaf7f6b5207f13b1cf54a8e20167d65a74f8fcb4d /changelogs
parent1e8f1de034aa9b6a60b640b2b091f60c4d3ba365 (diff)
parenta009381380d3b63fb1c133dbe63b2557e505f4c6 (diff)
Merge branch '52285-omniauth-jwt-provider-dont-support-rsa-ecdsa-and-other-ppk-algorithms' into 'master'
Support RSA and ECDSA algorithms in Omniauth JWT provider Closes #52285 See merge request gitlab-org/gitlab-ce!23411
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/52285-omniauth-jwt-ppk-support.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/52285-omniauth-jwt-ppk-support.yml b/changelogs/unreleased/52285-omniauth-jwt-ppk-support.yml
new file mode 100644
index 00000000000..3ef564238c5
--- /dev/null
+++ b/changelogs/unreleased/52285-omniauth-jwt-ppk-support.yml
@@ -0,0 +1,5 @@
+---
+title: Support RSA and ECDSA algorithms in Omniauth JWT provider
+merge_request: 23411
+author: Michael Tsyganov
+type: fixed