From 37d3def32acc9fc1b5dff4559a2727ae6ccb3341 Mon Sep 17 00:00:00 2001 From: Delia <delia.passalacqua@garr.it> Date: Thu, 14 Nov 2019 14:49:22 +0100 Subject: [PATCH] Add warning --- web/support/kb/openstack/rclone_quick_tutorial.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/support/kb/openstack/rclone_quick_tutorial.rst b/web/support/kb/openstack/rclone_quick_tutorial.rst index e83456b6..4b841203 100644 --- a/web/support/kb/openstack/rclone_quick_tutorial.rst +++ b/web/support/kb/openstack/rclone_quick_tutorial.rst @@ -49,6 +49,8 @@ Add the following text to *rclone.conf*:: application_credential_id = <insert here the content of OS_APPLICATION_CREDENTIAL_ID> application_credential_secret = <insert here the content of OS_APPLICATION_CREDENTIAL_SECRET> +.. warning:: + Mind that ``env_auth = true`` takes variables from environment, so you shouldn't insert it in this case. Check configuration ^^^^^^^^^^^^^^^^^^^ -- GitLab