Closed
Description
Now that #354 is merged, the only way to initialize a client is using the full root metadata (please correct if I'm wrong here).
The repo.RootKeys implementation, which is documented to provide the metadata needed to initialize clients returns an array of public keys, which can no longer be used to initialize the client.
- Is it correct to now distribute the full
root.json
to clients? - Should
repo.RootKeys
be updated to return the full root metadata? (found docs: update the CLI usage documentation #322 mentioning this) - What should be done for clients that have already been distributed with the old style of root keys (just the keys, not the full metadata)?
Metadata
Metadata
Assignees
Labels
No labels