Configuring file shadowing with FortiDLP
After you perform vendor-side file shadowing setup, you are ready to configure FortiDLP.
There are two parts for configuring FortiDLP, as detailed below. We recommend completing part 1, then proceeding to Testing file shadowing configurations, and then completing part 2.
How to configure the storage vendor — Part 1
- In the FortiDLP Console, on the left-hand sidebar, click .
- Under Integrations, select the File shadowing tab.
- In the Storage vendor section, in the Vendor menu, select the relevant storage vendor name.
- Do one of the following:
- To use MinIO:
- In the Host field, type the server IP address and port, or the domain name you generated during server setup.
- In the Region field, type the name of the server location you specified during server setup; for example,
us-west-1
. - In the Access key field, paste the access key for your MinIO user.
- In the Secret key field, paste the secret key for your MinIO user.
- In the Bucket field, type the name of your storage bucket.
- In the CA certificate field, do one of the following:
- To use a public CA-issued TLS certificate, skip this step and proceed to step 5.
- To use a private CA-issued TLS certificate, paste the contents of the private CA.
- To use a self-signed TLS certificate, paste the contents of the
public.crt
file you generated (during How to generate a self-signed TLS certificate with MinIO).
Certificates must be provided in PEM format.
- To use AWS:
- In the Region field, type the name of the region the S3 bucket is in.
- In the Bucket field, type the name of your S3 bucket.
- In the Access key ID field, paste your access key ID.
- In the Secret key field, paste your secret key.
- To use GCS:
- In the Bucket field, type the name of your storage bucket.
- In the Service account JSON field, paste the contents of the service account JSON file you generated (during How to configure file shadowing with GCS).
- To use Azure Blob Storage:
- In the Storage account name field, type the name of your storage account.
- In the Storage container field, type the name of your container.
- In the Access key field, paste your access key.
- To use MinIO:
- Click Save.
After you configure the storage vendor, proceed to Testing file shadowing configurations.
How to configure Agent action settings — Part 2
- In the FortiDLP Console, on the left-hand sidebar, click .
- Under Integrations, select the File shadowing tab.
- In the Agent action settings section, in the Maximum local storage on Agent (MB) field, type a number to limit the local storage of shadow copies by, in megabytes. A value of
0
places no limit on local storage. Shadow copies are temporarily stored on the Agent prior to upload to deal with cases where there is an issue connecting to the storage bucket. Shadow copies are removed from local storage when the connection is restored. - In the Maximum single file size field, type a number to limit the single file size by which a shadow copy can be created, in megabytes. A value of
0
places no limit on single file size. - Click Save.
After you configure Agent action settings, proceed to Setting encryption keys.