Skip to content

Commit

Permalink
[GH-647]: Hide UsePreregisteredApplication on on-prem instances (#774)
Browse files Browse the repository at this point in the history
* [GH-647]: Hide UsePreregisteredApplication on on-prem instances

* [MM-647]: Fixed review comments
  • Loading branch information
Kshitij-Katiyar committed May 4, 2024
1 parent 49ad56d commit da4c4df
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 @@ -25,8 +25,9 @@
"key": "UsePreregisteredApplication",
"display_name": "Use Preregistered OAuth Application:",
"type": "bool",
"help_text": "Set to false if using GitHub Enterprise. When true, instructs the plugin to use the preregistered GitHub OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Cannot be used with GitHub enterprise. **This setting is intended to be used with Mattermost Cloud instances only.**",
"default": false
"help_text": "Set to false if using GitHub Enterprise. When true, instructs the plugin to use the preregistered GitHub OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Cannot be used with GitHub enterprise.",
"default": false,
"hosting": "cloud"
},
{
"key": "GitHubOAuthClientID",
Expand Down

0 comments on commit da4c4df

Please sign in to comment.