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 agents and routers sending logs.
227
227
trusted_profile_policies=[{
228
-
roles = ["Sender"]
228
+
roles = ["Sender"]
229
+
unique_identifier ="${var.prefix}-profile-0"
229
230
resources = [{
230
231
service ="logs"
231
232
}]
232
233
}]
233
234
# Set up fine-grained authorization for `logs-agent` running in ROKS cluster in `ibm-observe` namespace.
0 commit comments