Skip to content
代码片段 群组 项目
未验证 提交 0b37eead 编辑于 作者: Ashraf Khamis's avatar Ashraf Khamis 提交者: GitLab
浏览文件

Merge branch 'docs/connect-install-keys-prevent-manual-install' into 'master'

Jira app - mention connect-install-keys can prevent manual install

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



Merged-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Approved-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Co-authored-by: default avatarAnton Smith <asmith@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -56,6 +56,15 @@ To resolve this issue, disable the **Jira Connect Proxy URL** setting. ...@@ -56,6 +56,15 @@ To resolve this issue, disable the **Jira Connect Proxy URL** setting.
1. Clear the **Jira Connect Proxy URL** text box. 1. Clear the **Jira Connect Proxy URL** text box.
1. Select **Save changes**. 1. Select **Save changes**.
If the issue persists, verify that your self-managed GitLab instance can connect to
`connect-install-keys.atlassian.com` to get the public key from Atlassian.
To test connectivity, run the following command:
```shell
# A `404` status code is expected because you're not passing a token
curl --head "https://connect-install-keys.atlassian.com"
```
## Data sync fails with `Invalid JWT` ## Data sync fails with `Invalid JWT`
If the GitLab for Jira Cloud app continuously fails to sync data, it may be due to an outdated secret token. Atlassian can send new secret tokens that must be processed and stored by GitLab. If the GitLab for Jira Cloud app continuously fails to sync data, it may be due to an outdated secret token. Atlassian can send new secret tokens that must be processed and stored by GitLab.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册