vperederii

Results 4 comments of vperederii

Hi @rajanadar. You are right. Vault does the login only once. But the problem is that tokens have finite duration and we need to reset them as recommended [here](https://github.com/rajanadar/VaultSharp#force-re-fetch-of-vault-login). I...

@rajanadar That would be a great improvement. I solved issues with automatic token refresh and AWS signature generation for my project. But these are not the best solutions. Anyways, I...

@rajanadar Please check this repository: https://github.com/vperederii/VaultSharpExtensions There are two classes: `TokenRenewableVaultClient` and `InstanceProfileAWSAuthMethodInfo`. The first one implements periodic renewal of the token the latter generates AWS signature for each /login...

@rajanadar yes, a beta release with new functionality would be really helpful.