Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for AWS IAM Auth Method. #333

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gdasson
Copy link

@gdasson gdasson commented Dec 25, 2024

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: #147

@gdasson gdasson requested a review from a team as a code owner December 25, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant