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 and endpoint on the REST 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
- Authentication and Permissions
Retrieving authentication tokens and required permissions. - Basic Setup and Use
After reading about authentication, read this guide to get started with in-flight masking. - 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.