Fergal
Fergal
### Feature request description/rationale In controlled deployments of KERI for particular use cases, it can be easier to bootstrap agents with schemas. (e.g. all the signify tests use the vLEI...
_Requires a new KERIA dev release before merging._ Allows signify controller to sign and submit a `/loc/scheme` reply message to authorise an endpoint it controls. Generally the signing hab is...
This will require a new dev release after https://github.com/WebOfTrust/keria/pull/351 is merged, but locally all the integration tests pass. HTTP requests between Signify and KERIA are now wrapped/tunneled in ESSR (encrypted...
### Version Latest main on KERIA + Signify-TS [KERIA: 6ad36d5e171c599b078624c9ed4cd1c54e3c1b4a / Almost latest: 1e451d1c91e6f50edb57e2f4f41ca8b55755dac4 ] ### Environment M3, Python 3.12.2 ### Expected behavior KERIA should use the correct keys to...
### Version Latest main ### Environment _No response_ ### Expected behavior I've removed 2 unnecessary `Accept: "application/json+cesr"` calls from Signify-TS in this PR: https://github.com/WebOfTrust/signify-ts/pull/313 There's still one endpoint which needs...
### Version 0.2.0-dev6 ### Environment _No response_ ### Expected behavior I'm not really sure, maybe a discussion point. Do we delete all "linked" credentials (below that point in the graph),...
This PR adds an alternative mechanism to authenticate with the KERIA API from a Signify client, and leaves the current RFC-9421 signed headers in place too. Beyond confidentiality, it also...
### Feature request description/rationale The parser in keripy can parse and store ESSR payloads. Looking at `test_essrs` in keripy, an exn message containing the digest of a group of ESSR...
### Feature request description/rationale `KERI_AGENT_CORS` allows CORS for any Signify clients running in browser or WebView environments. So far there's no real need to be strict on CORS, at least...
### Version Latest main ### Environment _No response_ ### Expected behavior When renaming an identifier, if the new name already exists for another identifier the update should be rejected. ###...