Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Set the vault client namespace as the prefix for dbengine mount point #49

Closed
1 of 3 tasks
obervinov opened this issue Sep 10, 2024 · 0 comments
Closed
1 of 3 tasks
Assignees
Labels
bug Something isn't working
Milestone

Comments

@obervinov
Copy link
Owner

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.

Additional context

  • Vault version: 1.17.2
  • Module version: 3.0.0
  • Auth method: approle
  • Engine: db

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

@obervinov obervinov added the bug Something isn't working label Sep 10, 2024
@obervinov obervinov added this to the v3.0.1 milestone Sep 10, 2024
@obervinov obervinov self-assigned this Sep 10, 2024
@obervinov obervinov modified the milestones: v3.0.1, v4.0.0 Oct 16, 2024
obervinov added a commit that referenced this issue Oct 17, 2024
obervinov added a commit that referenced this issue Oct 17, 2024
## v4.0.0 - 2024-10-17
### What's Changed
**Full Changelog**: v3.0.0...v4.0.0 by @obervinov in #50
#### 💥 Breaking Changes
* Bump python version to `3.12`
#### 🚀 Features
* Bump dependencies versions
* Bump workflows versions to `v2.0.0`
#### 🐛 Bug Fixes
* #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant