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
Is your feature request related to a problem? Please describe.
Users can configure almost all oauth2 settings via rabbitmq.conf using cuttlefish style configuration. However, there is still one setting called scope_aliases which is only supported in the erlang style.
This forces users to have two configuration files rabbitmq.conf and advanced.config. Furthermore, some users reported that it is harded for them to generate erlang style configuration using their templating engines (like Ansible).
Describe the solution you'd like
If the alias is just a single word like "admin" or "developer", the user can configure an scope alias like so
Is your feature request related to a problem? Please describe.
Users can configure almost all oauth2 settings via
rabbitmq.conf
using cuttlefish style configuration. However, there is still one setting calledscope_aliases
which is only supported in the erlang style.This forces users to have two configuration files
rabbitmq.conf
andadvanced.config
. Furthermore, some users reported that it is harded for them to generate erlang style configuration using their templating engines (like Ansible).Describe the solution you'd like
If the alias is just a single word like "admin" or "developer", the user can configure an scope alias like so
The scope is a space-separated list of strings.
However, if the alias has some symbols including the dot (
.
), the user can configure an scope alias like so:The text was updated successfully, but these errors were encountered: