Skip to content

Commit b72657f

Browse files
Update AUTHENTICATION guide (#212)
1 parent de00ac3 commit b72657f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AUTHENTICATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ You can use a [service account](https://docs.stackit.cloud/stackit/en/service-ac
88
The CLI will search for service account credentials similarly to the [STACKIT SDK](https://github.com/stackitcloud/stackit-sdk-go) and [Terraform Provider](https://github.com/stackitcloud/terraform-provider-stackit), so if you have setup you environment previously for those tools, you can just run:
99

1010
```bash
11-
$ ./bin/stackit auth activate-service-account
11+
$ stackit auth activate-service-account
1212
```
1313

1414
You can also configure the service account credentials directly in the CLI. To get help and to get a list of the available options run the command with the `-h` flag.
1515

1616
### Overview
1717

18-
If you dont have a service account, create one in the STACKIT Portal an assign it the necessary permissions, e.g. `project.owner`. There are two ways to authenticate:
18+
If you dont have a service account, create one in the STACKIT Portal an assign it the necessary permissions, e.g. `owner`. There are two ways to authenticate:
1919

2020
- Key flow (recommended)
2121
- Token flow
@@ -39,7 +39,7 @@ When setting up authentication, the CLI will always try to use the key flow firs
3939

4040
### Key flow
4141

42-
The following instructions assume that you have created a service account and assigned it the necessary permissions, e.g. `project.owner`.
42+
The following instructions assume that you have created a service account and assigned it the necessary permissions, e.g. `owner`.
4343

4444
To use the key flow, you need to have a service account key, which must have an RSA key-pair attached to it.
4545

0 commit comments

Comments
 (0)