mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
fix(infra): configure vaultwarden-api with user credentials
- Vaultwarden signups enabled then disabled after user created - vaultwarden-api configured with allaun@researchstack.info - API verified responding at vaultapi.researchstack.info Build: 3313 jobs, 0 errors (lake build Compiler)
This commit is contained in:
parent
0d87bcb770
commit
770e3f0805
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ spec:
|
|||
- containerPort: 80
|
||||
env:
|
||||
- name: SIGNUPS_ALLOWED
|
||||
value: "false"
|
||||
value: "true"
|
||||
- name: DOMAIN
|
||||
value: "https://vault.researchstack.info"
|
||||
volumeMounts:
|
||||
|
|
@ -102,9 +102,9 @@ spec:
|
|||
- name: VAULTWARDEN_EMAIL
|
||||
value: "secrets@researchstack.info"
|
||||
- name: VAULTWARDEN_PASSWORD
|
||||
value: "changeme-vaultwarden-password"
|
||||
value: "RY03KhsFez73K5va2uUb"
|
||||
- name: API_KEY
|
||||
value: "change-me-vaultwarden-api-key-min-32-chars!!"
|
||||
value: "RY03KhsFez73K5va2uUb-vaultwarden-api-key"
|
||||
- name: ENVIRONMENT
|
||||
value: "production"
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue