icgc-argo / workflow-relay

Collecting information from workflows to report
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement Workflow Parameter Sanitization #35

Closed andricDu closed 4 years ago

andricDu commented 4 years ago

Implement Workflow Parameter Sanitization

Detailed Description

This is a generalized feature we will be adding to our WES system, giving the deploying person/organization the ability to configure workflow parameters that should be sanitized (MD5-Hash) before entering Kafka/ElasticSearch. In the case of our ARGO workflows, we will be specifying the 'api_key' as such a parameter.

Possible Implementation