You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose the component of the module where the bug is located
KV2 Engine
DB Engine
Authentication in Vault
Describe the bug
The current mount point for the database engine is database. And it has to be redefined every time, because all my projects use <project_name>-database.
Possible correction
A more convenient solution would be for the dbengine mount point to contain a prefix in the form of a basic namespace from the vault client configuration and the -database termination: <namespace>-database
Screenshots
None
Check list after fixing the bug
None
The text was updated successfully, but these errors were encountered:
Choose the component of the module where the bug is located
Describe the bug
The current mount point for the database engine is
database
. And it has to be redefined every time, because all my projects use<project_name>-database
.Additional context
Possible correction
A more convenient solution would be for the dbengine mount point to contain a prefix in the form of a basic namespace from the vault client configuration and the
-database
termination:<namespace>-database
Screenshots
None
Check list after fixing the bug
None
The text was updated successfully, but these errors were encountered: