Skip to content

Commit 777e8de

Browse files
authored
Merge pull request #5358 from mzazrivec/update_service_acct_doc_for_rosa
🐛 ROSA: Add instructions to activate a newly created service account
2 parents 4463461 + e33ad1e commit 777e8de

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/book/src/topics/rosa/creating-a-cluster.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
## Permissions
44
### Authentication using service account credentials
55
CAPA controller requires service account credentials to be able to provision ROSA clusters:
6-
1. Visit [https://console.redhat.com/iam/service-accounts](https://console.redhat.com/iam/service-accounts) and create a new service account.
6+
1. Visit [https://console.redhat.com/iam/service-accounts](https://console.redhat.com/iam/service-accounts) and create a service account. If you already have a service account, you can skip this step.
7+
8+
For every newly created service account, make sure to activate the account using the [ROSA command line tool](https://github.com/openshift/rosa). First, log in using your newly created service account
9+
```shell
10+
rosa login --client-id ... --client-secret ...
11+
```
12+
Then activate your service account
13+
```shell
14+
rosa whoami
15+
```
716

817
1. Create a new kubernetes secret with the service account credentials to be referenced later by `ROSAControlPlane`
918
```shell

0 commit comments

Comments
 (0)