Skip to content

Commit 2851e81

Browse files
committed
Change command as the other wa npt the correct one
1 parent be92548 commit 2851e81

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/cloud/pouta/application-credentials.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,16 @@ See the comment on the file itself on how to use it.
130130

131131
### Troubleshooting tips
132132

133-
* You can review the current access rules by running:
133+
* You can review the application credentials by running:
134134

135135
```sh
136-
$ openstack access rule list
137-
+----------------------------------+---------+--------+------------------+
138-
| ID | Service | Method | Path |
139-
+----------------------------------+---------+--------+------------------+
140-
| cf8ed55fe9874a4ebc338686f499a322 | compute | GET | /v2.1/servers/** |
141-
| b7e078b180224dbcacd1a254e01ae7a8 | compute | GET | /v3/auth/tokens |
142-
| 34071261c9594d95948d4c9645dffb2d | compute | GET | /v2.1/** |
143-
| 7ad425c2b3a0488381f48306395023cd | compute | POST | /v3/auth/tokens |
144-
+----------------------------------+---------+--------+------------------+
136+
$ openstack application credential list
137+
```
138+
139+
and to see single application credential:
140+
141+
```sh
142+
$ openstack application credential show <name>
145143
```
146144

147145
It is also possible to see the rules on the [Application Credentials](https://pouta.csc.fi/dashboard/identity/application_credentials/) page by clicking on the name of the credential.
@@ -159,4 +157,4 @@ See the comment on the file itself on how to use it.
159157

160158
* In order to fine tune the Access Rules, you can see all the API endpoints in the [API access](https://pouta.csc.fi/dashboard/project/api_access/) page in the web interface. You can also see the same information by running the command `openstack catalog list`.
161159

162-
* The `Object Store` API is not within `Pouta`, but `Allas`, so they do not support `Access Rules`. If `Access Rules` are used no access to Allas is possible using them, no matter the configuration.
160+
* The `Object Store` API is not within `Pouta`, but `Allas`. This means that they do not support `Access Rules`. If `Access Rules` are used no access to Allas will be possible using them, no matter the configuration used.

0 commit comments

Comments
 (0)