Closed tiran closed 6 years ago
Merging #243 into master will increase coverage by
1.29%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #243 +/- ##
========================================
+ Coverage 72.7% 74% +1.29%
========================================
Files 41 40 -1
Lines 4470 4370 -100
Branches 454 443 -11
========================================
- Hits 3250 3234 -16
+ Misses 1063 979 -84
Partials 157 157
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 95967d3...85c4230. Read the comment docs.
The etcd storage plugin was added as a tech demo and proof of concept to show, how an external database could be used to store secrets. It hasn't been evolved into a production-ready storage plugin. Further more it is limited to etcd2 API and not etcd3's new gPRC.
Since it's not usable and causes additional overhead in testing and downstream packaging, we decided to remove the plugin from the core distribution.
Signed-off-by: Christian Heimes cheimes@redhat.com