Skip to content

Commit 57faeaa

Browse files
committed
Added instructions to set the Approov CLI role on Windows.
Signed-off-by: Exadra37 <[email protected]>
1 parent 20d87e6 commit 57faeaa

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Next, enable your Approov `admin` role with:
2727

2828
```bash
2929
eval `approov role admin`
30+
````
31+
32+
For the Windows powershell:
33+
34+
```bash
35+
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
3036
```
3137

3238
Now, get your Approov Secret with the [Approov CLI](https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli):

docs/APPROOV_TOKEN_BINDING_QUICKSTART.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ First, enable your Approov `admin` role with:
6464

6565
```bash
6666
eval `approov role admin`
67+
````
68+
69+
For the Windows powershell:
70+
71+
```bash
72+
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
6773
```
6874

6975
Next, retrieve the Approov secret with:

docs/APPROOV_TOKEN_QUICKSTART.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ First, enable your Approov `admin` role with:
6464

6565
```bash
6666
eval `approov role admin`
67+
````
68+
69+
For the Windows powershell:
70+
71+
```bash
72+
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
6773
```
6874

6975
Next, retrieve the Approov secret with:

0 commit comments

Comments
 (0)