fix[README]: Added --role writer in token authentication creation
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit
Details
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit
Details
This commit is contained in:
parent
f38860e8ef
commit
30b3fc555a
|
@ -44,7 +44,7 @@
|
||||||
2. Create an authentication token
|
2. Create an authentication token
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bouncer auth create-token > .bouncer-token
|
bouncer --config /etc/bouncer/config.yml auth create-token --role writer --subject $(whoami) > .bouncer-token
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Create a proxy and enable it
|
3. Create a proxy and enable it
|
||||||
|
|
Loading…
Reference in New Issue