mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-20 21:22:15 +02:00
* Add MongoDB blackbox tests for static roles - Implement core static role tests (create, read credentials, manual rotation, validation) - Add helper functions for MongoDB user creation and credential verification - Implement basic connection config test - Remove stub functions, add TODOs for future implementation - All tests follow blackbox SDK patterns with parallel execution and proper cleanup * make it work * WIP * mongo private/public urls * Apply suggestion from @brewgator * regex for readability Co-authored-by: brewgator <lt.carbonell@hashicorp.com>