gitlab-org--gitlab-foss/changelogs/unreleased/25990-interactive-web-terminals-authorization.yml
Steve Azzopardi 18a1bcf862
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
2018-07-30 16:58:59 +02:00

5 lines
100 B
YAML

---
title: Fix authorization for interactive web terminals
merge_request: 20811
author:
type: fixed