[ARVADOS] updated: 1.2.0-47-g095e617dd

Git user git at public.curoverse.com
Fri Aug 31 16:28:03 EDT 2018


Summary of changes:
 lib/dispatchcloud/azure.go | 1 +
 1 file changed, 1 insertion(+)

       via  095e617ddb49c9e42637d037b2378aa4e1d52fb6 (commit)
      from  5b3935a024c9b7339fb53d731e5654fe7419ed92 (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 095e617ddb49c9e42637d037b2378aa4e1d52fb6
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Aug 31 16:27:08 2018 -0400

    13964: Forget the node token once the key fingerprint is known
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/lib/dispatchcloud/azure.go b/lib/dispatchcloud/azure.go
index 6cc4e9908..32b81321a 100644
--- a/lib/dispatchcloud/azure.go
+++ b/lib/dispatchcloud/azure.go
@@ -643,6 +643,7 @@ func (ai *AzureInstance) VerifyPublicKey(ctx context.Context, receivedKey ssh.Pu
 	}
 
 	tags["ssh-pubkey-fingerprint"] = sp[1]
+	delete(tags, "node-token")
 	ai.SetTags(ctx, tags)
 	return nil
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list