From 15f0f33891405deb79813ea980978321763bf297 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 26 Apr 2021 10:26:53 +0200 Subject: [PATCH] Update docs --- doc/source/client.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/source/client.rst b/doc/source/client.rst index d1be1a969..d38e0bbae 100644 --- a/doc/source/client.rst +++ b/doc/source/client.rst @@ -333,7 +333,7 @@ EGI FedCloud specific parameters ******************************* To use the EGI CheckIn to authenticate with a Keystone server properly configured the parameters are the following (see -more info at `EGI Documentation `_): +more info at `EGI Documentation `_): * username: ``egi.eu``. * tenant: ``openid``. @@ -345,10 +345,14 @@ So the auth line will be like that:: id = ost; type = OpenStack; host = https://ostserver:5000; username = egi.eu; tenant = openid; password = egi_aai_token_value; auth_version = 3.x_oidc_access_token; domain = project_name -From IM version 1.10.2 the EGI connector is available and you can use this kind of auth line:: +From IM version 1.10.2 the EGI connector is available and you can also use this kind of auth line:: id = egi; type = EGI; host = CESGA; vo = vo.access.egi.eu; token = egi_aai_token_value +In this case the information needed to access the OpenStack API of the EGI FedCloud site will be obtained from +`AppDB REST API `_). This connector is recommended for non advanced users. If you +can get the data to access the OpenStack API directly it is recommened to use it. + Open Telekom Cloud ++++++++++++++++++