shiftavenue / azure-clientid-syncer

This webhook syncs federated identity credentials from Azure for a Kubernetes cluster. Every time a Kubernetes service account with a specific label gets created it queries the Azure Managed Identities to fetch the client ID and tenant ID, and patches these values into this service account.
MIT License
5 stars 0 forks source link

Add tests including E2E #9

Closed wenzel-felix closed 9 months ago

wenzel-felix commented 9 months ago

Is your feature request related to a problem? Please describe. Before releasing new versions, the application should be tested.

Describe the solution you'd like Add tests

Describe alternatives you've considered

Additional context