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:
authorSteve Azzopardi <steveazz@outlook.com>2018-07-24 15:05:48 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-07-30 17:58:59 +0300
commit18a1bcf862e03e1f7f52efb8169521d315d263c5 (patch)
tree70cff92edd1c804c5992d26125b4924d1ff2cda8 /changelogs
parentc90d7633da7837deedd67f344ac8d00ba54c4989 (diff)
Fix authorization for web terminals
Workhorse was not able to parse the `headers` property since it was expecting a key => array as a structure. Error from workhorse: preAuthorizeHandler: decode authorization response: json: cannot unmarshal string into Go struct field TerminalSettings.Header of type []string Workhorse was not changed since this api is already used for the environment terminals. gitlab-org/gitlab-ce#25990
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/25990-interactive-web-terminals-authorization.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/25990-interactive-web-terminals-authorization.yml b/changelogs/unreleased/25990-interactive-web-terminals-authorization.yml
new file mode 100644
index 00000000000..0a2853c20c6
--- /dev/null
+++ b/changelogs/unreleased/25990-interactive-web-terminals-authorization.yml
@@ -0,0 +1,5 @@
+---
+title: Fix authorization for interactive web terminals
+merge_request: 20811
+author:
+type: fixed