Michael Klishin
50c98bcecc
Auth backend HTTP: test naming
2025-02-25 12:32:41 -05:00
Marcial Rosales
b09bfb25b6
Do not propagate none password for http auth backend
2025-02-25 12:50:58 +01:00
Michael Klishin
968eefa1bb
Bump (c) line year
...
There are no functional changes to this massive diff.
2025-01-01 17:54:10 -05:00
Michael Klishin
8b90d4a27c
Allow for tagged values for a few more rabbitmq.conf settings
2024-08-13 16:27:00 -04:00
Marcial Rosales
067964b072
Use better names for test certs file
...
Suggested by @michaelklishin
2024-06-01 15:14:37 +02:00
Marcial Rosales
095f19d461
App public_key and crypto as extra apps
...
So that dialyzer can find the missing functions
2024-05-31 13:09:47 -07:00
Luke Bakken
35f5f813f4
Add server_name_indication/sni and hostname_verfication to cuttlefish schema
2024-05-31 12:34:30 -07:00
Marcial Rosales
aa388039ea
Add ssl_options to schema
2024-05-31 12:34:30 -07:00
Michal Kuratczyk
cfa3de4b2b
Remove unused imports (thanks elp!)
2024-05-23 16:36:08 +02:00
Marcial Rosales
d827b72ce1
Create Oauth2 client
2024-02-10 20:12:04 +01:00
Michael Klishin
f414c2d512
More missed license header updates #9969
2024-02-05 11:53:50 -05:00
Marcial Rosales
2fc8d2b3ae
Propagate all credentials to http backend
2023-12-22 13:54:34 +00:00
Marcial Rosales
dbffccba9d
Fix #9043
2023-08-14 11:51:46 +01:00
Michael Klishin
ec4f1dba7d
(c) year bump: 2022 => 2023
2023-01-01 23:17:36 -05:00
Simon Unge
09d84e6bd5
See #4842 . Obfuscate impl value
2022-11-09 15:14:51 -08:00
Luke Bakken
7fe159edef
Yolo-replace format strings
...
Replaces `~s` and `~p` with their unicode-friendly counterparts.
```
git ls-files *.erl | xargs sed -i.ORIG -e s/~s>/~ts/g -e s/~p>/~tp/g
```
2022-10-10 10:32:03 +04:00
Michael Klishin
c38a3d697d
Bump (c) year
2022-03-21 01:21:56 +04:00
Michael Klishin
471294af67
AuthN/Z backend HTTP: rename two new settings, add tests
2021-06-24 23:26:13 +10:00
Michael Klishin
52479099ec
Bump (c) year
2021-01-22 09:00:14 +03:00
dcorbacho
52eb308ea4
Switch to Mozilla Public License 2.0 (MPL 2.0)
2020-07-10 20:14:09 +01:00
Jean-Sébastien Pédron
8299fb28c0
Update copyright (year 2020)
2020-03-10 16:02:32 +01:00
Michael Klishin
f7b12f8fe8
Update error message in the assertion
2019-05-24 06:52:08 +01:00
Szympon Mentel
63f496b75d
Add tests for user authentication
...
In the tests a mock of an HTTP authenticaiton server is started.
2019-05-22 15:16:45 +02:00
Michael Klishin
d47c658220
Post space-separated tags, add tests
2019-02-27 21:10:25 +03:00
Michael Klishin
84c7093e88
Add HTTP method field to Cuttlefish schema
...
Fixes #61 .
(cherry picked from commit 38f77443935f4dc873429830bc57489051fa656d)
2017-12-19 18:33:37 +03:00
Arnaud Cogoluègnes
f4818557a8
Handle map in HTTP parameters
...
An Erlang map is turned into several HTTP parameters. E.g.
{variable_map, #{username => guest, vhost = some-vhost}} is
converted into 2 HTTP parameters: variable_map.username=guest
and variable_map.vhost=some-vhost.
Fixes #53
2017-06-26 15:23:52 +02:00
Daniil Fedotov
efeb9c0b8e
Config schema test for plugin
...
Part of [#141481501 ]
Moved from rabbitmq-server
2017-03-17 10:58:49 +00:00