Skip to content

Commit

Permalink
run make docker-compose/docs and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juniocezar committed Nov 26, 2024
1 parent 5047ae4 commit 81c9107
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/resources/repository_conf_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ resource "cyral_repository_conf_analysis" "all_conf_analysis_enabled" {
disable_filter_analysis = false
enable_dataset_rewrites = true
enable_data_masking = true
mask_all_occurrences = true
comment_annotation_groups = [ "identity" ]
log_groups = [ "everything" ]
}
Expand All @@ -38,7 +37,6 @@ resource "cyral_repository_conf_analysis" "all_conf_analysis_disabled" {
disable_filter_analysis = true
enable_dataset_rewrites = false
enable_data_masking = false
mask_all_occurrences = false
comment_annotation_groups = []
log_groups = []
}
Expand Down Expand Up @@ -81,6 +79,7 @@ resource "cyral_repository_conf_analysis" "all_conf_analysis_disabled" {
- `error` - Log analysis errors.
- `new-connections` - Log new connections.
- `closed-connections` - Log closed connections.
- `mask_all_occurrences` (Boolean) If set to `true` it will also mask filtering conditions like in `WHERE`, `HAVING` or `ON` clauses. **Note**: Enabling this may cause some performance degradation on large tables. It is required to set `enable_data_masking=true` to use this feature.
- `redact` (String) Valid values are: `all`, `none` and `watched`. If set to `all` it will enable the redact of all literal values, `none` will disable it, and `watched` will only redact values from tracked fields set in the Datamap.

### Read-Only
Expand Down

0 comments on commit 81c9107

Please sign in to comment.