Make the lack of authentication explicit on CreateAgent
Part of #1540 (closed)
This is purely for documentation purposes. CreateAgent
does not care at all about the authentication, so we just remove all authentication classes, meaning the authentication is not checked at all. Sure, send all the Authorization
you want, we don't care.
No updates necessary on the unit tests, since they already test that you do not need any authentication to register as a new agent (the actual authentication being done by the farm's seed and the key exchange stuff).
Merge request reports
Activity
changed milestone to %Arkindex 1.5.0
requested review from @babadie
mentioned in merge request !2051 (merged)
mentioned in issue #1540 (closed)
added 4 commits
-
36ca8b29...894e8e5b - 3 commits from branch
master
- c96a8f4f - Make the lack of authentication explicit on CreateAgent
-
36ca8b29...894e8e5b - 3 commits from branch
enabled an automatic merge when the pipeline for c96a8f4f succeeds
Please register or sign in to reply