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
Trili requires Signatory API authorization. Instead of using the "authorized_keys" scheme from Octez, we will implement standard JWT authentication. Initially, keys will be stored in the Signatory YAML config, with the possibility of adding KMS storage later if requested.
Key features:
Operators can configure multiple keys for individual end users.
Optional key expiry for easier rotation.
Operators can bind specific keys to specific PKHs in the configuration.
Trili requires Signatory API authorization. Instead of using the "authorized_keys" scheme from Octez, we will implement standard JWT authentication. Initially, keys will be stored in the Signatory YAML config, with the possibility of adding KMS storage later if requested.
Key features:
Related issues; #246, #199, #351, #352
The text was updated successfully, but these errors were encountered: