File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -265,19 +265,16 @@ includes the TUF trust root for development and other configuration.
265
265
By calling this API, RSTUF creates the TUF metadata repository, installs the
266
266
TUF trust root for development, and creates the initial set of TUF metadata.
267
267
268
- .. note ::
268
+ Once this process is finished, TUF metadata will update automatically whenever
269
+ distribution files are uploaded, yanked or removed. To disable this behavior,
270
+ you can set the ``TUF_ENABLED `` environment variable to false. TUF metadata
271
+ is hosted at: http://localhost:9001/tuf-metadata/
269
272
270
- The RSTUF API is exposed only for development purposes and will not be
271
- available in production. Currently, no upload hooks or automatic metadata
272
- update tasks are configured to interact with RSTUF.
273
+ .. note ::
273
274
274
- Take a look at the `RSTUF API documentation
275
- <https://repository-service-tuf.readthedocs.io/en/stable/guide/general/usage.html#adding-artifacts> `_
276
- to see how you can simulate artifact upload or removal, and how they affect
277
- the TUF metadata repository:
275
+ RSTUF and automated TUF metadata updates are currently only available in the
276
+ Warehouse development environment.
278
277
279
- * RSTUF API: http://localhost:8001
280
- * TUF Metadata Repository: http://localhost:9001/tuf-metadata/
281
278
282
279
283
280
Resetting the development database
You can’t perform that action at this time.
0 commit comments