Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monasca-api-python/api-config.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ read_only_authorized_roles = {{ READ_ONLY_AUTHORIZED_ROLES | default('monasca-re

# The roles that are allowed to access the API on behalf of another tenant.
# For example, a service can POST metrics to another tenant if they are a member of the "delegate" role.
delegate_authorized_roles = {{ DELEGATE_AUTHORIZED_ROLES | default('admin') }}
delegate_authorized_roles = {{ DELEGATE_AUTHORIZED_ROLES | default('monitoringdelegate') }}

[messaging]
# The message queue driver to use
Expand Down