-
- Downloads
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
parent
c90d7633
No related branches found
No related tags found
Showing
- app/models/ci/build_runner_session.rb 1 addition, 1 deletionapp/models/ci/build_runner_session.rb
- changelogs/unreleased/25990-interactive-web-terminals-authorization.yml 5 additions, 0 deletions...eleased/25990-interactive-web-terminals-authorization.yml
- spec/models/ci/build_runner_session_spec.rb 1 addition, 1 deletionspec/models/ci/build_runner_session_spec.rb
Please register or sign in to comment