Skip to content

Commit 5821319

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Add configuration alias to schema
It was added to the code but not to the schema (cherry picked from commit 7c544ea)
1 parent 4efd3b8 commit 5821319

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deps/rabbitmq_auth_backend_oauth2/priv/schema/rabbitmq_auth_backend_oauth2.schema

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@
168168
"rabbitmq_auth_backend_oauth2.key_config.peer_verification",
169169
[{datatype, {enum, [verify_peer, verify_none]}}]}.
170170

171+
% Alias configuration variable. `auth_oauth2.https.peer_verification` will be soon deprecated
172+
{mapping,
173+
"auth_oauth2.https.verify",
174+
"rabbitmq_auth_backend_oauth2.key_config.verify",
175+
[{datatype, {enum, [verify_peer, verify_none]}}]}.
176+
171177
{mapping,
172178
"auth_oauth2.https.cacertfile",
173179
"rabbitmq_auth_backend_oauth2.key_config.cacertfile",

0 commit comments

Comments
 (0)