Batch Permissions API Diagnostic Warning logs – Lake Formation Connector¶
This section explains how to enable optional WARN-level diagnostic logging for Lake Formation batch grant and revoke API calls. Enable it during troubleshooting to capture one summary WARN line after each batch API response.
Each diagnostic line includes the operation key, AWS request ID, response time, batch size, HTTP status code, and failure count.
Example WARN log¶
These diagnostic lines appear only when CONNECTOR_LAKEFORMATION_BATCH_PERMISSIONS_API_DIAGNOSTIC_WARN_ENABLE is set to "true".
| Text Only | |
|---|---|
Configuration¶
- Variable:
CONNECTOR_LAKEFORMATION_BATCH_PERMISSIONS_API_DIAGNOSTIC_WARN_ENABLE - Description: When enabled, the connector writes an additional WARN-level summary line after each Lake Formation
batchGrantPermissionsorbatchRevokePermissionscall, includingoperationKey, AWSrequestId,responseTimeMs,batchSize,httpStatusCode, andfailureCount. - Type: Boolean
- Default:
false
Setup¶
-
SSH into the instance where Privacera Manager is installed.
-
Open the Lake Formation connector configuration file for editing:
Note
Replace
instance1with the appropriate connector instance name, if you have multiple connectors.Bash -
Set the flag:
YAML -
After updating the value, apply the changes by running the following commands:
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - (Optional) Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on. This step is not required if you are updating only connector properties.
- Prev topic: Advanced Configuration