Introduction to In-Flight Masking
In-flight masking enables sensitive data to be masked in real-time as it is being generated, before it reaches any downstream destination. DataMasque implements this through a real-time REST API that masks and returns data using secure HTTP requests.
DataMasque's in-flight masking operates in two steps. First, you create a Ruleset Plan. This is a combination of a YAML ruleset and some configuration, which becomes an endpoint on the REST API. Ruleset plans can be created and managed through the DataMasque web interface or programmatically via the API. Then, any data sent to the ruleset plan is masked in accordance with your ruleset, and returned in real-time.
In-Flight Masking Documentation
- Basic Setup and Use
Get started with in-flight masking using the DataMasque UI. - Authentication and Permissions
Retrieving authentication tokens and required permissions. - Rulesets
In-flight masking ruleset definition. - Performance Guide
A guide to resource limits and settings to get the most out of in-flight masking. - Server Configuration and Logs
Configuring in-flight server options and retrieving logs. - Troubleshooting
Solving problems with in-flight masking. - API Reference
Full in-flight masking API reference.