-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(prism-agent): check issuing DID validity when creating a VC offer #740
fix(prism-agent): check issuing DID validity when creating a VC offer #740
Conversation
...agent/service/server/src/main/scala/io/iohk/atala/issue/controller/IssueControllerImpl.scala
Show resolved
Hide resolved
Good job, @bvoiturier! Don't forget about DCO (it's now required) |
Something to note, the e2e tests has green check, but not all the tests pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…known by the agent and not deactivated Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Milos Backonja <[email protected]> Signed-off-by: Benjamin Voiturier <[email protected]>
## [1.16.4](prism-agent-v1.16.3...prism-agent-v1.16.4) (2023-09-29) ### Bug Fixes * Integration flow ATL-5777 ([#738](#738)) ([7cf927c](7cf927c)) Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
… failure in REST endpoint response Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Benjamin Voiturier <[email protected]>
…tion endpoints response Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
e775faa
to
396100a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ated-did-on-vc-offer-creation
Signed-off-by: Benjamin Voiturier <[email protected]>
…r + return 'metaRetries' (#740) Signed-off-by: Benjamin Voiturier <[email protected]> Signed-off-by: Milos Backonja <[email protected]> Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Pat Losoponkul <[email protected]> Co-authored-by: Milos Backonja <[email protected]> Co-authored-by: atala-dev <[email protected]> Co-authored-by: patlo-iog <[email protected]>
…r + return 'metaRetries' (#740) Signed-off-by: Benjamin Voiturier <[email protected]> Signed-off-by: Milos Backonja <[email protected]> Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Pat Losoponkul <[email protected]> Co-authored-by: Milos Backonja <[email protected]> Co-authored-by: atala-dev <[email protected]> Co-authored-by: patlo-iog <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
# [1.17.0](prism-agent-v1.16.4...prism-agent-v1.17.0) (2023-10-14) ### Bug Fixes * change repository and name for rest api clients ([#745](#745)) ([0f84e28](0f84e28)) * improve performance for background jobs in multitenancy mode ([#749](#749)) ([17def3f](17def3f)) * **prism-agent:** agent should read DIDComm port from config ([#757](#757)) ([cda908c](cda908c)) * **prism-agent:** configure APISIX to return CORS headers from Prism Agent endpoints ([#746](#746)) ([a579aa9](a579aa9)) * **prism-agent:** fix docker env variables interpolation issue ([#751](#751)) ([110eb2d](110eb2d)) * **prism-agent:** return relevant errors on offer creation ([#754](#754)) ([d36533f](d36533f)) * prohibit tenants to use equal or revoked api keys ([#742](#742)) ([4b10c3a](4b10c3a)) * upgrade vault and quill versions ([#739](#739)) ([c140857](c140857)) ### Features * **prism-agent:** check issuing DID validity when creating a VC offer + return 'metaRetries' ([#740](#740)) ([f2e2fd3](f2e2fd3)) * **prism-agent:** implement AnonCreds issuance flow ([#693](#693)) ([9165a6f](9165a6f)) Signed-off-by: Anton Baliasnikov <[email protected]>
Overview
Fixes ATL-4241
Fixes ATL-5573
Checklist
My PR contains...
My changes...
Documentation
Tests