[Feature]: Implement Git Secret Backend for Sensitive Values #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Title
[Feature]: Implement Git Secret Backend for Sensitive Values
Problem Statement
After implementing the GCS backend for sensitive values, we need to expand support to other popular secret management systems. Git Secret provides a way to store encrypted files in Git repositories, which is useful for teams already using Git for configuration management.
Proposed Solution
Implement a Git Secret backend for sensitive values:
Create a Git Secret backend implementation:
GitSecretValueBackend
class that extends theValueBackend
interfaceUpdate the configuration schema:
Add CLI commands for Git Secret backend configuration:
Update documentation:
Implementation Details
The implementation will:
Dependencies
This feature depends on the implementation of the base sensitive values support with the GCS backend.
Additional Context
This is part of a series of backend implementations for sensitive values, including:
Each backend will be implemented as a separate task to maintain focus and allow for incremental releases.
Labels
Requirements
The text was updated successfully, but these errors were encountered: