-
Notifications
You must be signed in to change notification settings - Fork 100
Feature request: Move transformation logic to gIobal scope #552
Copy link
Copy link
Open
Description
I've noticed that several providers support transformations such as:
- Base64 encoding for file provider
- Trimming newlines for GCPSecrets provider
It would be very useful if this transformation logic were moved to a global scope, making it accessible across all providers. This would improve flexibility and ensure that users can apply common transformations regardless of the provider being used.
I could think of some additional transformers:
- Base64 decoding (how to decode gcp secret in encoded format #199)
- Base64 encoding ([sops] Allow encode=base64 config for sops provider #1064, Add support to encode file as base64 string #163)
- Case modification
- Url encoding
- htpasswd format encoding
- Sops decoding (feat(sops): Reading sops-encrypted file from a Git repo #35)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels