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
Sometimes, the alias is not made of a single word but instead it uses special characters
225
-
and symbols including the separator character `.`. In those cases, you can configure the scope aliases as follows:
236
+
Sometimes an alias may have to use special characters and symbols including the separator character, `.`.
237
+
In those cases, configure the scope aliases as follows:
238
+
226
239
```ìni
227
240
# ...
228
241
auth_oauth2.scope_aliases.1.alias = api://admin
@@ -232,7 +245,7 @@ auth_oauth2.scope_aliases.2.scope = rabbitmq.tag:management rabbitmq.read:*/* ra
232
245
# ...
233
246
```
234
247
235
-
#### Signing keys files {#signing-key-files}
248
+
#### Signing Keys Files {#signing-key-files}
236
249
237
250
The following configuration declares two signing keys and configures the kid of the default signing key. For more information check the section [Configure Signing keys](#configure-signing-keys).
0 commit comments