Set up and know better about hoop.dev’s AI Data Masking
roles/dlp.user
.
When installing hoop.dev, you need to set the environment variable GOOGLE_APPLICATION_CREDENTIALS_JSON
with your GCP DLP credentials in hoop’s Gateway.
Hoop.dev uses Google Cloud’s DLP at our protocol layer to mask sensitive data in real-time in the data stream of any connection you configure.
Install
Set up
Environment variable key | Value |
---|---|
DLP_PROVIDER | mspresidio |
DLP_MODE | best-effort or strict |
MSPRESIDIO_ANALYZER_URL | <host-to-analyzer:port> |
MSPRESIDIO_ANONYMIZER_URL | <host-to-anonymizer:port> |
Run hoop.dev's Gateway with the new configs
strict
or best-effort
.
DLP_MODE=best-effort
DLP_MODE=strict