FalcoSuessgott / vault-kubernetes-kms

Encrypt Kubernetes Secrets using Hashicorp Vault as the KMS Provider
https://falcosuessgott.github.io/vault-kubernetes-kms/
MIT License
23 stars 1 forks source link

feat(auth): support approle #87

Closed FalcoSuessgott closed 1 month ago

FalcoSuessgott commented 1 month ago

as a result of the discussion in #81, this PR adds support for AppRole Auth

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 40.00000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 35.54%. Comparing base (d9dd468) to head (ab59911).

Files Patch % Lines
cmd/plugin.go 13.63% 38 Missing :warning:
pkg/vault/client.go 84.61% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ========================================== + Coverage 33.67% 35.54% +1.86% ========================================== Files 7 7 Lines 291 332 +41 ========================================== + Hits 98 118 +20 - Misses 177 199 +22 + Partials 16 15 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.