File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ For example::
209
209
{
210
210
"url": "http://mdq.ukfederation.org.uk/",
211
211
"cert": "ukfederation-mdq.pem",
212
+ "freshness_period": "P0Y0M0DT2H0M0S",
212
213
},
213
214
],
214
215
},
@@ -221,6 +222,14 @@ metadata signing certificates should be used. These public keys must be
221
222
acquired by some secure out-of-band method before being placed on the local
222
223
file system.
223
224
225
+ When using MDQ, the `freshness_period ` option can be set to define
226
+ a period for which the metadata fetched from the the MDQ server are considered
227
+ fresh. After that period has passed the metadata are not valid anymore and must
228
+ be fetched again. The period must be in the format defined in `iso 8601 <https://www.iso.org/iso-8601-date-and-time-format.html >`_.
229
+
230
+ By default, if `freshness_period ` is not defined, the metadata are fetched
231
+ only the first time they are requested and never refreshed.
232
+
224
233
organization
225
234
^^^^^^^^^^^^
226
235
You can’t perform that action at this time.
0 commit comments