tuenti / secrets-manager

A daemon to sync Vault secrets to Kubernetes secrets
Apache License 2.0
171 stars 26 forks source link

Add support for azure keyvault backend #87

Closed Wiston999 closed 2 years ago

Wiston999 commented 2 years ago

Status

READY/

Migrations

NO

Description

Add support Azure KeyVault secrets backend.

List of fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Provide instructions so we can reproduce.

Please also list any relevant details for your test configuration

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #87 (5490e83) into master (c293ef2) will decrease coverage by 4.07%. The diff coverage is 57.69%.

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   85.26%   81.19%   -4.08%     
==========================================
  Files           9       11       +2     
  Lines         482      553      +71     
==========================================
+ Hits          411      449      +38     
- Misses         53       86      +33     
  Partials       18       18              
Impacted Files Coverage Δ
errors/errors.go 100.00% <ø> (ø)
backend/backend.go 76.00% <33.33%> (-24.00%) :arrow_down:
backend/azure_kv.go 47.05% <47.05%> (ø)
backend/azure_kv_metrics.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c293ef2...5490e83. Read the comment docs.