[ARVADOS] updated: 1.1.3-336-gff353df

Git user git at public.curoverse.com
Thu Apr 5 16:00:42 EDT 2018


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

       via  ff353df24233b40612eb228a8024ea30902397e9 (commit)
      from  c4bd314ff8fe1cab2283cca9e09de55706da9606 (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 ff353df24233b40612eb228a8024ea30902397e9
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Thu Apr 5 16:00:31 2018 -0400

    Fix comment.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/services/api/script/get_anonymous_user_token.rb b/services/api/script/get_anonymous_user_token.rb
index 96619ef..93c8318 100755
--- a/services/api/script/get_anonymous_user_token.rb
+++ b/services/api/script/get_anonymous_user_token.rb
@@ -30,7 +30,7 @@ act_as_system_user
 
 def create_api_client_auth(supplied_token=nil)
 
-  # If token is supplied, verify that it indeed is a superuser token
+  # If token is supplied, see if it exists
   if supplied_token
     api_client_auth = ApiClientAuthorization.
       where(api_token: supplied_token).

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list