summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-12-06 10:03:09 +0000
committerDouwe Maan <douwe@gitlab.com>2018-12-06 10:03:09 +0000
commit79e1b3419a22bda8e7d49b5c087b55dd193233ac (patch)
treeaf7f6b5207f13b1cf54a8e20167d65a74f8fcb4d /changelogs/unreleased
parent1e8f1de034aa9b6a60b640b2b091f60c4d3ba365 (diff)
parenta009381380d3b63fb1c133dbe63b2557e505f4c6 (diff)
downloadgitlab-ce-79e1b3419a22bda8e7d49b5c087b55dd193233ac.tar.gz
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/unreleased')
-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