vault-csi-provider icon indicating copy to clipboard operation
vault-csi-provider copied to clipboard

Added support for AWS IAM Auth Method.

Open gdasson opened this issue 11 months ago • 0 comments

This PR adds support for AWS IAM Auth method for Hashicorp Vault CSI provider.

Addiitonal changes:

  • As part of the implementation, this PR introduces a new interface type named "Auth" in the code. This will help ease the design of addiing additonal auth methods in the future.
  • This PR adds new unit test cases for existing Kubernetes auth to increase unit test coverage.
  • Examples for creating SecretProviderClass with different auth methods have been added in this repo.

This PR fixes the issue: https://github.com/hashicorp/vault-csi-provider/issues/147

gdasson avatar Dec 25 '24 15:12 gdasson