Skip to content

Commit

Permalink
📝 (vaultwarden): Link to Argon2 docs for ADMIN_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 27, 2023
1 parent eeb1aa7 commit 229d185
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ annotations:
description: Comment out default ingress values
- kind: changed
description: Retain persistent volumes by default
- kind: changed
description: Link to Argon2 docs for `ADMIN_TOKEN`
2 changes: 1 addition & 1 deletion charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ persistence:
|-----|------|---------|-------------|
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/dani-garcia/vaultwarden/blob/main/.env.template) |
| env.ADMIN_TOKEN | string | `""` | Token for the admin interface, preferably use a long random string. One option is to use `openssl rand -base64 48`. If not set, the admin panel is disabled. |
| env.ADMIN_TOKEN | string | `""` | Token for the admin interface, preferably use a long random string. If not set, the admin panel is disabled. [[ref]](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token) |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/dani-garcia/vaultwarden"` | image repository |
| image.tag | string | `"1.28.0-alpine"` | image tag |
Expand Down
2 changes: 1 addition & 1 deletion charts/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ controller:
# @default -- See [values.yaml](./values.yaml)
env:
# -- Token for the admin interface, preferably use a long random string.
# One option is to use `openssl rand -base64 48`.
# If not set, the admin panel is disabled.
# [[ref]](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token)
ADMIN_TOKEN: ""

service:
Expand Down

0 comments on commit 229d185

Please sign in to comment.