Hello,
I try to make works this topic : Using HashiCorp Vault Agent with .NET Core | Vault - HashiCorp Learn
but some component doesn’t exist or doesn’t works.
The image microsoft/mssql-server-linux doesn’t exist so i try an other.
When i try to test the command : get_db_username.sh
I have : URL: PUT http://127.0.0.1:8200/v1/projects-api/database/roles/projects-api-role
Code: 404. Errors:
- no handler for route ‘projects-api/database/roles/projects-api-role’
No value found at projects-api/database/creds/projects-api-role
The containers vault works on localhost 8200.
Maybe something wrong with the database.
Any idea ?