2013/2/21 Michael Hanselmann <[email protected]>: > Most RAPI resources do not require authentication for the “GET” method. > In some setups it can be desirable to always require authentication. > This patch adds a command line parameter to always require it. > > Some unrelated minor typos in the “ganeti-rapi” man page are also fixed.
I realized it would be good to mention this in NEWS for the 2.8 release: --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ News ==== +Version 2.8.0 beta1 +------------------- + +*(unreleased)* + +- The :doc:`Remote API <rapi>` daemon now supports a command line flag + to always require authentication, ``--require-authentication``. It can + be specified in ``$sysconfdir/default/ganeti``. + + Version 2.7.0 beta1 ------------------- Michael
