Skip to content

Fix path for Jira connect self-managed CSP

What does this MR do and why?

Fixes a wrong path that allows a frontend hosted on GitLab.com to fetch the Jira connect OAuth application ID from a self-managed instance.

rails routes | grep 'jira_connect/oauth_application'

jira_connect_oauth_application_id OPTIONS               /-/jira_connect/oauth_application_id(.:format)                                                                                  jira_connect/oauth_application_ids#show
jira_connect_oauth_application_id GET                   /-/jira_connect/oauth_application_id(.:format)                                                                                  jira_connect/oauth_application_ids#show

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andy Schoenen

Merge request reports

Loading