You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Primary client directory structure building process fails when METADATA_FORMAT is changed to 'json' from 'der' in the uptane/init.py (tuf.conf.METADATA_FORMAT = 'json' )
Reading the documentation and source code, it seems like demo directory is expected to contain "pinned_primary_template.json" file, which does not exist.
When try to initialize the Primary client by using $ dp.clean_slate(), the following error message is displayed:
Unable to create Primary client directory structure. Does the Director Repo for the vehicle exist yet?
Expected Behavior
Both Primary and Secondary clients should be able to create the required directory structure.
Actual Behavior
Directory structure cannot be created on the Primary client.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem Summary
Primary client directory structure building process fails when METADATA_FORMAT is changed to 'json' from 'der' in the uptane/init.py (tuf.conf.METADATA_FORMAT = 'json' )
Reading the documentation and source code, it seems like demo directory is expected to contain "pinned_primary_template.json" file, which does not exist.
When try to initialize the Primary client by using $ dp.clean_slate(), the following error message is displayed:
Unable to create Primary client directory structure. Does the Director Repo for the vehicle exist yet?
Expected Behavior
Both Primary and Secondary clients should be able to create the required directory structure.
Actual Behavior
Directory structure cannot be created on the Primary client.
The text was updated successfully, but these errors were encountered: