segmentio / chamber

CLI for managing secrets
MIT License
2.46k stars 169 forks source link

feat: Add tag-on-create #516

Closed bhavanki closed 3 months ago

bhavanki commented 3 months ago

Store implementations may support tagging secrets immediately after they are created, as a convenience and a basis for future enforcement of tagging. As usual, only the SSM store implementation supports the new feature.

The README is updated with documentation about both this new feature and the recently added tag commands.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 36.36364% with 14 lines in your changes missing coverage. Please review.

Project coverage is 35.99%. Comparing base (37a70e0) to head (4f3dcb8).

Files Patch % Lines
cmd/write.go 20.00% 4 Missing :warning:
store/nullstore.go 0.00% 2 Missing :warning:
store/s3store.go 0.00% 2 Missing :warning:
store/s3storeKMS.go 0.00% 2 Missing :warning:
store/secretsmanagerstore.go 0.00% 2 Missing :warning:
store/ssmstore.go 77.77% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #516 +/- ## ========================================== + Coverage 35.97% 35.99% +0.01% ========================================== Files 29 29 Lines 2524 2545 +21 ========================================== + Hits 908 916 +8 - Misses 1538 1550 +12 - Partials 78 79 +1 ```

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