Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New encrypt transformer #35

Open
rabbitstack opened this issue Dec 4, 2020 · 0 comments
Open

New encrypt transformer #35

rabbitstack opened this issue Dec 4, 2020 · 0 comments
Labels
needs: config Indicates the issue requires changes in the config file/flags needs: docs Indicates that the issue needs documentation updates scope: transformers Anything related to transformers

Comments

@rabbitstack
Copy link
Owner

The encrypt transformer should encrypt event parameters with a specified crypto algorithm (e.g. AES). The original parameter value should get replaced with its respective hash string. Example config:

transformers:
    encrypt:
        algo: AES
        enabled: true
        kparams:
           - file_name
           - key_name
@rabbitstack rabbitstack added needs: docs Indicates that the issue needs documentation updates needs: config Indicates the issue requires changes in the config file/flags scope: transformers Anything related to transformers labels Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: config Indicates the issue requires changes in the config file/flags needs: docs Indicates that the issue needs documentation updates scope: transformers Anything related to transformers
Projects
None yet
Development

No branches or pull requests

1 participant