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
# As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agent and routers sending logs.
254
+
trusted_profile_policies=[{
255
+
roles = ["Sender"]
256
+
unique_identifier ="logs-agent"
257
+
resources = [{
258
+
service ="logs"
259
+
}]
260
+
}]
261
+
# Set up fine-grained authorization for `logs-agent` running in ROKS cluster in `ibm-observe` namespace.
Copy file name to clipboardExpand all lines: modules/monolith/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ The primary goal of this module is to provision an OpenShift cluster on VPC and
13
13
*`Activity Tracker and Event Routing`: Configure event routing for platform audit logs to a COS bucket or IBM Cloud Logs.
14
14
*`Security & Compliance`: Optional integration with IBM Cloud Security and Compliance Center (SCC) Workload Protection.
15
15
*`VPE Gateways`: Optional configuration of Virtual Private Endpoint (VPE) gateways for secure private connectivity to cloud services.
16
+
*`Event Notifications`: Optional provision and configuration of IBM Cloud Event Notifications for centralized event routing and management, with support for KMS encryption and failed event collection in COS.
17
+
*`App Configuration`: Optional provision and configuration of IBM Cloud App Configuration for centralized feature flag and property management, securely integrated with KMS and Event Notifications.
| <aname="input_metrics_router_routes"></a> [metrics\_router\_routes](#input\_metrics\_router\_routes)| Routes for IBM Cloud Metrics Routing. | <pre>list(object({<br/> name = string<br/> rules = list(object({<br/> action = string<br/> targets = list(object({<br/> id = string<br/> }))<br/> inclusion_filters = list(object({<br/> operand = string<br/> operator = string<br/> values = list(string)<br/> }))<br/> }))<br/> }))</pre> |`[]`| no |
204
206
| <aname="input_metrics_routing_route_name"></a> [metrics\_routing\_route\_name](#input\_metrics\_routing\_route\_name)| The name of the IBM Cloud Metrics Routing route for the default route that indicate what metrics are routed in a region and where to store them. If the prefix variable is passed, the name of the target is prefixed to the value in the `<prefix>-value` format. |`string`|`"metrics-routing-route"`| no |
205
207
| <aname="input_metrics_routing_target_name"></a> [metrics\_routing\_target\_name](#input\_metrics\_routing\_target\_name)| The name of the IBM Cloud Metrics Routing target where metrics are collected. If the prefix variable is passed, the name of the target is prefixed to the value in the `<prefix>-value` format. |`string`|`"cloud-monitoring-target"`| no |
| <aname="input_prefix"></a> [prefix](#input\_prefix)| The prefix to add to all resources that this solution creates (e.g `prod`, `test`, `dev`). To skip using a prefix, set this value to null or an empty string. |`string`| n/a | yes |
208
210
| <aname="input_region"></a> [region](#input\_region)| The region to provision all resources in. |`string`|`"us-south"`| no |
209
211
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The ID of an existing IBM Cloud resource group where the cluster is grouped. |`string`| n/a | yes |
0 commit comments