Skip to content

Commit f7287ef

Browse files
committed
Added instructions to set the Approov CLI role on Windows.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 0a78e10 commit f7287ef

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

+6
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

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ First, enable your Approov `admin` role with:
6565

6666
```bash
6767
eval `approov role admin`
68+
````
69+
70+
For the Windows powershell:
71+
72+
```bash
73+
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
6874
```
6975

7076
Next, retrieve the Approov secret with:

docs/APPROOV_TOKEN_QUICKSTART.md

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ First, enable your Approov `admin` role with:
6565

6666
```bash
6767
eval `approov role admin`
68+
````
69+
70+
For the Windows powershell:
71+
72+
```bash
73+
set APPROOV_ROLE=admin:___YOUR_APPROOV_ACCOUNT_NAME_HERE___
6874
```
6975

7076
Next, retrieve the Approov secret with:

0 commit comments

Comments
 (0)