GitBook: [#105] No subject

This commit is contained in:
Jonathan Schneider
2022-08-10 19:19:56 +00:00
committed by gitbook-bot
parent d0cfab0448
commit dde1126b0c
2 changed files with 4 additions and 0 deletions

View File

@@ -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)

View File

@@ -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.