From 82bed9ed0653101e72e24b69d3a25ba8c4456211 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez <baptiste.jonglez@inria.fr> Date: Mon, 23 May 2022 11:48:27 +0200 Subject: [PATCH] Update note about authentication on frontends --- README.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 726ba72..f1dfa85 100644 --- a/README.org +++ b/README.org @@ -83,9 +83,10 @@ password: MYPASSWORD ' > ~/.python-grid5000.yaml #+END_EXAMPLE -- When accessing the API from a Grid'5000 frontend, providing the username and - password is optionnal. Nevertheless you'll need to deal with SSL verification - by specifying the path to the certificate to use: +- When accessing the API from a Grid'5000 frontend, providing the username + and password is optionnal. Authentication should work out-of-the-box; if + it fails, try updating python-grid5000, or specify the path to the + certificate to use: #+BEGIN_EXAMPLE echo ' -- GitLab