-
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
feat(pollux): allocate revocation information when generating JWT credential #805
Closed
shotexa
wants to merge
19
commits into
epic/ATL-4095-revocation-for-jwt-creds
from
ATL-6134-issue-revocable-cred
Closed
feat(pollux): allocate revocation information when generating JWT credential #805
shotexa
wants to merge
19
commits into
epic/ATL-4095-revocation-for-jwt-creds
from
ATL-6134-issue-revocable-cred
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shotexa
requested review from
bvoiturier,
yshyn-iohk,
patlo-iog,
CryptoKnightIOG and
mineme0110
as code owners
December 5, 2023 10:17
Signed-off-by: Shota Jolbordi <[email protected]>
…#790) Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Kranium Gikos Mendoza <[email protected]> Co-authored-by: Kranium Gikos Mendoza <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
# [1.19.0](prism-agent-v1.18.0...prism-agent-v1.19.0) (2023-11-21) ### Bug Fixes * check for active RLS on db application user ([#775](#775)) ([a792f43](a792f43)) * enable keycloak with pre-configured agent in helm chart ([#791](#791)) ([9a6e512](9a6e512)) * explicitly define transitive dependencies that were unresolvable ([#790](#790)) ([0647829](0647829)) * **pollux:** V16 migration is failing to add FK constraint because of type mismatch ([#782](#782)) ([c87beb0](c87beb0)) * **prism-agent:** more descriptive error response for validateDID in issue flow ([#783](#783)) ([b99a737](b99a737)) * **prism-agent:** perform percent encoding on auth header for token introspection request ([#780](#780)) ([03d43c9](03d43c9)) ### Features * Accept goal and goalCode to create connection invitation ([#785](#785)) ([71c776b](71c776b)) * **docs:** ADR for revocation status list expansion strategy ([#773](#773)) ([7ad6427](7ad6427)) * Keycloak container support with clients and PermissionManagement service ([#755](#755)) ([a1846aa](a1846aa)) * **pollux:** Add migrations needed for JWT revocation ([#778](#778)) ([471956e](471956e)) * **prism-agent:** add multi-tenant wallet self-service capability ([#779](#779)) ([f2e74cd](f2e74cd)) Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Pete Vielhaber <[email protected]> Signed-off-by: patlo-iog <[email protected]> Co-authored-by: Pete Vielhaber <[email protected]> Co-authored-by: Yurii Shynbuiev - IOHK <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
#797) Signed-off-by: Benjamin Voiturier <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
… table (#798) Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
## [1.19.1](prism-agent-v1.19.0...prism-agent-v1.19.1) (2023-11-29) ### Bug Fixes * change admin auth priority and improve auth error message ([#800](#800)) ([32d4340](32d4340)) Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
…ed dependencies (#803) Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
…804) Signed-off-by: Milos Backonja <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
# [1.20.0](prism-agent-v1.19.1...prism-agent-v1.20.0) (2023-12-05) ### Features * add nodeAffinity, tolerations, and resources to k8s deployment ([#804](#804)) ([22407a3](22407a3)) Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa
force-pushed
the
ATL-6134-issue-revocable-cred
branch
from
December 5, 2023 10:18
1d54e3f
to
9842ca8
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
shotexa
changed the base branch from
main
to
epic/ATL-4095-revocation-for-jwt-creds
December 5, 2023 10:19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Fixes ATL-6134
Checklist
My PR contains...
My changes...
Documentation
Tests