[ARVADOS] updated: 5784c9a32528a7795181a837660f7f21a7393cce
Git user
git at public.curoverse.com
Thu Apr 21 09:53:13 EDT 2016
Summary of changes:
sdk/go/keepclient/perms_test.go | 2 +-
services/keepstore/keepstore.go | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
via 5784c9a32528a7795181a837660f7f21a7393cce (commit)
from 4d9ece42c8482948e4eca9f587cdb36f62a00e2b (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 5784c9a32528a7795181a837660f7f21a7393cce
Author: radhika <radhika at curoverse.com>
Date: Thu Apr 21 09:52:50 2016 -0400
8936: update comment on keepstore and go fmt
diff --git a/sdk/go/keepclient/perms_test.go b/sdk/go/keepclient/perms_test.go
index a566e0e..8670f2b 100644
--- a/sdk/go/keepclient/perms_test.go
+++ b/sdk/go/keepclient/perms_test.go
@@ -20,7 +20,7 @@ const (
knownTimestamp = "7fffffff"
knownSigHint = "+A" + knownSignature + "@" + knownTimestamp
knownSignedLocator = knownLocator + knownSigHint
- blobSignatureTTL = time.Second
+ blobSignatureTTL = time.Second
)
func TestSignLocator(t *testing.T) {
diff --git a/services/keepstore/keepstore.go b/services/keepstore/keepstore.go
index cf15dff..b3cc234 100644
--- a/services/keepstore/keepstore.go
+++ b/services/keepstore/keepstore.go
@@ -189,8 +189,7 @@ func main() {
&permissionTTLSec,
"blob-signature-ttl",
int(time.Duration(2*7*24*time.Hour).Seconds()),
- "Lifetime of blob permission signatures. This will become a part of the signing key, "+
- "and will cause clients to retry or fail if changed while they are in progress. "+
+ "Lifetime of blob permission signatures. Modifying the ttl will invalidate all existing signatures"+
"See services/api/config/application.default.yml.")
flag.BoolVar(
&flagSerializeIO,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list