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
When setting up an address having a trailing slash (/), the driver will work fine since VaultConfig#address will normalise the address. Providing the same address via environment variable VAULT_ADDR and let the driver load it, the VaultConfig#build method is bypassing the address normalisation, ending up in a broken config.