aws-secrets-manager-credentials-provider-plugin
aws-secrets-manager-credentials-provider-plugin copied to clipboard
[feature] Folders support
Add support for folders.
This enables a couple of use cases including:
- Multi-tenancy via per-folder configuration
- Hierarchical configuration
Implements #261
To do
- [ ] Configuration (get it to show up at folder-level)
- [ ] Hierarchical configuration merging
- [ ] Connect configuration to the CredentialsProvider (show the right credentials in the right places with domains)
- [ ] Docs
- [ ] Tests