mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
GitBook: [#105] No subject
This commit is contained in:
committed by
gitbook-bot
parent
d0cfab0448
commit
dde1126b0c
@@ -38,6 +38,7 @@ You can configure multiple GitHub OAuth Apps by including multiple entries with
|
||||
* `MODERNE_AGENT_GITHUB_{index}_OAUTH_CLIENTID` - Client id configured in the previous step
|
||||
* `MODERNE_AGENT_GITHUB_{index}_OAUTH_CLIENTSECRET` - Client secret configured in the previous step
|
||||
* `MODERNE_AGENT_GITHUB_{index}_URL` - fully-qualified hostname of running GitHub instance
|
||||
* `MODERNE_AGENT_GITHUB_{index}_SKIP_SSL` - skip SSL validation for HTTP connections to this GitHub instance (defaults to false)
|
||||
|
||||
By default, the OAuth app will only have access to public repositories within your organization(s). To provide the OAuth app access to private repositories, you can include the following optional configuration:
|
||||
|
||||
@@ -64,6 +65,7 @@ You can configure multiple GitHub OAuth Apps by including multiple entries with
|
||||
* `moderne.agent.github[{index}].oauth.clientId` - Client id configured in the previous step
|
||||
* `moderne.agent.github[{index}].oauth.clientSecret` - Client secret configured in the previous step
|
||||
* `moderne.agent.github[{index}].url` - fully-qualified hostname of running GitHub instance
|
||||
* `moderne.agent.github[{index}].skipSsl` - skip SSL validation for HTTP connections to this GitHub instance (defaults to false)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -76,6 +76,7 @@ You can configure multiple bitbuckets by including multiple entries with differe
|
||||
|
||||
* `MODERNE_AGENT_BITBUCKET_{index}_PRIVATE_KEY` - Private key configured in previous step
|
||||
* `MODERNE_AGENT_BITBUCKET_{index}_URL` - fully-qualified URL of running bitbucket instance. example: `https://bitbucket.org`
|
||||
* `MODERNE_AGENT_BITBUCKET_{index}_SKIP_SSL` - skip SSL validation for HTTP connections to this Bitbucket instance (defaults to false)
|
||||
|
||||
Example using Docker (note that host and private-key are fake):
|
||||
|
||||
@@ -95,6 +96,7 @@ You can configure multiple bitbuckets by including multiple entries with differe
|
||||
|
||||
* `moderne.agent.bitbucket[{index}].private-key` - Private key configured in previous step
|
||||
* `moderne.agent.bitbucket[{index}].url` - fully-qualified URL of running bucketbucket instance. example: `https://bitbucket.org`
|
||||
* `moderne.agent.bitbucket[{index}].skipSsl` - skip SSL validation for HTTP connections to this Bitbucket instance (defaults to false)
|
||||
|
||||
Note: system properties can be used in place of arguments. As an example, use `-Dmoderne.agent.token={token_value}` as an argument instead of `--moderne.agent.token={token_value}` as an argument.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user