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
fix: renovate fixes (dependencies version change)<br>incorporate the changes in structure of metrics_router_settings variable that got changed in monitoring module <br>incorporate the changes in test for trusted_profile_links and trusted_profile_policies, these were updated in trusted_profile module (#432)
count=var.existing_cos_instance_crn==null&&length(coalesce(local.buckets_config, [])) !=0?1:0# no need to call COS module if consumer is using existing COS instance
# 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 agents and routers sending logs.
134
134
trusted_profile_policies=[{
135
-
roles = ["Sender"]
135
+
unique_identifier ="${var.prefix}-profile-0"
136
+
roles = ["Sender"]
136
137
resources = [{
137
138
service ="logs"
138
139
}]
139
140
}]
140
141
141
142
# Set up fine-grained authorization for `logs-agent` running in ROKS cluster in `ibm-observe` namespace.
0 commit comments