You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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've noticed that several providers support transformations such as:
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:
The text was updated successfully, but these errors were encountered: