Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minor errors in the store integration blog post #7

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions blog/2024-09-30-store-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ Once logged in, click on the Configure the Store button.

2. Configure the Store Settings.

![Screenshot of the config form](./config_1.png)

You'll see some pre-filled values. If you're on the internal network, point your UI to the internal store example. Since you're already authenticated as an admin user, you don't need to configure the admin username and password for the chris-admin website. You can keep it as the default.

![Screenshot of the config form](./config_1.png)
![Screenshot of the config form](./config_2.png)



3. Save and Install Plugins.

Expand All @@ -39,7 +43,7 @@ After clicking Save, your UI should populate with all the available plugins. Cli

If you're not logged in, you'll need to provide the username and password for the chris-admin website in the configuration form. For a local setup, use chris for the username and chris1234 for the password. Additionally, ensure the compute resource input box is correctly set. In this example, the compute resource is named argentum. Click Save to install plugins without logging in.

![Screenshot of the config form for unauthenticated users](./config_2.png)
![Screenshot of the config form for unauthenticated users](./unauthenticated.png)


This configuration also applies to non-admin users.
Expand Down