Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Latest commit

 

History

History
1107 lines (786 loc) · 84.9 KB

CHANGELOG.md

File metadata and controls

1107 lines (786 loc) · 84.9 KB

1.0.0-develop.5 (2024-10-18)

Bug Fixes

Features

  • Helm charts for revocation service (badb46d)
  • intial revocation service added (c173bd4)
  • release workflow added for revocation-service (f70b345)
  • revoke API, revocation support in issue VC API, wallet-commons module for common classes (ec8bb00)
  • status list VC type set to StatusList2021 (4429211)
  • test coverage verification added at root gradle level and javadoc for miw-commons (6a7cff2)

1.0.0-develop.4 (2024-08-09)

  • feat(API)!: change API VC/VP default data format from Json to JWT (233ab68)

BREAKING CHANGES

  • All API endpoints that used Verifiable Credentials and -Presentations in JSON format per default are now working with the JWT format by default instead.

Signed-off-by: Dominik Pinsel [email protected]

1.0.0-develop.3 (2024-07-29)

Features

  • remove BaseController, change Principal to Authenticationand unit test cases added (15425be)
  • test cases added, file header updated and detail log added for security events (a4fa6cc)

1.0.0-develop.2 (2024-07-22)

Bug Fixes

  • updated spring boot and cloud version (010ecab)

1.0.0-develop.1 (2024-07-18)

  • feat(identity-trust)!: update IATP protocol (e3c5450)

BREAKING CHANGES

  • /api/presentations/iatp endpoint now accepts PresentationQueryMessage and returns PresentationResponseMessage objects.

Signed-off-by: Dominik Pinsel [email protected]

0.6.0-develop.1 (2024-07-18)

Bug Fixes

Features

  • added new fields in did document (8a17aec)

0.5.0 (2024-07-05)

Bug Fixes

Features

  • adapt request and wallet service (c911d33)
  • add api docs, option asJwt (9dc628b)
  • add domain objects needed by sts infrastructure (effb480)
  • add dto objects for sts infrastructure (103e7f2)
  • add exceptions for sts infrastructure (b4bb9b7)
  • add extra transaction (b694d19)
  • add ignoring version (1785080)
  • add JWT verification and extend tests (d83ce91)
  • add JWT verification and extend tests (5ae223d)
  • add logging of auth failures (ec60117)
  • add logic regarding jti info store and check (6809578)
  • add missing relationships to entities (56a48eb)
  • add service method, controller, config for scope matching (4feebd4)
  • add sts properties (018d9c0)
  • add token endpoint happy-path test (d6c30bf)
  • added body type to /token endpoint (6a67c92)
  • adding draft for integration test, refactoring (ce75056)
  • create initial class (061faa7)
  • create initial classes with validation (fc5db81)
  • extend 'miw.security' properties (e982919)
  • implement token endpoint (4227f3e)
  • improve filter, add exception handling (579a5ec)
  • Merge PR #252 (8cb132b)
  • Merge PR #255 (a0d9bdf)
  • move src/ to a dedicated sub-project (45ddd7b)
  • save dash.jar in the root project for easy re-use (98747c8)
  • support new algorithm (WIP) (9dd6f27)
  • upload miw jar to gh release (a7d6aa6)
  • use a spring validator for SecureTokenRequest (accc0d2)

0.5.0-develop.20 (2024-06-13)

Bug Fixes

0.5.0-develop.19 (2024-06-12)

Bug Fixes

  • .helmdocsignore is not at project root (a6ceba4)
  • new build location for upload action (b6a7656)
  • update helm-docs test action (99a1e91)

Features

  • move src/ to a dedicated sub-project (45ddd7b)
  • save dash.jar in the root project for easy re-use (98747c8)

0.5.0-develop.18 (2024-06-03)

Bug Fixes

0.5.0-develop.17 (2024-05-29)

Bug Fixes

  • api doc folder structure (ebd691a)

0.5.0-develop.16 (2024-05-28)

Bug Fixes

  • adjust api docs for 'api/token' endpoint (7190ed1)
  • fix openapi_v001.json (068462b)
  • fix openapi_v001.json (c30134e)
  • fix openapi_v001.json (1910e88)

0.5.0-develop.15 (2024-05-28)

Bug Fixes

0.5.0-develop.14 (2024-05-02)

Bug Fixes

0.5.0-develop.13 (2024-04-18)

Bug Fixes

Features

  • added body type to /token endpoint (6a67c92)

0.5.0-develop.12 (2024-03-25)

Bug Fixes

  • fix did creation in did document (c21f7af)

Features

  • adapt request and wallet service (c911d33)

0.5.0-develop.11 (2024-03-21)

Bug Fixes

  • add "y" parameter and remove unused imports (72b592c)
  • add WalletKey for ES256K algorithm to DidDocument (9eb3294)
  • fix ES256K signature (b33f8a6)
  • fix kid parameter (97437b4)

Features

  • add extra transaction (b694d19)
  • support new algorithm (WIP) (9dd6f27)

0.5.0-develop.10 (2024-03-08)

Features

  • upload miw jar to gh release (a7d6aa6)

0.5.0-develop.9 (2024-03-08)

Features

  • add logging of auth failures (ec60117)

0.5.0-develop.8 (2024-03-08)

Bug Fixes

  • possible caching vulnerability in action (eb2e38f)

0.5.0-develop.7 (2024-03-07)

Bug Fixes

  • fix bug with token re-wrapping (e047550)

Features

  • add logic regarding jti info store and check (6809578)

0.5.0-develop.6 (2024-03-01)

Features

  • add api docs, option asJwt (9dc628b)
  • add ignoring version (1785080)
  • add service method, controller, config for scope matching (4feebd4)
  • improve filter, add exception handling (579a5ec)

0.5.0-develop.5 (2024-02-27)

Bug Fixes

Features

  • add JWT verification and extend tests (d83ce91)
  • add JWT verification and extend tests (5ae223d)
  • adding draft for integration test, refactoring (ce75056)
  • create initial class (061faa7)
  • create initial classes with validation (fc5db81)
  • Merge PR #255 (a0d9bdf)

0.5.0-develop.4 (2024-02-23)

Bug Fixes

0.5.0-develop.3 (2024-02-23)

Bug Fixes

0.5.0-develop.2 (2024-02-22)

Bug Fixes

  • add missing JSON properties (5330f64)

Features

  • add domain objects needed by sts infrastructure (effb480)
  • add dto objects for sts infrastructure (103e7f2)
  • add exceptions for sts infrastructure (b4bb9b7)
  • add missing relationships to entities (56a48eb)
  • add sts properties (018d9c0)
  • add token endpoint happy-path test (d6c30bf)
  • extend 'miw.security' properties (e982919)
  • implement token endpoint (4227f3e)
  • use a spring validator for SecureTokenRequest (accc0d2)

0.5.0-develop.1 (2024-02-09)

Features

0.4.0 (2024-02-09)

Bug Fixes

  • add a comment to the expiryInstant (21ac648)
  • add if statement for creating VC (0092728)
  • ci: update node version to 20 (263e88b)
  • helm: minor fixes (49b5530)
  • helm: use correct value for psql dependency condition (d8bb09a)
  • helm: use correct value for psql dependency condition PR #177 (f880d9a)
  • helm: vc expiration date (e056108)
  • missing helm docs during semantic release PR #218 (afad988)
  • release: add missing author, committer emails (6d49d27)
  • release: missing helm-docs during semantic release (8f4d7f4)
  • release: use correct syntax for github actor (86976a6)
  • validation: credential signer must be equal issuer (12abe09)
  • wrong helm docs version in ci PR #219 (3f1ed66)
  • wrong helm-docs version in pipeline (f5ba466)

Features

  • add helm-docs cmd to semantic-release (ad46396)
  • add outputs to workflow environment (859b748)
  • adds VVP Flow to architecture section (32c5b9c)
  • chart: add extra volume/-mounts (0f6252f)
  • helm: add networkPolicy for miw (502b633)
  • helm: add pgadmin4 as dependency to the chart (6c68928)
  • helm: add pgadmin4 as dependency to the chart PR #208 (8c5c32f)
  • helm: allow networkPolicy to template values (acddcff)
  • helm: configure MIW Helm chart to use pgadmin4 subchart (fc2f211)
  • helm: configure MIW Helm chart to use pgadmin4 subchart PR #209 (8d18845)
  • merge release 0.3.0 from main (3305d2f)
  • upload helm chart asset to GitHub release (f7a1043)

0.4.0-develop.17 (2024-01-30)

Features

  • helm: allow networkPolicy to template values (acddcff)

0.4.0-develop.16 (2024-01-26)

Features

  • chart: add extra volume/-mounts (0f6252f)

0.4.0-develop.15 (2024-01-24)

Features

  • helm: add networkPolicy for miw (502b633)

0.4.0-develop.14 (2024-01-18)

Bug Fixes

  • helm: vc expiration date (e056108)

0.4.0-develop.13 (2024-01-18)

Bug Fixes

0.4.0-develop.12 (2024-01-17)

Bug Fixes

  • validation: credential signer must be equal issuer (12abe09)

0.4.0-develop.11 (2024-01-16)

Bug Fixes

  • add a comment to the expiryInstant (21ac648)
  • add if statement for creating VC (0092728)

0.4.0-develop.10 (2024-01-16)

Bug Fixes

  • ci: update node version to 20 (263e88b)

0.4.0-develop.9 (2024-01-10)

Bug Fixes

  • release: add missing author, committer emails (6d49d27)
  • release: use correct syntax for github actor (86976a6)

0.4.0-develop.8 (2024-01-10)

Features

  • add outputs to workflow environment (859b748)

0.4.0-develop.7 (2023-12-18)

Features

  • upload helm chart asset to GitHub release (f7a1043)

0.4.0-develop.6 (2023-12-15)

Bug Fixes

  • missing helm docs during semantic release PR #218 (afad988)
  • release: missing helm-docs during semantic release (8f4d7f4)
  • wrong helm docs version in ci PR #219 (3f1ed66)
  • wrong helm-docs version in pipeline (f5ba466)

Features

  • add helm-docs cmd to semantic-release (ad46396)

0.4.0-develop.5 (2023-12-15)

Features

  • adds VVP Flow to architecture section (32c5b9c)

0.4.0-develop.4 (2023-12-15)

Bug Fixes

  • helm: use correct value for psql dependency condition (d8bb09a)
  • helm: use correct value for psql dependency condition PR #177 (f880d9a)

0.4.0-develop.3 (2023-12-14)

Features

  • helm: configure MIW Helm chart to use pgadmin4 subchart (fc2f211)
  • helm: configure MIW Helm chart to use pgadmin4 subchart PR #209 (8d18845)

0.4.0-develop.2 (2023-12-13)

Features

  • helm: add pgadmin4 as dependency to the chart (6c68928)
  • helm: add pgadmin4 as dependency to the chart PR #208 (8c5c32f)

0.4.0-develop.1 (2023-12-11)

Features

  • merge release 0.3.0 from main (3305d2f)

0.3.0 (2023-12-07)

Bug Fixes

  • ci: separate workflow "Test application (test + coverage)" for PR and repo (6de785b)
  • dev: add file extension and refactor called method in gradle (6811a8b)
  • dev: add important notes to INSTALL.md (a7c1b71)
  • dev: adjust port to request against keycloak (4a3d317)
  • dev: small adjustment to INSTALL.md (59b6df4)
  • manually change the Helm chart version (1ad16ed)
  • method name from the cx-ssi-lib has been renamed (b46d084)
  • remove filter for org.eclipse packages (af9a9e5)

Features

  • add initContainers (#142) (7317800)
  • add tpl to miw ingress (#143) (c56d133)
  • dev: add pgAdmin to local dev env (#144) (d7f2bbe)
  • devel: make application port dynamic (parameter) (8816c89)
  • dev: update README.md and introduce INSTALL.md for usage (54b8d4a)
  • helm: Make liveness & readiness probes configurable (#99) (252eed1)
  • readme: add "usage" section [WIP] (6919b71)

0.3.0-develop.3 (2023-12-07)

Reverts

0.3.0-develop.2 (2023-12-07)

0.2.1 (2023-12-07)

Reverts

0.2.0-develop.11 (2023-12-06)

Bug Fixes

  • remove filter for org.eclipse packages (af9a9e5)

0.2.0-develop.10 (2023-12-05)

Bug Fixes

  • manually change the Helm chart version (1ad16ed)

0.2.0-develop.9 (2023-11-30)

Bug Fixes

  • method name from the cx-ssi-lib has been renamed (b46d084)

0.2.0-develop.8 (2023-11-28)

Bug Fixes

  • dev: add important notes to INSTALL.md (a7c1b71)
  • dev: adjust port to request against keycloak (4a3d317)
  • dev: small adjustment to INSTALL.md (59b6df4)

Features

  • devel: make application port dynamic (parameter) (8816c89)
  • dev: update README.md and introduce INSTALL.md for usage (54b8d4a)
  • readme: add "usage" section [WIP] (6919b71)

0.2.0-develop.7 (2023-11-23)

Features

0.2.0-develop.6 (2023-11-23)

Features

0.2.0-develop.5 (2023-11-22)

Features

  • helm: Make liveness & readiness probes configurable (#99) (252eed1)

0.2.0-develop.4 (2023-11-22)

Features

0.2.0-develop.3 (2023-11-22)

Bug Fixes

  • ci: separate workflow "Test application (test + coverage)" for PR and repo (6de785b)
  • dev: add file extension and refactor called method in gradle (6811a8b)

0.2.0 (2023-10-23)

Bug Fixes

  • CGD-468: Application starts with corrupted data in case of invalid AES key (c734946)
  • ci: helm chart release (c2bd166)
  • missing env variables in release workflow (#111) (0f99498)
  • rate limit during json-ld context loading (#100) (09d1f1a)
  • typo in Bearer (754b90a)
  • Typo in Bearer (#102) (3765c68)

Features

  • add Eclipse Copyright header to CHANGELOG.md.jinja (dd53533)
  • add GH Action workflow to test the app (incl. coverage) (1e16b04)
  • BPN validation added in issue dismantler VC (5a04a2e)
  • ci: semantic releases from develop branch (#87) (fda8ee6)
  • error msg updated (2b305d2)

0.2.0-develop.2 (2023-10-20)

Bug Fixes

0.2.0-develop.1 (2023-10-18)

Bug Fixes

  • CGD-468: Application starts with corrupted data in case of invalid AES key (c734946)
  • missing env variables in release workflow (#111) (0f99498)
  • rate limit during json-ld context loading (#100) (09d1f1a)
  • typo in Bearer (754b90a)
  • Typo in Bearer (#102) (3765c68)

Features

  • add Eclipse Copyright header to CHANGELOG.md.jinja (dd53533)
  • add GH Action workflow to test the app (incl. coverage) (1e16b04)
  • BPN validation added in issue dismantler VC (5a04a2e)
  • ci: semantic releases from develop branch (#87) (fda8ee6)
  • error msg updated (2b305d2)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[V0.1.1] - 2023-09-06

Known Knowns

  • By default the role "view_wallets" is exclusively foreseen for the issuer/authority. In case of an unintended assignment of this role to any technical user, those are able to see the list of existing wallets with the current code version. A suitable fix with a second validation step will be provided with the next update of MIW.

Security

  • update spring-boot to version 3.1.2, updating transitive dependency spring-security-core to 6.1.2 (by Boris Rizov)

Compare with managed-identity-wallet-0.1.0-rc.2

Features

  • adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' (by Mathias Knoop).

Bug Fixes

  • tests fail randomly because of KeyGenerator (by Boris Rizov).

Compare with managed-identity-wallet-1.1.0

Bug Fixes

  • remove out-of-date deployment workflow (by Sebastian Bezold).

Compare with first commit

Features

  • did document resolver component changes reverted (by Nitin Vavdiya).
  • add docker hub release workflow (by Peter Motzko).
  • add trigger on push (by Peter Motzko).
  • adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. (by Mathias Knoop).
  • ssi-lib version set to 15 (by Nitin Vavdiya).
  • removed endpoint from config file (by Ronak Thacker).
  • CGD-444: sql migration added (by Nitin Vavdiya).
  • CGD-444-add-random-key-reference-to-did (by Nitin Vavdiya).
  • validate issuer bpn while creating new wallet (by Ronak Thacker).
  • add --wait to helm install (by Peter Motzko).
  • add external chart repos (by Peter Motzko).
  • update Chart.lock (by Peter Motzko).
  • separate linting and testing and build temporary image to deploy on cluster (by Peter Motzko).
  • update deprecated code (by Peter Motzko).
  • enable manual trigger (by Peter Motzko).
  • encryption key is now always stored in secret (by Dominik Pinsel).
  • remove anchors from values.yaml (by Dominik Pinsel).
  • generate authority wallet DID out of BPN and host (by Dominik Pinsel).
  • set default log level (by Dominik Pinsel).
  • set default database encryption key to random value (by Dominik Pinsel).
  • set vc expiry date default to end of year (by Dominik Pinsel).
  • make chart standalone runnable (by Dominik Pinsel).
  • CGD-204: changes related to did document resolver in ssi-lib (by Nitin Vavdiya).
  • add healthcheck for use with docker, compose or swarm (by Peter Motzko).
  • add documentation for env / secret variables (by Peter Motzko).
  • adds overview of roles associated with available endpoints (by Mathias Knoop).
  • add documentation for new content and adjust the old one (by Peter Motzko).
  • add additional unittests (by Peter Motzko).
  • add internal / external postgresql switch (by Peter Motzko).
  • adds overview of the required roles per endpoint (by Mathias Knoop).
  • add task for generating CHANGELOG.md file (by Peter Motzko).
  • add GH Action for DAST scanning (by Peter Motzko).
  • update Helm chart Readme and corresponding Readme-template (by Peter Motzko).
  • update Helm chart description (by Peter Motzko).
  • add helm-docs documentation (by Peter Motzko).
  • remove predefined annotation for ingress (by Peter Motzko).
  • add one more folder depth to helm unittest in Taskfile (by Peter Motzko).
  • add helm values for local deployment (by Peter Motzko).
  • add simple backup of database to a PV (by Peter Motzko).
  • updated swagger doc (by Ronak Thacker).
  • updated swagger doc response sample and env file (by Ronak Thacker).
  • add tests for env and secrets in values (by Peter Motzko).
  • swagger doc request example updated (by Ronak Thacker).
  • test case added for VC expiry check while VP validate as JWT (by Ronak Thacker).
  • added end user documentation (by Ronak Thacker).
  • added administrator documentation (by Ronak Thacker).
  • adjust trivy GH Action (by Peter Motzko).
  • remove manual trigger from veracode.yaml (by Peter Motzko).
  • update KICS.yaml to fit current application (by Peter Motzko).
  • update README.md by using current helm-docs template (by Peter Motzko).
  • add Helm chart Readme template for helm-docs (by Peter Motzko).
  • update chart description and add homepage link and keywords (by Peter Motzko).
  • check expiry of VC while VP validate support added and test cases updated (by Ronak Thacker).
  • updated context url of did document and test case (by Ronak Thacker).
  • Extend Mac user information (by Peter Motzko).
  • CGD-347: manage log level at runtime (by Nitin Vavdiya).
  • Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) (by Peter Motzko).
  • Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist (by Peter Motzko).
  • CGD-368: Check expiry date of VC during validation (by Nitin Vavdiya).
  • replace check for "docker compose" plugin (by Peter Motzko).
  • remove docker compose selection -> fixed to new V2 version (by Peter Motzko).
  • mark important content in README.md (by Peter Motzko).
  • document COMPOSE_COMMAND env (by Peter Motzko).
  • use COMPOSE_COMMAND env from env.* to execute the available docker compose binary (by Peter Motzko).
  • add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary (by Peter Motzko).
  • run Helm unittests (by Peter Motzko).
  • suppress task header in output (by Peter Motzko).
  • add missing tasks and rename working dir (by Peter Motzko).
  • show install link provided as parameter (by Peter Motzko).
  • add default labels to secret (by Peter Motzko).
  • add tests for dev stage and put tests in subfolder for each stage (by Peter Motzko).
  • put Helm chart unittests in subfolder for each stage (by Peter Motzko).
  • update readme (by Peter Motzko).
  • add tasks for test-report and coverage (by Peter Motzko).
  • add task to check, if helm-docs is installed (by Peter Motzko).
  • add task to rebuild Helm chart readme (by Peter Motzko).
  • Update readme (by Peter Motzko).
  • swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated (by Ronak Thacker).
  • make Taskfile app namespace OS specific (by Peter Motzko).
  • add environment type switch (by Peter Motzko).
  • update .gitignore (by Peter Motzko).
  • moved to dev-assets folder (by Peter Motzko).
  • add realm for local dev config (by Peter Motzko).
  • env-files move to dev folder (by Peter Motzko).
  • script to obtain an authority token from keycloak (by Peter Motzko).
  • rename tasks and point to new dev-env (by Peter Motzko).
  • add new dev environment (by Peter Motzko).
  • split tasks to own namespaces (by Peter Motzko).
  • increment appVersion to 3.3.3.b420443 as an attempt (by Mathias Knoop).
  • increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' (by Mathias Knoop).
  • json web signature and key generation from lib (by Nitin Vavdiya).
  • fallthrough in check-prerequisites task (by Peter Motzko).
  • authenticate using client_id and claint_secret added in swagger UI (by Nitin Vavdiya).
  • add Helm unittests for default values (by Peter Motzko).
  • remove "dash" from template (by Peter Motzko).
  • add eclipse copyright header everywhere (by Peter Motzko).
  • adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. (by Mathias Knoop).
  • add more cleanup commands (by Peter Motzko).
  • include checks and new "local.env" + add check-prerequisites task (by Peter Motzko).
  • rename tasks in Taskfile (by Peter Motzko).
  • add "local.dev" to .gitignore (by Peter Motzko).
  • adds (initially) a Postman-collection for testing MIW on stage 'dev'. (by Mathias Knoop).
  • add securityContext (primary same user/group id as docker image) (by Peter Motzko).
  • use user/group id > 10000 and rename "user" to "miw" (by Peter Motzko).
  • back to default values formatting (with accurate values) (by Peter Motzko).
  • summary VC context URL updated (by Nitin Vavdiya).
  • json web signature 2020 support added for did document, vc and vp (by Ronak Thacker).
  • add and adjust authority user's BPN and DID:WEB (by Mathias Knoop).
  • json web signature 2020 support WIP (by Ronak Thacker).
  • set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' (by Mathias Knoop).
  • updated vc type (by Ronak Thacker).
  • adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' (by Mathias Knoop).
  • Holder identifier added in framework VC subject (by Nitin Vavdiya).
  • framework VC name changes and test case changes (by Nitin Vavdiya).
  • adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. (by Mathias Knoop).
  • add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. (by Mathias Knoop).
  • validation added in issue VC api for summary VC (by Nitin Vavdiya).
  • change in create VP API, type and name removed from summary VC (by Nitin Vavdiya).
  • revert renaming and postpone that for later. (by Mathias Knoop).
  • add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. (by Mathias Knoop).
  • rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. (by Mathias Knoop).
  • updated create wallet api (by Ronak Thacker).
  • updated store credential api (by Ronak Thacker).
  • summery VC flow after holder delete summary VC (by Nitin Vavdiya).
  • Paggination support added in list VC API (by Nitin Vavdiya).
  • summary credential test cases added (by Ronak Thacker).
  • Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow (by Nitin Vavdiya).
  • updated issuer credential api and test cases as per new api spec (by Ronak Thacker).
  • Issuer get credential API testcases, test case modification for self_issued and is_stored (by Nitin Vavdiya).
  • Testcase modification as per new API specification (by Nitin Vavdiya).
  • delete credential api and test cases added (by Ronak Thacker).
  • API changes as per new API specification(separate apis for holder and issuer wallet) (by Nitin Vavdiya).
  • validate VP and validate VC test cases updated with mock (by Nitin Vavdiya).
  • validate VP as jwt API, enforce https while did resolve in config, changes according to new lib (by Nitin Vavdiya).
  • update lib method to resolved vc/vp validate (by Ronak Thacker).
  • updated credential get api (by Ronak Thacker).
  • token support added in swagger (by Nitin Vavdiya).
  • test case of validate vc wip (by Ronak Thacker).
  • credential get api type filter support added (by Ronak Thacker).
  • shorten enc_key to 32 bytes (by Peter Motzko).
  • extend application name (by Peter Motzko).
  • add authority_wallet_did env (by Peter Motzko).
  • WIP: add more stuff to Taskfile (by Peter Motzko).
  • set ingress host type to "ImplementationSpecific" (by Peter Motzko).
  • add classname annotation to ingress (by Peter Motzko).
  • add init script to setup initial database (by Peter Motzko).
  • read me file chamges, sample reponse added (by Nitin Vavdiya).
  • set default values for dev environment in ArgoCD (by Peter Motzko).
  • set default values for image tag and ingress className (by Peter Motzko).
  • comment out default values (by Peter Motzko).
  • comment out unused config (by Peter Motzko).
  • add full release name to ingress secret name (by Peter Motzko).
  • readm changes and gradle fix (by Nitin Vavdiya).
  • update ditignore and dev.env added (by Nitin Vavdiya).
  • readme added, validate VP wip (by Nitin Vavdiya).
  • issue credential api test case added (by Ronak Thacker).
  • add values for dev stage (WIP) (by Peter Motzko).
  • remove unused secrets (by Peter Motzko).
  • add container env (plain and from secret) (by Peter Motzko).
  • add container env and DB secrets (by Peter Motzko).
  • adjust to current setup (by Peter Motzko).
  • rename miw service GH repo (by Peter Motzko).
  • adjust Dockerfile to current setup (by Peter Motzko).
  • change default name of miw-app artifact (by Peter Motzko).
  • add local miw-app image to docker-compose (by Peter Motzko).
  • credentials validation api wip (by Ronak Thacker).
  • reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id (by Nitin Vavdiya).
  • caller BPN security added and test case modification for the same (by Nitin Vavdiya).
  • remove acapy vars from .env.example (by Peter Motzko).
  • change active Helm chart (by Peter Motzko).
  • remove old acapy actions (by Peter Motzko).
  • switch to new Helm chart "charts/managed-identity-wallet" (by Peter Motzko).
  • add new helm chart "managed-identity-wallet" (WIP) (by Peter Motzko).
  • added test cases for getCredentials api (by Ronak Thacker).
  • code changes to create DidDocument (by Nitin Vavdiya).
  • authority wallet did in env (by Nitin Vavdiya).
  • presenation API WIP, code refactor (by Nitin Vavdiya).
  • Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API (by Nitin Vavdiya).
  • bpnCredential added in wallet creation (by Ronak Thacker).
  • Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config (by Nitin Vavdiya).
  • test cases added for issueMembershipCredential api (by Ronak Thacker).
  • membership credentials api added (by Ronak Thacker).
  • ssi lib v4 added, autority wallet config added (by Nitin Vavdiya).
  • Store credential API with test case, Validate test case (by Nitin Vavdiya).
  • credential list api added (by Ronak Thacker).
  • Store credntial API, testcase mofitication based on DidDocument Java POJO (by Nitin Vavdiya).
  • ssi:lib version updated (by Ronak Thacker).
  • Spring security added with keycloak, Swagger added, Testcases modification based on spring security (by Nitin Vavdiya).
  • Resolve the DID document for a given DID or BPN api added (by Ronak Thacker).
  • disable authorization check, because of potential bug (to be investigated) (by Peter Motzko).
  • add console logger to db init transaction (commented out, but useful for debugging) (by Peter Motzko).
  • adjust naming to snake_case and add suffixes (by Peter Motzko).
  • Bump Keycloak version of docker-compose to 21.1 and update env file (by Peter Motzko).
  • Add first helm unittest draft for Deployment resource (by Peter Motzko).
  • Introduce Taskfile (by Peter Motzko).
  • Replace old custom Dockerfile with official postgres image (by Peter Motzko).
  • Remove obsolete stuff (by Peter Motzko).

Bug Fixes

  • update README.md and remove duplicate variable (by Peter Motzko).
  • adjust test (by Peter Motzko).
  • use user/group 11111 instead of 1001/0 (by Peter Motzko).
  • typo (by Peter Motzko).
  • skip app tests (by Peter Motzko).
  • add GITHUB_TOKEN variable before app build (by Peter Motzko).
  • install java 17 (by Peter Motzko).
  • build miw app (by Peter Motzko).
  • install Taskfile (by Peter Motzko).
  • quote python version (by Peter Motzko).
  • add missing "quote" function and adjust tests (by Peter Motzko).
  • fix suggested issues from PR (by Peter Motzko).
  • update image repo (by Peter Motzko).
  • remove trailing space (by Peter Motzko).
  • add space (typo) (by Peter Motzko).
  • remove duplicate env var (by Peter Motzko).
  • removed recret from code (by Ronak Thacker).
  • add empty object (by Peter Motzko).
  • validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs (by Nitin Vavdiya).
  • Veracode finding for CVE-2023-24998 (by Nitin Vavdiya).
  • test cases (by Nitin Vavdiya).
  • veracode log issue (by Nitin Vavdiya).
  • veracode log realted issue fix (by Nitin Vavdiya).
  • veracode issues: Spring boot and other lib version update (by Nitin Vavdiya).
  • fix test values for helm test in GH Actions (by Peter Motzko).
  • adjust gradle build command and remove unused code (by Peter Motzko).
  • missing add repo step from chart-releaser workflow (by Gábor Almádi).
  • conflict resolved (by Nitin Vavdiya).
  • replace docker_compose env var with real command (by Peter Motzko).
  • split into two lines (by Peter Motzko).
  • add missing "sudo" (by Peter Motzko).
  • move information about docker for macos upwards (by Peter Motzko).
  • add empty line at the bottom for Helm lint testing (by Peter Motzko).
  • use jdk 17 instead of jdk 18 and remove the EXPOSE statement (by Peter Motzko).
  • add install links to check-tools.yaml (by Peter Motzko).
  • move APPLICATION_PORT env var outside if condition (by Peter Motzko).
  • CGD-288 and code refactor (by Nitin Vavdiya).
  • use "localhost" instead docker container name (by Peter Motzko).
  • attempt to deploy recent code (by Mathias Knoop).
  • adjust git history for Peter Motzko, [email protected] (by Mathias Knoop).
  • remove quotes (by Peter Motzko).
  • quote numbers (by Peter Motzko).
  • adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. (by Mathias Knoop).
  • adjust values to enable sync again. (by Mathias Knoop).
  • adjust values for timeouts and resources for 'liveness' and 'readiness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too. (by Mathias Knoop).
  • CGD-238: BPN from access_token ignore case (by Nitin Vavdiya).
  • changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. (by Mathias Knoop).
  • remove token (already revoked) (by Peter Motzko).
  • remove double className (by Peter Motzko).
  • remove last slash (by Peter Motzko).
  • set ingress host path to "/" (by Peter Motzko).
  • bind APPLICATION_PORT to 8080 (by Peter Motzko).
  • add random generated encryption_key (by Peter Motzko).
  • typo in db_host (by Peter Motzko).
  • wrong data type in secret (by Peter Motzko).
  • add correct service for postgresql db (by Peter Motzko).
  • use lowercase letters for repository name (by Peter Motzko).
  • default port for postgresDB (by Peter Motzko).

Code Refactoring

  • adjust values according to latest changes (by Peter Motzko).
  • reorder postgres config and envs in deployment (by Peter Motzko).
  • CGD-401 and CGD-399: logs added, xss protection added, removed secret from config file (by Nitin Vavdiya).
  • rename tests suites (by Peter Motzko).
  • move test template definition out to root (by Peter Motzko).
  • remove manual trigger (by Peter Motzko).
  • remove old MIW Helm chart (by Peter Motzko).
  • use custom values.yaml (instead of values-dev.yaml) for testing and add more tests (by Peter Motzko).
  • remove env.environment due to set env order of Taskfile (by Peter Motzko).
  • reorder variables (by Peter Motzko).
  • add missing task to linux tasks (by Peter Motzko).
  • spilt tasks after os in folders (by Peter Motzko).
  • move get_token.sh to scripts folder (by Peter Motzko).
  • rename paths (by Peter Motzko).
  • auth method removed, company name removed from sample data (by Nitin Vavdiya).
  • allowedVehicleBrands optional while issue Dismantler VC (by Nitin Vavdiya).
  • refactor Taskfile (by Peter Motzko).
  • variable name change and minor refactor (by Nitin Vavdiya).