Skip to content
代码片段 群组 项目
未验证 提交 86bb7f37 编辑于 作者: Mark Chao's avatar Mark Chao 提交者: GitLab
浏览文件

Merge branch 'bwill/fix-kontra-bearer-token' into 'master'

Update Kontra security training token

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143277



Merged-by: default avatarMark Chao <mchao@gitlab.com>
Approved-by: default avatarMalcolm Locke <mlocke@gitlab.com>
Approved-by: default avatarMark Chao <mchao@gitlab.com>
Reviewed-by: default avatarMalcolm Locke <mlocke@gitlab.com>
Co-authored-by: default avatarBrian Williams <bwilliams@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -12,7 +12,7 @@ class KontraUrlService < BaseUrlService ...@@ -12,7 +12,7 @@ class KontraUrlService < BaseUrlService
# To improve the authentication/integration # To improve the authentication/integration
# https://gitlab.com/gitlab-org/gitlab/-/issues/354070 # https://gitlab.com/gitlab-org/gitlab/-/issues/354070
BEARER_TOKEN = "sbdMsxcgW2Xs75Q2uHc9FhUCZSEV3fSg" BEARER_TOKEN = "5f78366e82fbf0b6dab63e521340a4e7"
def calculate_reactive_cache(full_url) def calculate_reactive_cache(full_url)
response = Gitlab::HTTP.try_get( response = Gitlab::HTTP.try_get(
......
...@@ -42,10 +42,7 @@ module QA ...@@ -42,10 +42,7 @@ module QA
end end
it 'shows security training section for supported vulnerabilities when the setting is toggled ON', it 'shows security training section for supported vulnerabilities when the setting is toggled ON',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/411764', quarantine: { testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/411764' do
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/436629',
type: :investigating
} do
# Enable two security training providers # Enable two security training providers
toggle_training_providers("on") toggle_training_providers("on")
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册