Skip to content

Commit

Permalink
MXOP-8111 and MXOP-8528
Browse files Browse the repository at this point in the history
  • Loading branch information
zerlordsantiago committed Feb 22, 2024
1 parent 70e93fa commit ee7118b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
Binary file added docs/assets/images/harborproject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 1 addition & 10 deletions docs/tutorials/firsttouch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,16 @@ This tutorial guides you in accessing and running the First Touch Recipe Catalog
You can skip the setup of `oauth.nsf`, Domino REST API, and download of the First Touch recipe ZIP file if you are performing the Volt MX Go install to a development or test only environment.

- You have [set up an oauth.nsf](https://opensource.hcltechsw.com/Domino-rest-api/howto/VoltMX/setupoauthnsf.html){: target="_blank" rel="noopener noreferrer"}.
- You have [set up Domino REST API](https://opensource.hcltechsw.com/Domino-rest-api/howto/VoltMX/configuring-keep-idplite-with-identity-service.html?h=oauth.json#set-up-domino-rest-api){: target="_blank" rel="noopener noreferrer"}.

!!!note
You don't need to perform The *Create Foundry Identity Service* and the *Set up Domino REST API application and database* procedures included in the same webpage that contain the *Set up Domino REST API* procedure as they aren't applicable to First Touch.

- You have [set up Domino REST API](https://opensource.hcltechsw.com/Domino-rest-api/howto/IdP/configuredrapiIdP.html){: target="_blank" rel="noopener noreferrer"}.
- You have [downloaded the FirstTouchRecipes.nsf.zip](portaldownload.md) file, extracted the NSF file from the zip file, and copied the NSF file to the root of the data directory of your Domino server.


## Log in to Volt MX Go Foundry

1. Open the Foundry hostname concatenated with `/mfconsole/`in your browser.


!!!tip
Use the **Console URL** in the **Install Complete** window or from the *Installation Complete* details that appear in the command line to log in to Volt MX Go Foundry.


2. Enter your username and password on the **Sign in to your account** page. 
3. Click **Sign In**.  

Expand Down Expand Up @@ -84,8 +77,6 @@ You can now view and explore the First Touch Recipe Catalog app.

![First Touch Recipe Catalog app](../assets/images/ftrecipeapp.png)



!!!tip
- You can click **Cancel** in the **Congratulations!** dialog to return to the **Apps** view in Foundry to view the app’s Foundry configuration.
- To launch the app again from Foundry, click **GET STARTED**, select **View First Touch Recipes**, and then click **Next**.  
Expand Down
19 changes: 5 additions & 14 deletions docs/tutorials/obtainauthenticationtoken.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,26 @@

## About this procedure

<!--!!!warning "Important"
This procedure is for containerized deployment only.
--8<-- "devtestenvironment.md"-->

The binary images and Helm charts for Volt MX GO server components are pulled from the HCL Container Repository. This requires you to get your authentication token from the HCL Container Repository. This procedure guides you on how to obtain your authentication token.

## To obtain your authentication token

1. Go to the [HCL Container Repository](https://hclcr.io){: target="_blank" rel="noopener noreferrer"}.
2. On the login page, click **LOGIN VIA OIDC Provider**, and then login using your corporate email address.
3. On the **Projects** page, enter `voltmxgo` in the search field, and then click **voltmxgo** on the search result.

![search project](../assets/images/searchproj.png)

4. On the **voltmxgo** project page, click your username and select **User Profile**.
3. On the **Projects** page, click your username and select **User Profile**.

![user profile](../assets/images/userprofile1.png)
![search project](../assets/images/harborproject.png)

5. On the **User Profile** dialog, copy the value of the **CLI secret** by clicking the copy icon.
4. On the **User Profile** dialog, copy the value of the **CLI secret** by clicking the copy icon.

![user profile dialog](../assets/images/userprofile.png)

6. Save the **CLI secret** value as it's required in the next steps.
5. Save the **CLI secret** value as it's required in the next steps.

!!!note
You will use the **CLI secret** value as your authentication token or password when using Docker or Helm CLI to access HCL Container Repository.

7. Take note of exactly how your email address is written in the **User Profile** dialog as authentication is case sensitive on the user email.
6. Take note of exactly how your email address is written in the **User Profile** dialog as authentication is case sensitive on the user email.

## Next step

Expand Down

0 comments on commit ee7118b

Please sign in to comment.