[ARVADOS] updated: 1.3.0-312-g817c574db

Git user git at public.curoverse.com
Mon Feb 11 13:05:48 EST 2019


Summary of changes:
 services/api/app/models/api_client_authorization.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  817c574dbdad73298b46ba30afdc75b091e20f2b (commit)
      from  74f35aa24778f06e05fd24c0ca7eea26a42ccaef (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 817c574dbdad73298b46ba30afdc75b091e20f2b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Feb 11 13:05:34 2019 -0500

    14826: Fix copy and paste error
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/app/models/api_client_authorization.rb b/services/api/app/models/api_client_authorization.rb
index 800439248..38538cb4f 100644
--- a/services/api/app/models/api_client_authorization.rb
+++ b/services/api/app/models/api_client_authorization.rb
@@ -160,7 +160,7 @@ class ApiClientAuthorization < ArvadosModel
           ["/etc/ssl/certs/ca-certificates.crt",
            "/etc/pki/tls/certs/ca-bundle.crt"]
             .select { |ca_path| File.readable?(ca_path) }
-            .each { |ca_path| @api_client.ssl_config.add_trust_ca(ca_path) }
+            .each { |ca_path| clnt.ssl_config.add_trust_ca(ca_path) }
         end
         remote_user = SafeJSON.load(
           clnt.get_content('https://' + host + '/arvados/v1/users/current',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list