hashicorp/vault-guides

Invalid role ID error in vault agent (dotnet-vault)

zuekut opened this issue · 0 comments

Hello,

I am following the HashiCorp Vault Agent with .NET Core guide. I've followed the guide successfully up until **Configure Vault Agent to create application settings file ** chapter. After starting up the vault agent, via vault_agent_template.sh, it starts up fine, however when I look at the logs of the vault agent, I see the following message:
image
Even though when I open the role-id file, it is set correctly to projects-api-role. Furthermore, the Connection String in the appsettings.json is also properly updated with the user id and password.