From 316520e5d12278588c970cecc8f00c46ffdbba40 Mon Sep 17 00:00:00 2001 From: Carles Garcia Cabot <carles.garcia.cabot@cern.ch> Date: Tue, 24 Sep 2019 10:16:22 +0200 Subject: [PATCH] Change 'VO' for 'VO roles' in cloud storage page --- src/fts3rest/fts3rest/templates/config/cloud_storage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fts3rest/fts3rest/templates/config/cloud_storage.html b/src/fts3rest/fts3rest/templates/config/cloud_storage.html index a77ef50b..7446f935 100644 --- a/src/fts3rest/fts3rest/templates/config/cloud_storage.html +++ b/src/fts3rest/fts3rest/templates/config/cloud_storage.html @@ -15,8 +15,8 @@ <dl> <dt>Register the S3 storage</dt> <dd>The name should have the form S3:hostname (i.e. S3:s3.example.com). App key and secret are not used.</dd> - <dt>Grant access to a set of VO and/or users</dt> - <dd>Empty user with a value in VO grant access to all members from that VO. + <dt>Grant access to a set of VO roles and/or users</dt> + <dd>Empty user with a value in VO roles grant access to all members from that VO. Access token = access key, access secret = secret key. Leave request fields empty. </dd> </dl> @@ -66,7 +66,7 @@ <tr> <th></th> <th>User</th> - <th>VO</th> + <th>VO roles</th> <th>Access token</th> <th>Access secret</th> <th>Request token</th> -- GitLab