mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Organisation Api Key: Not working with Postgresql database #1642
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lowaiz on GitHub (Jul 18, 2023).
Subject of the issue
Organization Api Key endpoints available from Organization's setting are not working.
In
src/db/models/organization.rs, thesavefunction of OrganizationApiKey object with the.on_conflictchain call crash.It seems linked to the behavior and requirements of
ON_CONFLICTof PostgreDeployment environment
Running Vaultwarden wihtin Kubernetes with a Postgresql database
Steps to reproduce
Run any Vaultwarden instance with a postgresql database
Expected behaviour
Actual behaviour
Troubleshooting data
From log:
@BlackDex commented on GitHub (Jul 18, 2023):
Already fixed in the current
testingtagged images.@Lowaiz commented on GitHub (Jul 18, 2023):
OK thx