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
We currently support only a JSON-compatible metadata format.
Current behavior:
Only JSON-compatible metadata is supported
Expected behavior:
ASN.1 metadata files are supported including decoding, encoding, signing over, verifying signatures over
It may be worth considering making the metadata format abstract enough that integrators could easily implement their own metadata format, in a similar fashion to the StorageBackendInterface support.
The text was updated successfully, but these errors were encountered:
(NOTE: this issue copied from docs/ROADMAP.md)
Description of issue or feature request:
We currently support only a JSON-compatible metadata format.
Current behavior:
Only JSON-compatible metadata is supported
Expected behavior:
ASN.1 metadata files are supported including decoding, encoding, signing over, verifying signatures over
It may be worth considering making the metadata format abstract enough that integrators could easily implement their own metadata format, in a similar fashion to the
StorageBackendInterface
support.The text was updated successfully, but these errors were encountered: