Remove 20 char limit for the vaultwarden admin token (#1189)

Hashed tokens (as per recommendation) will exceed the imposed 20 char limit.
This commit is contained in:
Jonas De Kegel
2023-05-09 13:04:43 +02:00
committed by GitHub
parent d795907653
commit db5e1a9b69
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ description: Alternative implementation of the Bitwarden server API written in R
annotations:
title: Vaultwarden
type: application
version: 1.0.6
version: 1.0.7
apiVersion: v2
appVersion: '1.28.1'
kubeVersion: '>=1.16.0-0'

View File

@@ -41,7 +41,6 @@ questions:
schema:
type: string
private: true
max_length: 20
default: ""
- variable: additionalEnvs
label: Additional Environment Variables