From de7812558edf1604653bb4a388ff4aaab652cc4e Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Tue, 21 Aug 2018 08:10:18 +0200 Subject: [PATCH] chore: update nbf for web token signature --- conf/default.yaml | 1 + conf/docker.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/default.yaml b/conf/default.yaml index b3723f6a6..782a03f6c 100644 --- a/conf/default.yaml +++ b/conf/default.yaml @@ -32,6 +32,7 @@ security: web: sign: expiresIn: 7d + notBefore: 1 # a list of other known repositories we can talk to uplinks: diff --git a/conf/docker.yaml b/conf/docker.yaml index 58bd434f2..82e4acba7 100644 --- a/conf/docker.yaml +++ b/conf/docker.yaml @@ -36,6 +36,7 @@ security: web: sign: expiresIn: 7d + notBefore: 1 # a list of other known repositories we can talk to uplinks: