[ARVADOS] updated: 1.3.0-2601-g9a71dd94c

Git user git at public.arvados.org
Wed May 20 14:20:09 UTC 2020


Summary of changes:
 doc/admin/upgrading.html.textile.liquid            |  4 +
 ...configure-s3-object-storage.html.textile.liquid |  5 ++
 lib/config/config.default.yml                      |  1 +
 lib/config/generated_config.go                     |  1 +
 sdk/go/arvados/config.go                           |  2 +
 services/keepstore/s3_volume.go                    | 20 +----
 services/keepstore/s3_volume_test.go               | 91 +++++++++++++++++-----
 7 files changed, 88 insertions(+), 36 deletions(-)

       via  9a71dd94cb72a5fd1ed74ca71b4961de4108db02 (commit)
       via  4411f0b4e2a81f09d0ff6ff3f5e23cac5414236a (commit)
       via  9f37e0dd819730350a82c229c12e7856c325212e (commit)
      from  82357c206f796298d98f9c756963ddb60abccf79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9a71dd94cb72a5fd1ed74ca71b4961de4108db02
Merge: 82357c206 4411f0b4e
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Wed May 20 10:14:41 2020 -0400

    Merge branch '16312-s3-signature-v4'
    
    closes #16312
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --cc doc/admin/upgrading.html.textile.liquid
index 070e58983,dff4fc7e3..edd92fa0e
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@@ -38,12 -38,12 +38,16 @@@ h2(#master). development master (as of 
  
  "Upgrading from 2.0.0":#v2_0_0
  
 -None in current development master.
 +h3. Removing sso-provider
 +
 +The SSO (single sign-on) component is deprecated and will not be supported in future releases. Existing configurations will continue to work in this release, but you should switch to one of the built-in authentication mechanisms as soon as possible. See "setting up web based login":{{site.baseurl}}/install/setup-login.html for details.
 +
 +After migrating your configuration, uninstall the @arvados-sso-provider@ package.
  
+ h3. S3 signatures
+ 
+ Keepstore now uses "V4 signatures":https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html by default for S3 requests. If you are using Amazon S3, no action is needed; all regions support V4 signatures. If you are using a different S3-compatible service that does not support V4 signatures, add @V2Signature: true@ to your volume driver parameters to preserve the old behavior. See "configuring S3 object storage":{{site.baseurl}}/install/configure-s3-object-storage.html.
+ 
  h2(#v2_0_0). v2.0.0 (2020-02-07)
  
  "Upgrading from 1.4":#v1_4_1

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list