Skip to content

Expose the Koding application settings in the API

DJ Mountney requested to merge koding-setting-api into master

What does this MR do?

Exposes koding_enabled and koding_url in the settings api endpoint

Why was this MR needed?

When saving the GitLab application secrets in Koding, and authorising your admin user to have access to the UI, we want to let Koding enable the integration, and populate the url in GitLab for the user.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22705

Merge request reports