app-sre / vault-manager

an automation tool for managing HashiCorp vault configurations based on Vault GO API Client
Apache License 2.0
6 stars 19 forks source link

Update kube auth to retrieve ca crt from vault #113

Closed dwelch0 closed 1 year ago

dwelch0 commented 1 year ago

APPSRE-7074

Updates kube auth config to retrieve optional kube ca crt from specified path within vault

Updates tests to include both scenarios (kube ca specified vs no ca)

Depends on https://github.com/app-sre/qontract-schemas/pull/403