aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-14 04:11:39 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-14 04:11:39 +0300
commitf099b8367afc8d77cbb228f39a207f94ee8d71bf (patch)
tree1cd7292540d126777768263ad4c58032f672a6b9 /src/main/resources
parentac201e3b51e60c2be2519e2e1f923eb56a546e54 (diff)
Make default token not-valid-before/after values configurable.
Well, so far we don't allow to configure these values per-job, so these defaults should account for all jobs. Change-Id: I942dddb4edf2e555bc103904ba196f9df755960c
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
index da59162..137872f 100644
--- a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
@@ -7,6 +7,12 @@
<f:entry title="${%Secret key}" field="pubAPISecretKey">
<f:textbox/>
</f:entry>
+ <f:entry title="${%Default token 'not valid before' (mins)}" field="defaultNotBefore">
+ <f:textbox default="5" />
+ </f:entry>
+ <f:entry title="${%Default token 'not valid after' (mins)}" field="defaultNotAfter">
+ <f:textbox default="180" />
+ </f:entry>
</f:section>
</j:jelly>