From: Tom Clegg Date: Fri, 7 May 2021 14:48:45 +0000 (-0400) Subject: 17590: Add upgrade note about changed config keys. X-Git-Tag: 2.2.0~37^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/659fa8bfd2f9820a9b7f955e9e9e63a1cc4275a1 17590: Add upgrade note about changed config keys. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 52b71287b2..6d1736fb56 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -39,6 +39,10 @@ h2(#main). development main (as of 2020-12-10) "Upgrading from 2.1.0":#v2_1_0 +h3. New spelling of S3 credential configs + +If you use the S3 driver for Keep volumes and specify credentials in your configuration file (as opposed to using an IAM role), you should change the spelling of the @AccessKey@ and @SecretKey@ config keys to @AccessKeyID@ and @SecretAccessKey@. If you don't update them, the previous spellings will still be accepted, but warnings will be logged at server startup. + h3. New proxy parameters for arvados-controller In your Nginx configuration file (@/etc/nginx/conf.d/arvados-api-and-controller.conf@), add the following lines to the @location /@ block with @http://controller@ (see "Update nginx configuration":{{site.baseurl}}/install/install-api-server.html#update-nginx for an example) and reload/restart Nginx (@sudo nginx -s reload@).