-
Notifications
You must be signed in to change notification settings - Fork 23
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
add obfuscate activity #53
base: master
Are you sure you want to change the base?
Conversation
@Beerinder, can we. update the description of the activity to be a bit more verbose? :) |
activity/obfuscate/README.md
Outdated
--> | ||
|
||
# Obfuscate | ||
This activity allows you to obfuscate the required value in the JSON using defined function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be clearer.
activity/obfuscate/descriptor.json
Outdated
"title": "Obfuscate Activity", | ||
"description": "Obfuscate Activity obfuscates the required value in the JSON using defined function.", | ||
"homepage": "https://github.com/project-flogo/tree/master/examples/activity", | ||
"settings": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Descriptions should be added to all of these
Based on request by @Beerinder ; I'm adding this obfuscation activity . I believe microgateway is a good place for this.