Skip to content

Commit 9b1dfbd

Browse files
authored
Merge pull request #1 from approov/docs_update_for_approov2.6_release
Updated docs to reflect the new Approov 2.6 usage for the `approov secret` command
2 parents eab6b6b + 07399ab commit 9b1dfbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/APPROOV_TOKEN_BINDING_QUICKSTART.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Approov tokens are signed with a symmetric secret. To verify tokens, we need to
6464
Retrieve the Approov secret with:
6565

6666
```text
67-
approov secret /path/to/approov/administration.tok -get base64
67+
approov secret -get base64
6868
```
6969

70-
> **NOTE:** The `approov secret` command requires an administration management token to execute successfully. Developer management tokens don't have sufficient privileges to get the secret.
70+
> **NOTE:** The `approov secret` command requires an [administration role](https://approov.io/docs/latest/approov-usage-documentation/#account-access-roles) to execute successfully.
7171
7272
#### Set the Approov Secret
7373

docs/APPROOV_TOKEN_QUICKSTART.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Approov tokens are signed with a symmetric secret. To verify tokens, we need to
6363
Retrieve the Approov secret with:
6464

6565
```text
66-
approov secret /path/to/approov/administration.tok -get base64
66+
approov secret -get base64
6767
```
6868

69-
> **NOTE:** The `approov secret` command requires an administration management token to execute successfully. Developer management tokens don't have sufficient privileges to get the secret.
69+
> **NOTE:** The `approov secret` command requires an [administration role](https://approov.io/docs/latest/approov-usage-documentation/#account-access-roles) to execute successfully.
7070
7171
#### Set the Approov Secret
7272

0 commit comments

Comments
 (0)