Skip to content

Commit e777472

Browse files
authored
Update guide.en-gb.md
1 parent 348ac16 commit e777472

File tree

1 file changed

+7
-6
lines changed
  • pages/public_cloud/ai_machine_learning/deploy_guide_03_tokens

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ In this tutorial, we will create and assign tokens to a basic AI Deploy app, run
2424

2525
## Instructions
2626

27-
By default, the 2 following labels are systematically added to each AI Deploy application:
27+
By default, the following two labels are automatically added to each AI Deploy application:
2828

2929
- `ovh/id` whose value is the ID of the AI Deploy app
3030
- `ovh/type` whose value is `app`, the type of AI resource
3131

3232
> [!primary]
3333
> These labels are prefixed by `ovh/`, meaning these are reserved by the platform. These labels will be automatically overwritten by the platform if you attempt to redefine them during submission. They won't be displayed in the manager UI.
34+
>
3435
3536
In addition to these default labels, you can **create new ones** to further customize and secure your application access.
3637

@@ -65,7 +66,7 @@ If your app is already deployed, you can still add or update labels at any time
6566
>>
6667
> **Using ovhai CLI**
6768
>>
68-
>> To follow this part, make sure you have installed the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli) on your computer or on an instance.
69+
>> To follow this section, make sure you have installed the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli) on your computer or on an instance.
6970
>>
7071
>> You can also add labels to an existing app using the `ovhai` CLI. Run the following command:
7172
>>
@@ -85,7 +86,7 @@ If your app is already deployed, you can still add or update labels at any time
8586
8687
### Generating tokens
8788
88-
From the **AI Dashboard** page, you can access the tokens management page by clicking the `Tokens`{.action} tab. From there, you can click on the `+ Create a token`{.action} button to create a new token:
89+
From the **AI Dashboard** page, you can access the tokens management page by clicking on the `Tokens`{.action} tab. From there, you can click on the `+ Create a token`{.action} button to create a new token:
8990
9091
![token list new](images/04-token-list.png){.thumbnail}
9192
@@ -107,12 +108,12 @@ Let's create a token for the AI Deploy apps matching the label `group=A` with re
107108
- `AI Operator`: read & manage
108109
- **Region**: e.g., `GRA` (for Gravelines)
109110
110-
After completing the form, click `Generate`{.action} to confirm token creation.
111+
After completing the form, click `Generate`{.action} to confirm the token creation.
111112
112113
> [!warning]
113114
> You will then receive the value of your new token, which you must **carefully save**, as its value is only displayed once. If you lose the token value, you will need to [regenerate it](#regenerating-a-token).
114115
115-
Then, you will be redirected to the token list with the newly generated token displayed at the top:
116+
You will then be redirected to the token list, where the newly generated token will be displayed at the top:
116117
117118
![token generation result](images/06-token-gen-result-read.png){.thumbnail}
118119
@@ -136,7 +137,7 @@ Equivalent CLI command is:
136137
ovhai token create operator-token --role operator --label-selector group=A
137138
```
138139

139-
You can also scope a token to a specific app using `ovh/id` label and the app’s ID as its value. This label is added automatically by default as explained [above](#instructions) and, because it is reserved, it will uniquely match only one app.
140+
You can also scope a token to a specific app using the `ovh/id` label and the app’s ID as its value. This label is added automatically by default as explained [above](#instructions) and, because it is reserved, it will uniquely match only one app.
140141

141142
### Using a token to query an AI Deploy app
142143

0 commit comments

Comments
 (0)