From e1d9acb9803c97893f6783f5ad0f5894c34f83fe Mon Sep 17 00:00:00 2001 From: vfebvre Date: Mon, 19 Feb 2024 11:35:36 +0100 Subject: [PATCH] fix[README]: Added --role writer in token authentication creation --- misc/k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/k8s/README.md b/misc/k8s/README.md index 2819e1b..f18d43e 100644 --- a/misc/k8s/README.md +++ b/misc/k8s/README.md @@ -44,7 +44,7 @@ 2. Create an authentication token ```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