Skip to content

Commit

Permalink
Added instructions to set the Approov CLI role on Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Exadra37 <exadra37@gmail.com>
  • Loading branch information
Exadra37 committed Sep 12, 2022
1 parent 27072e7 commit d2adbd4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Next, enable your Approov `admin` role with:

```bash
eval `approov role admin`
````

For the Windows powershell:

```bash
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
```

Now, get your Approov Secret with the [Approov CLI](https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli):
Expand Down
6 changes: 6 additions & 0 deletions docs/APPROOV_TOKEN_BINDING_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ First, enable your Approov `admin` role with:

```bash
eval `approov role admin`
````

For the Windows powershell:

```bash
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
```

Next, retrieve the Approov secret with:
Expand Down
6 changes: 6 additions & 0 deletions docs/APPROOV_TOKEN_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ First, enable your Approov `admin` role with:

```bash
eval `approov role admin`
````

For the Windows powershell:

```bash
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
```

Next, retrieve the Approov secret with:
Expand Down

0 comments on commit d2adbd4

Please sign in to comment.