Skip to content

Commit b310513

Browse files
authored
[EN]-AI manage access tokens
Two minor typos fixed.
1 parent 01ea85c commit b310513

File tree

1 file changed

+2
-2
lines changed
  • pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ovhai token create basetoken --label-selector model=base --role operator
5757
5858
### Use the app token
5959

60-
If your token has a role `read` and you wish to acces the `job_url` or if it is an `operator` token and you wish to use the AI Training API simply add the following header to your HTTP requests:
60+
If your token has a role `read` and you wish to access the `job_url` or if it is an `operator` token and you wish to use the AI Training API simply add the following header to your HTTP requests:
6161

6262
``` {.console}
6363
-H 'Authorization: Bearer <token>'
@@ -73,7 +73,7 @@ ovhai job run --app-token <my-token> ubuntu -- echo `Hello World`
7373

7474
### Token lifecycle
7575

76-
Application token do not have an expiration date.
76+
Application tokens do not have an expiration date.
7777
We need an additional mechanism to revoke those tokens and remove access to unwanted applications.
7878

7979
There are two ways to revoke a token.

0 commit comments

Comments
 (0)