gestalt-config / gestalt

A Java configuration library
https://gestalt-config.github.io/gestalt/
Apache License 2.0
81 stars 2 forks source link

Feat: Support loading a config source from Azure Blob Storage. #188

Closed credmond-git closed 6 months ago

credmond-git commented 6 months ago

Feat: Support loading a config source from Azure Blob Storage. https://github.com/gestalt-config/gestalt/issues/165 Add a Azure Secret transformer for string substitutions with ${awsSecret:mySecret}

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 98.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 90.81%. Comparing base (83bc6b2) to head (78cb201).

Files Patch % Lines
...nfig/azure/transformer/AzureSecretTransformer.java 92.30% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #188 +/- ## ============================================ + Coverage 90.67% 90.81% +0.14% - Complexity 0 54 +54 ============================================ Files 220 226 +6 Lines 6164 6282 +118 Branches 706 714 +8 ============================================ + Hits 5589 5705 +116 - Misses 357 358 +1 - Partials 218 219 +1 ```

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

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.0% Duplication on New Code

See analysis details on SonarCloud