Skip to content

Commit 4915d35

Browse files
authored
FIX-[EN] AI Deploy - Accessing with tokens
Minor grammatical fixes
1 parent e6d3176 commit 4915d35

File tree

1 file changed

+5
-5
lines changed
  • pages/public_cloud/ai_machine_learning/deploy_guide_03_tokens

1 file changed

+5
-5
lines changed

pages/public_cloud/ai_machine_learning/deploy_guide_03_tokens/guide.en-gb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Tokens are scoped based on labels added to your AI Deploy app. To scope a token
2727

2828
![app add label](images/01-app-add-label.png){.thumbnail}
2929

30-
In this instance we add the label `group=A` to the AI Deploy app. A set of defaults labels are added to all AI Deploy apps:
30+
In this instance we add the label `group=A` to the AI Deploy app. A set of defaults labels is added to all AI Deploy apps:
3131

32-
- `ovh/id` which value is the ID of the AI Deploy app
32+
- `ovh/id` whose value is the ID of the AI Deploy app
3333
- `ovh/type` with value `app`, the type of AI resource
3434

3535
> [!primary]
@@ -61,15 +61,15 @@ A Read-only token will only grant you the right to query the deployed app while
6161
Let us create a token for the AI Deploy apps matching the label `group=A` with read-only access in the GRA cluster.
6262
To create an AI Deploy app token we need to specify 3 parameters:
6363

64-
- The token scope specified through label selectors, a token will be scoped over any app matching the set of label selectors. In this case `group=A`
64+
- The token scope is specified through label selectors, and a token will be scoped over any app matching the set of label selectors. In this case `group=A`
6565
- The token role: AI Training - Read-only
6666
- The region (cluster in which are deployed the AI Deploy apps): GRA.
6767

6868
Fill out the form:
6969

7070
![token generation input read](images/05-token-gen-input-read.png){.thumbnail}
7171

72-
Click `Generate`{.action}. Upon success, you are redirected to the token list with the new generated token displayed at the top:
72+
Click `Generate`{.action}. Upon success, you are redirected to the token list with the newly generated token displayed at the top:
7373

7474
![token generation result](images/06-token-gen-result-read.png){.thumbnail}
7575

@@ -96,7 +96,7 @@ Additional information about the use of a token to manage an AI Training resourc
9696

9797
### Using a token to query an AI Deploy app
9898

99-
With the token we generated in the previous step we will now query the app. For this demonstration, we deployed a simple Hello World app that always responds `Hello, World!`.
99+
With the token we generated in the previous step, we will now query the app. For this demonstration, we deployed a simple Hello World app that always responds `Hello, World!`.
100100

101101
You can get the access URL of your app in the details of the AI Deploy app, above the **Tags**.
102102

0 commit comments

Comments
 (0)