Skip to content

Commit

Permalink
[MM-523]: Hide UsePreregisteredApplication on on-prem instances (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar authored Dec 2, 2024
1 parent c837692 commit 5bd5d97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"key": "UsePreregisteredApplication",
"display_name": "Use Preregistered OAuth Application:",
"type": "bool",
"help_text": "When true, instructs the plugin to use the preregistered GitLab OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Can only be used with official gitlab.com. **This setting is intended to be used with Mattermost Cloud instances only.**",
"help_text": "When true, instructs the plugin to use the preregistered GitLab OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Can only be used with official gitlab.com.",
"placeholder": "",
"default": false
"default": false,
"hosting": "cloud"
},
{
"key": "GitlabURL",
Expand Down

0 comments on commit 5bd5d97

Please sign in to comment.