🐛 Fixes
- Fix the issue with loading env vars with numeric value
- Cover some exceptions, like Vault insufficient permissions
🚀 Features
- Prometheus metrics added, that help to check the current state of created, updated, or deleted clients, including incorrect secrets
- Moved dexus-vault settings and secret validation to Pydantic
🚗 Migrations
- Move all secrets where redirect_uris and trusted_peers defined as string in Vault, to list, e.g `"test1,test2"` -> `["test1", "test2"]`
- If you use some dexus-vault env variables with numeric values, release can affect you