Skip to content
代码片段 群组 项目
提交 1b32ed84 编辑于 作者: Kristupas Antanavicius's avatar Kristupas Antanavicius
浏览文件

Support JOB-TOKEN authentication header for generic packages

Support both JOB-TOKEN and basic authentication headers for Generic
packages.

Update `route_authentication_setting[:job_token_allowed]` to support
the following values:
- `true`, `:request`, `[:request]` to authenticate using params or
    `JOB-TOKEN` header
- `:basic_auth`, `[:basic_auth]` to authenticate using Basic
    Authentication header
- `[:request, :basic_auth]` to authenticate using both params or
    `JOB-TOKEN` header, and Basic Authentication header.

Changelog: changed
上级 b59a54f9
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册