You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "When set to `True` applies User Access Control Policies to containers. Note that Aqua Enforcers must be deployed with the AQUA_RUNC_INTERCEPTION environment variable set to 0 in order to use User Access Control Policies.",
98
98
Computed: true,
99
99
},
100
+
"enable_enforcer_group_prometheus": {
101
+
Type: schema.TypeBool,
102
+
Description: "Enable Prometheus metrics for the enforcer group.",
103
+
Computed: true,
104
+
},
100
105
"image_assurance": {
101
106
Type: schema.TypeBool,
102
107
Description: "When Set to `True` enables selected controls: Container Runtime Policy (`Block Non-Compliant Images`, `Block Unregistered Images`, and `Registries Allowed`) and Default Image Assurance Policy (`Images Blocked`).",
@@ -449,6 +454,7 @@ func dataEnforcerGroupRead(ctx context.Context, d *schema.ResourceData, m interf
Description: "Set `True` to apply User Access Control Policies to containers. Note that Aqua Enforcers must be deployed with the AQUA_RUNC_INTERCEPTION environment variable set to 0 in order to use User Access Control Policies.",
439
439
Optional: true,
440
440
},
441
+
"enable_enforcer_group_prometheus": {
442
+
Type: schema.TypeBool,
443
+
Description: "Enable Prometheus metrics for the enforcer group.",
444
+
Optional: true,
445
+
},
441
446
"unified_mode": {
442
447
Type: schema.TypeBool,
443
448
Description: "",
@@ -503,6 +508,7 @@ func resourceEnforcerGroupRead(ctx context.Context, d *schema.ResourceData, m in
Copy file name to clipboardExpand all lines: docs/resources/enforcer_groups.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ description: |-
43
43
-`container_activity_protection` (Boolean) Set `True` to apply Container Runtime Policies, Image Profiles, and Firewall Policies to containers.
44
44
-`container_antivirus_protection` (Boolean) This setting is available only when you have license for `Advanced Malware Protection`. Send true to make use of the license and enable the `Real-time Malware Protection` control in the Container Runtime policies.
45
45
-`description` (String) A description of the Aqua Enforcer group.
46
+
-`enable_enforcer_group_prometheus` (Boolean) Enable Prometheus metrics for the enforcer group.
46
47
-`enforce` (Boolean) Whether to enable enforce mode on the Enforcers, defaults to False.
47
48
-`forensics` (Boolean) Select Enabled to send activity logs in your containers to the Aqua Server for forensics purposes.
48
49
-`gateways` (List of String) List of Aqua gateway IDs for the Enforcers.
0 commit comments