GitBook: [#52] No subject

This commit is contained in:
Scott Jungling
2022-02-28 20:23:55 +00:00
committed by gitbook-bot
parent 509f2cb92e
commit c98f0f2583
4 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@
* [Integrating private code with Moderne SaaS](how-to/integrating-private-code.md)
* [Importing external recipes](how-to/importing-external-recipes.md)
* [Terraform Cloud integration](how-to/terraform-cloud-integration.md)
* [On-Premise Agent](how-to/on-premise-agent.md)
* [Configure BitBucket with Agent](how-to/configure-bitbucket-to-agent.md)
* [On-Premise Agent](how-to/on-premise-agent/README.md)
* [Configure BitBucket with Agent](how-to/on-premise-agent/configure-bitbucket-to-agent.md)
* [🚀 Accessing the Moderne API](how-to/accessing-the-moderne-api.md)
## Releases

View File

@@ -18,7 +18,7 @@ Click on _Deploy_ in the left-hand menu.
The artifact information will appear in the table if Moderne.io successfully locates the requested artifact.
**Note:** If you have an [on-premise agent](on-premise-agent.md) connected to an Artifactory instance, we will look up recipes in your Artifactory repositories in addition to [Nexus](https://oss.sonatype.org/) and [Maven Central](https://search.maven.org/).
**Note:** If you have an [on-premise agent](on-premise-agent/) connected to an Artifactory instance, we will look up recipes in your Artifactory repositories in addition to [Nexus](https://oss.sonatype.org) and [Maven Central](https://search.maven.org).
## Step 3: View recipes in the catalog

View File

@@ -14,7 +14,7 @@ The purpose of the Moderne on-premise agent is to encrypt and ship AST artifacts
### Run the agent container
The Moderne on-premise agent is available as an OCI image or as a spring-boot executable jar artifact. Contact Moderne to obtain access. Moderne will provide access details appropriate for your chosen platform. In example commands below we will refer to this as `${MODERNE_AGENT_IMAGE_NAME}.` The latest one will be displayed in the "Agent" section of [the releases page](releases/releases.md).
The Moderne on-premise agent is available as an OCI image or as a spring-boot executable jar artifact. Contact Moderne to obtain access. Moderne will provide access details appropriate for your chosen platform. In example commands below we will refer to this as `${MODERNE_AGENT_IMAGE_NAME}.` The latest one will be displayed in the "Agent" section of [the releases page](../releases/releases.md).
{% tabs %}
{% tab title="OCI Container" %}
@@ -77,11 +77,11 @@ java -jar moderne-agent-{version}.jar \
{% tabs %}
{% tab title="OCI Container" %}
To upgrade your version of the OCI container, just follow the instructions above, but change `${MODERNE_AGENT_IMAGE_NAME}` to the latest release of Agent on [the releases page](../releases/releases.md).
To upgrade your version of the OCI container, just follow the instructions above, but change `${MODERNE_AGENT_IMAGE_NAME}` to the latest release of Agent on [the releases page](../../releases/releases.md).
{% endtab %}
{% tab title="Executable JAR" %}
To update your version of the Executable JAR, change the numbered version of {agent} in the instructions above to the latest on [the releases page](../releases/releases.md).
To update your version of the Executable JAR, change the numbered version of {agent} in the instructions above to the latest on [the releases page](../../releases/releases.md).
{% endtab %}
{% endtabs %}

View File

@@ -23,7 +23,7 @@ openssl x509 -pubkey -noout -in bitbucket_publickey.cer > bitbucket_publickey.p
2. Select _Application Links_ from the _System_ section 
3. Click on "Create link"
4. Ensure that the _Application Type_ is set to _Atlassian product_
5. Enter the the URL for your Moderne instances as the _Application URL_ ![create link](../.gitbook/assets/agent-bitbucket-create-link.png)
5. Enter the the URL for your Moderne instances as the _Application URL_ ![create link](../../.gitbook/assets/agent-bitbucket-create-link.png)
6. Click _Continue_
7. Define a new Incoming Application with the following settings:
@@ -56,7 +56,7 @@ To complete the set-up of BitBucket with the agent we will need to define the pr
2. Remove the first and last line (header and footer) of the private key. 
1. First and last lines would be: `-----BEGIN PRIVATE KEY-----` and `-----END PRIVATE KEY-----`
3. Remove all newline and return characters and copy the contents of the file as a single-line string.
4. [Depending on how you run your Agent](on-premise-agent.md#run-the-agent-container), you will define the run-time variables `moderne.agent.bitbucket.private-key` with the single-line private key.
4. [Depending on how you run your Agent](./#run-the-agent-container), you will define the run-time variables `moderne.agent.bitbucket.private-key` with the single-line private key.
{% hint style="info" %}
**Using Bash or other shells?**