Skip to content

Commit 33dabfe

Browse files
committed
Update TUF section in developer documentation
Signed-off-by: Lukas Puehringer <[email protected]>
1 parent 5dd1e3b commit 33dabfe

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

docs/dev/development/getting-started.rst

+7-10
Original file line numberDiff line numberDiff line change
@@ -265,19 +265,16 @@ includes the TUF trust root for development and other configuration.
265265
By calling this API, RSTUF creates the TUF metadata repository, installs the
266266
TUF trust root for development, and creates the initial set of TUF metadata.
267267

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/
269272

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::
273274

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.
278277

279-
* RSTUF API: http://localhost:8001
280-
* TUF Metadata Repository: http://localhost:9001/tuf-metadata/
281278

282279

283280
Resetting the development database

0 commit comments

Comments
 (0)