From 287b61d12cabf7e2a39f60e1f49d9baaa8401e8c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 10:24:18 +0000 Subject: [PATCH 01/13] chore(release): 0.2.0 [skip ci] # [0.2.0](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.1.1...v0.2.0) (2023-10-23) ### Bug Fixes * CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) * **ci:** helm chart release ([c2bd166](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) * missing env variables in release workflow ([#111](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) * rate limit during json-ld context loading ([#100](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) * typo in Bearer ([754b90a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) * Typo in Bearer ([#102](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) ### Features * add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) * add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) * BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) * **ci:** semantic releases from develop branch ([#87](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) * error msg updated ([2b305d2](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) --- CHANGELOG.md | 21 +++++++++++++++++++++ charts/managed-identity-wallet/Chart.yaml | 4 ++-- gradle.properties | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7085041b..2117fa570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.2.0](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.1.1...v0.2.0) (2023-10-23) + + +### Bug Fixes + +* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) +* **ci:** helm chart release ([c2bd166](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) +* missing env variables in release workflow ([#111](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) +* rate limit during json-ld context loading ([#100](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) +* typo in Bearer ([754b90a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) +* Typo in Bearer ([#102](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) + + +### Features + +* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) +* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) +* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) +* **ci:** semantic releases from develop branch ([#87](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) +* error msg updated ([2b305d2](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) + # [0.2.0-develop.2](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.1...v0.2.0-develop.2) (2023-10-20) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 98a1e45b1..291132cea 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0-develop.2 -appVersion: 0.2.0-develop.2 +version: 0.2.0 +appVersion: 0.2.0 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 43f4d0593..0bb2f6277 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.2 +applicationVersion=0.2.0 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From a07d3ce4c7f3e960016eb99cd2d58b0b3f8e181f Mon Sep 17 00:00:00 2001 From: pablosec Date: Wed, 22 Nov 2023 12:00:04 +0100 Subject: [PATCH 02/13] chore: update SECURITY.md Make SECURITY.md reflect current example of TRG 7.01 pointing to the GitHub Security Tab instead of Eclipse --- SECURITY.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7d8fced73..bd15e824c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,17 @@ -# Security Policy - ## Reporting a Vulnerability -Please report a found vulnerability here: -[https://www.eclipse.org/security/](https://www.eclipse.org/security/) \ No newline at end of file +Please do **not** report security vulnerabilities through public GitHub issues. + +Please report vulnerabilities to this repository via **GitHub security advisories** instead. + +How? Inside affected repository → security tab + +For contributors: +→ Report a vulnerability + +For committers: +→ Advisories → New draft security advisory + +In severe cases, you can also report a found vulnerability via mail or eclipse issue here: https://www.eclipse.org/security/ + +See [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/projects/handbook/#vulnerability) \ No newline at end of file From 252eed1b15289740ba953861076de86ddc99fe4a Mon Sep 17 00:00:00 2001 From: "Florian Rusch (ZF Friedrichshafen AG)" Date: Wed, 22 Nov 2023 15:42:26 +0100 Subject: [PATCH 03/13] feat(helm): Make liveness & readiness probes configurable (#99) * feat(helm): Make liveness & readiness probes configurable * Add possibility to disable probes * Update chart README.md * add examples to ingress config * Bump chart version * Update README.md * Add workflow step for checking chart readme changed * Fix readme generation * Add some names to the worflow steps * Rename workflow * Update chart README.md --- ...t-lint-test.yml => chart-verification.yml} | 29 +++++++++++++++-- charts/managed-identity-wallet/README.md | 27 +++++++++++++--- .../managed-identity-wallet/README.md.gotmpl | 3 +- .../templates/deployment.yaml | 27 ++++++++++------ charts/managed-identity-wallet/values.yaml | 32 +++++++++++++++++++ 5 files changed, 99 insertions(+), 19 deletions(-) rename .github/workflows/{chart-lint-test.yml => chart-verification.yml} (84%) diff --git a/.github/workflows/chart-lint-test.yml b/.github/workflows/chart-verification.yml similarity index 84% rename from .github/workflows/chart-lint-test.yml rename to .github/workflows/chart-verification.yml index 620586d1f..5c70c1553 100644 --- a/.github/workflows/chart-lint-test.yml +++ b/.github/workflows/chart-verification.yml @@ -17,7 +17,7 @@ # * SPDX-License-Identifier: Apache-2.0 # ********************************************************************************/ -name: Lint and Test Charts +name: Verify and Test Helm Chart on: workflow_dispatch: @@ -44,7 +44,7 @@ jobs: - name: Add bitnami repo run: | - helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update - name: Update Helm dependencies @@ -63,6 +63,29 @@ jobs: - name: Run linting run: ct lint --config charts/chart-testing-config.yaml --charts ./charts/managed-identity-wallet + verify-helm-docs: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Run helm docs command + uses: addnab/docker-run-action@v3 + with: + image: jnorwood/helm-docs:v1.11.3 + options: -v ${{ github.workspace }}/charts:/helm-docs + run: helm-docs + + - name: Verify that no changes are required + run: | + if $(git diff --quiet --exit-code); then + echo "Helm chart docs up to date" + else + echo "Helm chart docs not up to date:" + git diff + exit 1 + fi + chart-test: runs-on: ubuntu-latest steps: @@ -86,7 +109,7 @@ jobs: - name: Add bitnami repo run: | - helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update - name: Update Helm dependencies diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 95158bb53..25aa19921 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -2,7 +2,7 @@ # managed-identity-wallet -![Version: 0.1.0-rc.2](https://img.shields.io/badge/Version-0.1.0--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-rc.2](https://img.shields.io/badge/AppVersion-0.1.0--rc.2-informational?style=flat-square) +![Version: 0.2.0-develop.4](https://img.shields.io/badge/Version-0.2.0--develop.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0-develop.4](https://img.shields.io/badge/AppVersion-0.2.0--develop.4-informational?style=flat-square) Managed Identity Wallet is supposed to supply a secure data source and data sink for Digital Identity Documents (DID), in order to enable Self-Sovereign Identity founding on those DIDs. And at the same it shall support an uninterrupted tracking and tracing and documenting the usage of those DIDs, e.g. within logistical supply chains. @@ -100,8 +100,11 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | keycloak.auth.adminPassword | string | `""` | Keycloak admin password | | keycloak.auth.adminUser | string | `"admin"` | Keycloak admin user | | keycloak.enabled | bool | `true` | Enable to deploy Keycloak | -| keycloak.extraEnvVars[0].name | string | `"KEYCLOAK_HOSTNAME"` | | -| keycloak.extraEnvVars[0].value | string | `"{{ .Release.Name }}-keycloak"` | | +| keycloak.extraEnvVars | list | `[]` | | +| keycloak.ingress.annotations | object | `{}` | | +| keycloak.ingress.enabled | bool | `false` | | +| keycloak.ingress.hosts | list | `[]` | | +| keycloak.ingress.tls | list | `[]` | | | keycloak.keycloakConfigCli.backoffLimit | int | `2` | Number of retries before considering a Job as failed | | keycloak.keycloakConfigCli.enabled | bool | `true` | Enable to create the miw playground realm | | keycloak.keycloakConfigCli.existingConfigmap | string | `"keycloak-realm-config"` | Existing configmap name for the realm configuration | @@ -110,6 +113,12 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | keycloak.postgresql.auth.username | string | `"miw_keycloak"` | Keycloak PostgreSQL user | | keycloak.postgresql.enabled | bool | `true` | Enable to deploy PostgreSQL | | keycloak.postgresql.nameOverride | string | `"keycloak-postgresql"` | Name of the PostgreSQL chart to deploy. Mandatory when the MIW deploys a PostgreSQL chart, too. | +| livenessProbe | object | `{"enabled":true,"failureThreshold":3,"initialDelaySeconds":20,"periodSeconds":5,"timeoutSeconds":15}` | Kubernetes [liveness-probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | +| livenessProbe.enabled | bool | `true` | Enables/Disables the livenessProbe at all | +| livenessProbe.failureThreshold | int | `3` | When a probe fails, Kubernetes will try failureThreshold times before giving up. Giving up in case of liveness probe means restarting the container. | +| livenessProbe.initialDelaySeconds | int | `20` | Number of seconds after the container has started before readiness probe are initiated. | +| livenessProbe.periodSeconds | int | `5` | How often (in seconds) to perform the probe | +| livenessProbe.timeoutSeconds | int | `15` | Number of seconds after which the probe times out. | | miw.authorityWallet.bpn | string | `"BPNL000000000000"` | Authority Wallet BPNL | | miw.authorityWallet.name | string | `""` | Authority Wallet Name | | miw.database.encryptionKey.secret | string | `""` | Existing secret for database encryption key | @@ -128,7 +137,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | miw.keycloak.realm | string | `"miw_test"` | Keycloak realm | | miw.keycloak.url | string | `"http://{{ .Release.Name }}-keycloak"` | Keycloak URL | | miw.logging.level | string | `"INFO"` | Log level. Should be ether ERROR, WARN, INFO, DEBUG, or TRACE. | -| miw.ssi.enforceHttpsInDidWebResolution | bool | `false` | Enable to use HTTPS in DID Web Resolution | +| miw.ssi.enforceHttpsInDidWebResolution | bool | `true` | Enable to use HTTPS in DID Web Resolution | | miw.ssi.vcExpiryDate | string | `""` | Verifiable Credential expiry date. Format 'dd-MM-yyyy'. If empty it is set to 31-12- | | nameOverride | string | `""` | String to partially override common.names.fullname template (will maintain the release name) | | nodeSelector | object | `{"kubernetes.io/os":"linux"}` | NodeSelector configuration | @@ -144,6 +153,13 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | postgresql.backup.conjob.storage.size | string | `"8Gi"` | PVC Storage Request for the backup data volume | | postgresql.backup.enabled | bool | `false` | Enable to create a backup cronjob | | postgresql.enabled | bool | `true` | Enable to deploy Postgresql | +| readinessProbe | object | `{"enabled":true,"failureThreshold":3,"initialDelaySeconds":30,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":5}` | Kubernetes [readiness-probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | +| readinessProbe.enabled | bool | `true` | Enables/Disables the readinessProbe at all | +| readinessProbe.failureThreshold | int | `3` | When a probe fails, Kubernetes will try failureThreshold times before giving up. In case of readiness probe the Pod will be marked Unready. | +| readinessProbe.initialDelaySeconds | int | `30` | Number of seconds after the container has started before readiness probe are initiated. | +| readinessProbe.periodSeconds | int | `5` | How often (in seconds) to perform the probe | +| readinessProbe.successThreshold | int | `1` | Minimum consecutive successes for the probe to be considered successful after having failed. | +| readinessProbe.timeoutSeconds | int | `5` | Number of seconds after which the probe times out. | | replicaCount | int | `1` | The amount of replicas to run | | resources.limits.cpu | int | `2` | CPU resource limits | | resources.limits.memory | string | `"1Gi"` | Memory resource limits | @@ -230,9 +246,10 @@ when deploying the MIW in a production environment: | Name | Email | Url | | ---- | ------ | --- | +| Dominik Pinsel | | | | Peter Motzko | | |

(back to top)

---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/) diff --git a/charts/managed-identity-wallet/README.md.gotmpl b/charts/managed-identity-wallet/README.md.gotmpl index 6263c171f..eb9cfa76a 100644 --- a/charts/managed-identity-wallet/README.md.gotmpl +++ b/charts/managed-identity-wallet/README.md.gotmpl @@ -155,4 +155,5 @@ when deploying the MIW in a production environment:

(back to top)

-{{ template "helm-docs.versionFooter" . }} +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/) diff --git a/charts/managed-identity-wallet/templates/deployment.yaml b/charts/managed-identity-wallet/templates/deployment.yaml index 9a1aa38ae..e632ca24a 100644 --- a/charts/managed-identity-wallet/templates/deployment.yaml +++ b/charts/managed-identity-wallet/templates/deployment.yaml @@ -113,26 +113,33 @@ spec: - name: http containerPort: 8080 protocol: TCP + {{- with .Values.livenessProbe }} + {{- if .enabled }} livenessProbe: - failureThreshold: 3 httpGet: path: /actuator/health/liveness port: 8090 scheme: HTTP - periodSeconds: 5 - successThreshold: 1 - timeoutSeconds: 5 - initialDelaySeconds: 30 + failureThreshold: {{ .failureThreshold }} + initialDelaySeconds: {{ .initialDelaySeconds }} + periodSeconds: {{ .periodSeconds }} + timeoutSeconds: {{ .timeoutSeconds }} + {{- end }} + {{- end }} + {{- with .Values.readinessProbe }} + {{- if .enabled }} readinessProbe: - failureThreshold: 3 httpGet: path: /actuator/health/readiness port: 8090 scheme: HTTP - periodSeconds: 5 - successThreshold: 1 - timeoutSeconds: 5 - initialDelaySeconds: 30 + failureThreshold: {{ .failureThreshold }} + initialDelaySeconds: {{ .initialDelaySeconds }} + periodSeconds: {{ .periodSeconds }} + successThreshold: {{ .successThreshold }} + timeoutSeconds: {{ .timeoutSeconds }} + {{- end }} + {{- end }} resources: {{- toYaml .Values.resources | nindent 12 }} diff --git a/charts/managed-identity-wallet/values.yaml b/charts/managed-identity-wallet/values.yaml index 414099293..806265cea 100644 --- a/charts/managed-identity-wallet/values.yaml +++ b/charts/managed-identity-wallet/values.yaml @@ -61,6 +61,10 @@ ingress: annotations: {} # -- Ingress accepted hostnames hosts: [] + # - host: chart-example.local + # paths: + # - path: / + # pathType: Prefix # -- Ingress TLS configuration tls: [] # - secretName: chart-example-tls @@ -82,6 +86,34 @@ securityContext: # -- Enable to run the container as a non-root user runAsNonRoot: true +# -- Kubernetes [liveness-probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +livenessProbe: + # -- Enables/Disables the livenessProbe at all + enabled: true + # -- When a probe fails, Kubernetes will try failureThreshold times before giving up. Giving up in case of liveness probe means restarting the container. + failureThreshold: 3 + # -- Number of seconds after the container has started before readiness probe are initiated. + initialDelaySeconds: 20 + # -- Number of seconds after which the probe times out. + timeoutSeconds: 15 + # -- How often (in seconds) to perform the probe + periodSeconds: 5 + +# -- Kubernetes [readiness-probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +readinessProbe: + # -- Enables/Disables the readinessProbe at all + enabled: true + # -- When a probe fails, Kubernetes will try failureThreshold times before giving up. In case of readiness probe the Pod will be marked Unready. + failureThreshold: 3 + # -- Number of seconds after the container has started before readiness probe are initiated. + initialDelaySeconds: 30 + # -- How often (in seconds) to perform the probe + periodSeconds: 5 + # -- Minimum consecutive successes for the probe to be considered successful after having failed. + successThreshold: 1 + # -- Number of seconds after which the probe times out. + timeoutSeconds: 5 + resources: requests: # -- CPU resource requests From 83487284ed9f0bae3e97f1794496ecb4a49b6722 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Nov 2023 14:43:27 +0000 Subject: [PATCH 04/13] chore(release): 0.2.0-develop.5 [skip ci] # [0.2.0-develop.5](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.4...v0.2.0-develop.5) (2023-11-22) ### Features * **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) --- CHANGELOG.md | 7 +++++++ charts/managed-identity-wallet/Chart.yaml | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d5d2152..64339da03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0-develop.5](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.4...v0.2.0-develop.5) (2023-11-22) + + +### Features + +* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) + # [0.2.0-develop.4](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.3...v0.2.0-develop.4) (2023-11-22) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 8bc268d50..8dc854afd 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0-develop.4 -appVersion: 0.2.0-develop.4 +version: 0.2.0-develop.5 +appVersion: 0.2.0-develop.5 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index e580aa82b..a3060f1cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.4 +applicationVersion=0.2.0-develop.5 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From 731780075ca5e1a707c8834013c4c98348e9c269 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Thu, 23 Nov 2023 08:39:01 +0100 Subject: [PATCH 05/13] feat: add initContainers (#142) * feat: add initContainers * chore: add initContainer description * fix: only template initContainer if present * chore: use tpl instead common to render initContianers As from pmoscode suggested the tpl function can be used with toYaml to avoid the Bitnami common template function. --------- Co-authored-by: Dominik Pinsel --- charts/managed-identity-wallet/README.md | 1 + charts/managed-identity-wallet/templates/deployment.yaml | 4 ++++ charts/managed-identity-wallet/values.yaml | 3 +++ 3 files changed, 8 insertions(+) diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 25aa19921..25bd5ab60 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -97,6 +97,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | ingress.enabled | bool | `false` | Enable ingress controller resource | | ingress.hosts | list | `[]` | Ingress accepted hostnames | | ingress.tls | list | `[]` | Ingress TLS configuration | +| initContainers | list | `[]` | add initContainers to the miw deployment | | keycloak.auth.adminPassword | string | `""` | Keycloak admin password | | keycloak.auth.adminUser | string | `"admin"` | Keycloak admin user | | keycloak.enabled | bool | `true` | Enable to deploy Keycloak | diff --git a/charts/managed-identity-wallet/templates/deployment.yaml b/charts/managed-identity-wallet/templates/deployment.yaml index e632ca24a..40426b7aa 100644 --- a/charts/managed-identity-wallet/templates/deployment.yaml +++ b/charts/managed-identity-wallet/templates/deployment.yaml @@ -44,6 +44,10 @@ spec: serviceAccountName: {{ include "managed-identity-wallet.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} + {{- if .Values.initContainers }} + initContainers: + {{- tpl (.Values.initContainers | toYaml) $ | nindent 8 }} + {{- end }} containers: - name: {{ .Chart.Name }} securityContext: diff --git a/charts/managed-identity-wallet/values.yaml b/charts/managed-identity-wallet/values.yaml index 806265cea..b627e1961 100644 --- a/charts/managed-identity-wallet/values.yaml +++ b/charts/managed-identity-wallet/values.yaml @@ -139,6 +139,9 @@ affinity: {} # -- PodAnnotation configuration podAnnotations: {} +# -- add initContainers to the miw deployment +initContainers: [] + ## @section Managed Identity Wallet Primary Parameters ## miw: From 6fd22a0ec0f2f054aaa42f0105c629bf052fa7c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 07:40:10 +0000 Subject: [PATCH 06/13] chore(release): 0.2.0-develop.6 [skip ci] # [0.2.0-develop.6](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.5...v0.2.0-develop.6) (2023-11-23) ### Features * add initContainers ([#142](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/142)) ([7317800](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) --- CHANGELOG.md | 7 +++++++ charts/managed-identity-wallet/Chart.yaml | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64339da03..dd54bf39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0-develop.6](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.5...v0.2.0-develop.6) (2023-11-23) + + +### Features + +* add initContainers ([#142](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/142)) ([7317800](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) + # [0.2.0-develop.5](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.4...v0.2.0-develop.5) (2023-11-22) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 8dc854afd..ad2e69d44 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0-develop.5 -appVersion: 0.2.0-develop.5 +version: 0.2.0-develop.6 +appVersion: 0.2.0-develop.6 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index a3060f1cd..39e9d4484 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.5 +applicationVersion=0.2.0-develop.6 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c Mon Sep 17 00:00:00 2001 From: Peter Motzko <56410761+pmoscode@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:43:10 +0100 Subject: [PATCH 07/13] feat(dev): add pgAdmin to local dev env (#144) Additions and Changes: - add pgAdmin to docker-compose.yaml (incl. mounts) - preconfigure pgAdmin DB server - add tem. files to gitignore - update README.md - update Taskfile tasks for linux and macos - update env.* environment files - Match Postgresql version to the version of the Helm chart (14.5) --- .gitignore | 2 ++ README.md | 23 +++++++++++++++++- .../docker-environment/docker-compose.yaml | 24 +++++++++++++++++-- .../pgAdmin/servers.json.tpl | 22 +++++++++++++++++ .../pgAdmin/storage/.git-keep | 22 +++++++++++++++++ .../docker-environment/postgres/init.sql | 21 ---------------- dev-assets/env-files/env.docker.dist | 4 ++++ dev-assets/env-files/env.local.dist | 4 ++++ dev-assets/tasks/darwin/docker.yaml | 6 +++-- dev-assets/tasks/linux/docker.yaml | 6 +++-- 10 files changed, 106 insertions(+), 28 deletions(-) create mode 100755 dev-assets/docker-environment/pgAdmin/servers.json.tpl create mode 100755 dev-assets/docker-environment/pgAdmin/storage/.git-keep delete mode 100644 dev-assets/docker-environment/postgres/init.sql diff --git a/.gitignore b/.gitignore index b355ac349..4bbae21a7 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,8 @@ dev-assets/env-files/env.local dev-assets/env-files/env.docker dev-assets/env-files/env.environment dev-assets/docker-environment/postgres/db.sh +dev-assets/docker-environment/pgAdmin/servers.json +dev-assets/docker-environment/pgAdmin/storage/* .java-version diff --git a/README.md b/README.md index 97b62258a..85bd88f3c 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,27 @@ When you just run `task` without parameters, you will see all tasks available. 5. Click on "Authorize" and "close" 6. MIW is up and running +### pgAdmin + +This local environment contains [pgAdmin](https://www.pgadmin.org/), which is also started (default: http://localhost:8888). +The default login is: + +``` +user: pg@admin.com (you can change it in the env.* files) +password: the one you set for "POSTGRES_PASSWORD" in the env.* files +``` + +#### DB connection password + +When you log in into pgAdmin, the local Postgresql server is already configured. +But you will be asked to enter the DB password on the first time you connect to the DB. +(password: POSTGRES_PASSWORD in the env.* files) + +#### Storage folder + +The storage folder of pgAdmin is mounted to `dev-assets/docker-environment/pgAdmin/storage/`. +For example, You can save DB backups there, so you can access them on your local machine. + # End Users See OpenAPI documentation, which is automatically created from the source and available on each deployment at @@ -344,4 +365,4 @@ See [Docker-hub-notice.md](./Docker-hub-notice.md) We would like to give credit to these projects, which we use in our project. -[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) \ No newline at end of file +[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) diff --git a/dev-assets/docker-environment/docker-compose.yaml b/dev-assets/docker-environment/docker-compose.yaml index aa092e263..a2873cf45 100644 --- a/dev-assets/docker-environment/docker-compose.yaml +++ b/dev-assets/docker-environment/docker-compose.yaml @@ -34,7 +34,7 @@ services: - miw-net postgres: - image: postgres:15.3-alpine3.18 + image: postgres:14.5-alpine3.16 volumes: - postgres_data:/var/lib/postgresql/data - ./postgres/db.sh:/docker-entrypoint-initdb.d/init-database.sh @@ -63,10 +63,30 @@ services: networks: - miw-net + pgadmin: + image: dpage/pgadmin4 + ports: + - "8888:80" + user: root # If removed, the storage mount won't work + env_file: + - ../env-files/env.$DEV_ENVIRONMENT + environment: + PGADMIN_DISABLE_POSTFIX: true + volumes: + - pgadmin_data:/var/lib/pgadmin + - ./pgAdmin/servers.json:/pgadmin4/servers.json + - ./pgAdmin/storage/:/var/lib/pgadmin/storage/pg_admin.com/ + depends_on: + - postgres + networks: + - miw-net + volumes: postgres_data: driver: local + pgadmin_data: + driver: local networks: miw-net: - name: miw-net \ No newline at end of file + name: miw-net diff --git a/dev-assets/docker-environment/pgAdmin/servers.json.tpl b/dev-assets/docker-environment/pgAdmin/servers.json.tpl new file mode 100755 index 000000000..ac34530a5 --- /dev/null +++ b/dev-assets/docker-environment/pgAdmin/servers.json.tpl @@ -0,0 +1,22 @@ +{ + "Servers": { + "1": { + "Name": "Local", + "Group": "Servers", + "Host": "postgres", + "Port": 5432, + "MaintenanceDB": "postgres", + "Username": "$POSTGRES_USER", + "UseSSHTunnel": 0, + "TunnelPort": "22", + "TunnelAuthentication": 0, + "KerberosAuthentication": false, + "ConnectionParameters": { + "sslmode": "prefer", + "connect_timeout": 10, + "sslcert": "/.postgresql/postgresql.crt", + "sslkey": "/.postgresql/postgresql.key" + } + } + } +} diff --git a/dev-assets/docker-environment/pgAdmin/storage/.git-keep b/dev-assets/docker-environment/pgAdmin/storage/.git-keep new file mode 100755 index 000000000..1f8f00cda --- /dev/null +++ b/dev-assets/docker-environment/pgAdmin/storage/.git-keep @@ -0,0 +1,22 @@ +# +# /******************************************************************************** +# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0. +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ********************************************************************************/ +# + +Is mounted as storage folder inside the pgAdmin container. diff --git a/dev-assets/docker-environment/postgres/init.sql b/dev-assets/docker-environment/postgres/init.sql deleted file mode 100644 index 64f272cf7..000000000 --- a/dev-assets/docker-environment/postgres/init.sql +++ /dev/null @@ -1,21 +0,0 @@ -/* - * ******************************************************************************* - * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation - * - * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. - * - * This program and the accompanying materials are made available under the - * terms of the Apache License, Version 2.0 which is available at - * https://www.apache.org/licenses/LICENSE-2.0. - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - * - * SPDX-License-Identifier: Apache-2.0 - * ****************************************************************************** - */ - diff --git a/dev-assets/env-files/env.docker.dist b/dev-assets/env-files/env.docker.dist index aec3b1b29..12aed3d56 100644 --- a/dev-assets/env-files/env.docker.dist +++ b/dev-assets/env-files/env.docker.dist @@ -14,6 +14,9 @@ POSTGRES_DB_NAME_MIW=miw POSTGRES_USERNAME_MIW=miw_user POSTGRES_PASSWORD_MIW= +# Docker: pgAdmin config +PGADMIN_DEFAULT_EMAIL=pg@admin.com + # Docker: Keycloak config KEYCLOAK_MIW_PUBLIC_CLIENT=miw_public DB_DATABASE=keycloak @@ -45,5 +48,6 @@ DB_USER=${POSTGRES_USER} DB_NAME=${POSTGRES_DB_NAME_MIW} DB_USER_NAME=${POSTGRES_USERNAME_MIW} DB_PASSWORD=${POSTGRES_PASSWORD_MIW} +PGADMIN_DEFAULT_PASSWORD=${POSTGRES_PASSWORD} ORG_GRADLE_PROJECT_githubUserName=${GITHUB_USERNAME} ORG_GRADLE_PROJECT_githubToken=${GITHUB_TOKEN} diff --git a/dev-assets/env-files/env.local.dist b/dev-assets/env-files/env.local.dist index 039992bbf..3f9459316 100644 --- a/dev-assets/env-files/env.local.dist +++ b/dev-assets/env-files/env.local.dist @@ -14,6 +14,9 @@ POSTGRES_DB_NAME_MIW=miw POSTGRES_USERNAME_MIW=miw_user POSTGRES_PASSWORD_MIW= +# Docker: pgAdmin config +PGADMIN_DEFAULT_EMAIL=pg@admin.com + # Docker: Keycloak config KEYCLOAK_MIW_PUBLIC_CLIENT=miw_public DB_DATABASE=keycloak @@ -45,5 +48,6 @@ DB_USER=${POSTGRES_USER} DB_NAME=${POSTGRES_DB_NAME_MIW} DB_USER_NAME=${POSTGRES_USERNAME_MIW} DB_PASSWORD=${POSTGRES_PASSWORD_MIW} +PGADMIN_DEFAULT_PASSWORD=${POSTGRES_PASSWORD} ORG_GRADLE_PROJECT_githubUserName=${GITHUB_USERNAME} ORG_GRADLE_PROJECT_githubToken=${GITHUB_TOKEN} diff --git a/dev-assets/tasks/darwin/docker.yaml b/dev-assets/tasks/darwin/docker.yaml index cd3fa1fd5..a7af6cbf2 100644 --- a/dev-assets/tasks/darwin/docker.yaml +++ b/dev-assets/tasks/darwin/docker.yaml @@ -32,9 +32,10 @@ tasks: ignore_error: true vars: OPTIONS: '{{ default "" .OPTIONS }}' - CONTAINERS: '{{ default "postgres keycloak" .CONTAINERS }}' + CONTAINERS: '{{ default "postgres keycloak pgadmin" .CONTAINERS }}' cmds: - cat postgres/db.sh.tpl | envsubst > postgres/db.sh + - cat pgAdmin/servers.json.tpl | envsubst > pgAdmin/servers.json - chmod +x postgres/db.sh - "docker compose up {{.OPTIONS}} {{.CONTAINERS}}" @@ -43,9 +44,10 @@ tasks: dir: dev-assets/docker-environment cmds: - docker compose down - - cmd: docker volume remove docker-environment_postgres_data + - cmd: docker volume remove docker-environment_postgres_data docker-environment_pgadmin_data ignore_error: true - rm -f postgres/db.sh + - rm -f pgAdmin/servers.json start-app: desc: Run the app in a container environment (including middleware aka Postgresql and Keycloak) diff --git a/dev-assets/tasks/linux/docker.yaml b/dev-assets/tasks/linux/docker.yaml index cd3fa1fd5..a7af6cbf2 100644 --- a/dev-assets/tasks/linux/docker.yaml +++ b/dev-assets/tasks/linux/docker.yaml @@ -32,9 +32,10 @@ tasks: ignore_error: true vars: OPTIONS: '{{ default "" .OPTIONS }}' - CONTAINERS: '{{ default "postgres keycloak" .CONTAINERS }}' + CONTAINERS: '{{ default "postgres keycloak pgadmin" .CONTAINERS }}' cmds: - cat postgres/db.sh.tpl | envsubst > postgres/db.sh + - cat pgAdmin/servers.json.tpl | envsubst > pgAdmin/servers.json - chmod +x postgres/db.sh - "docker compose up {{.OPTIONS}} {{.CONTAINERS}}" @@ -43,9 +44,10 @@ tasks: dir: dev-assets/docker-environment cmds: - docker compose down - - cmd: docker volume remove docker-environment_postgres_data + - cmd: docker volume remove docker-environment_postgres_data docker-environment_pgadmin_data ignore_error: true - rm -f postgres/db.sh + - rm -f pgAdmin/servers.json start-app: desc: Run the app in a container environment (including middleware aka Postgresql and Keycloak) From a5eeb05064bd625ac1ec36a7435be50877781284 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 07:44:06 +0000 Subject: [PATCH 08/13] chore(release): 0.2.0-develop.7 [skip ci] # [0.2.0-develop.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23) ### Features * **dev:** add pgAdmin to local dev env ([#144](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) --- CHANGELOG.md | 7 +++++++ charts/managed-identity-wallet/Chart.yaml | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd54bf39a..402683c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0-develop.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23) + + +### Features + +* **dev:** add pgAdmin to local dev env ([#144](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) + # [0.2.0-develop.6](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.5...v0.2.0-develop.6) (2023-11-23) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index ad2e69d44..4e3ee48ea 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0-develop.6 -appVersion: 0.2.0-develop.6 +version: 0.2.0-develop.7 +appVersion: 0.2.0-develop.7 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 39e9d4484..89bbf273c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.6 +applicationVersion=0.2.0-develop.7 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From c2ee8d003313af9e516a70da826dace54805414f Mon Sep 17 00:00:00 2001 From: pablosec Date: Wed, 22 Nov 2023 12:00:04 +0100 Subject: [PATCH 09/13] chore: update SECURITY.md Make SECURITY.md reflect current example of TRG 7.01 pointing to the GitHub Security Tab instead of Eclipse --- SECURITY.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7d8fced73..bd15e824c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,17 @@ -# Security Policy - ## Reporting a Vulnerability -Please report a found vulnerability here: -[https://www.eclipse.org/security/](https://www.eclipse.org/security/) \ No newline at end of file +Please do **not** report security vulnerabilities through public GitHub issues. + +Please report vulnerabilities to this repository via **GitHub security advisories** instead. + +How? Inside affected repository → security tab + +For contributors: +→ Report a vulnerability + +For committers: +→ Advisories → New draft security advisory + +In severe cases, you can also report a found vulnerability via mail or eclipse issue here: https://www.eclipse.org/security/ + +See [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/projects/handbook/#vulnerability) \ No newline at end of file From aa81c8131c26a54b2fdcd31f504bf4655ec1fd26 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 14:28:56 +0000 Subject: [PATCH 10/13] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-11-23) ### Bug Fixes * adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/pablosec/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f)) * adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/pablosec/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16)) * adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/pablosec/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4)) * adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/pablosec/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca)) * 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. ([f7673a0](https://github.com/pablosec/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c)) * 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. ([a5649db](https://github.com/pablosec/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c)) * 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. ([7c0c7a6](https://github.com/pablosec/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc)) * 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. ([8506f3c](https://github.com/pablosec/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09)) * adjust values to enable sync again. ([b856059](https://github.com/pablosec/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447)) * adjust values to enable sync again. ([3839b33](https://github.com/pablosec/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5)) * attempt to deploy recent code ([3b5e5f7](https://github.com/pablosec/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8)) * attempt to deploy recent code ([89677b9](https://github.com/pablosec/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57)) * CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/pablosec/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd)) * CGD-238: BPN from access_token ignore case ([3529887](https://github.com/pablosec/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128)) * CGD-288 and code refactor ([f037c16](https://github.com/pablosec/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44)) * CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/pablosec/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) * changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/pablosec/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6)) * changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/pablosec/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b)) * **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/pablosec/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509)) * **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/pablosec/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653)) * **ci:** build miw app ([99603e3](https://github.com/pablosec/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71)) * **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/pablosec/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20)) * **ci:** helm chart release ([c2bd166](https://github.com/pablosec/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) * **ci:** install java 17 ([6bea3d6](https://github.com/pablosec/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c)) * **ci:** install Taskfile ([a30492e](https://github.com/pablosec/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676)) * **ci:** quote python version ([e43e1ac](https://github.com/pablosec/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668)) * **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/pablosec/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) * **ci:** skip app tests ([654da86](https://github.com/pablosec/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325)) * **ci:** typo ([ed086f6](https://github.com/pablosec/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e)) * **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/pablosec/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4)) * **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/pablosec/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0)) * **config:** default port for postgresDB ([6b603c0](https://github.com/pablosec/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292)) * **config:** default port for postgresDB ([8646713](https://github.com/pablosec/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee)) * conflict resolved ([a2ce51f](https://github.com/pablosec/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400)) * **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/pablosec/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) * **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/pablosec/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353)) * **devel:** add missing "sudo" ([e912482](https://github.com/pablosec/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271)) * **devel:** replace docker_compose env var with real command ([187435b](https://github.com/pablosec/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38)) * **devel:** split into two lines ([0b2e11f](https://github.com/pablosec/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e)) * **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/pablosec/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388)) * **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/pablosec/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1)) * **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/pablosec/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247)) * **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/pablosec/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8)) * **helm:** add correct service for postgresql db ([e00a84f](https://github.com/pablosec/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8)) * **helm:** add correct service for postgresql db ([bda0978](https://github.com/pablosec/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0)) * **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/pablosec/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b)) * **helm:** add empty object ([00a9b08](https://github.com/pablosec/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe)) * **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/pablosec/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e)) * **helm:** add random generated encryption_key ([6e89285](https://github.com/pablosec/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2)) * **helm:** add random generated encryption_key ([495f2d9](https://github.com/pablosec/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b)) * **helm:** add space (typo) ([392c254](https://github.com/pablosec/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05)) * **helm:** adjust test ([3d90ba4](https://github.com/pablosec/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472)) * **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/pablosec/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376)) * **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/pablosec/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d)) * **helm:** fix suggested issues from PR ([27ae102](https://github.com/pablosec/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60)) * **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/pablosec/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65)) * **helm:** quote numbers ([9a48104](https://github.com/pablosec/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e)) * **helm:** quote numbers ([91b5814](https://github.com/pablosec/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354)) * **helm:** remove double className ([e8e2a43](https://github.com/pablosec/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502)) * **helm:** remove double className ([3f49be1](https://github.com/pablosec/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38)) * **helm:** remove duplicate env var ([e8104c3](https://github.com/pablosec/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988)) * **helm:** remove last slash ([dab469f](https://github.com/pablosec/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482)) * **helm:** remove last slash ([cfdeded](https://github.com/pablosec/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1)) * **helm:** remove quotes ([8889455](https://github.com/pablosec/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa)) * **helm:** remove quotes ([8fe20ec](https://github.com/pablosec/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b)) * **helm:** remove token (already revoked) ([835654d](https://github.com/pablosec/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e)) * **helm:** remove token (already revoked) ([acfcac5](https://github.com/pablosec/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff)) * **helm:** remove trailing space ([019f262](https://github.com/pablosec/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb)) * **helm:** set ingress host path to "/" ([3dcfd46](https://github.com/pablosec/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6)) * **helm:** set ingress host path to "/" ([dd876c2](https://github.com/pablosec/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10)) * **helm:** typo in db_host ([66daf19](https://github.com/pablosec/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21)) * **helm:** typo in db_host ([0f63369](https://github.com/pablosec/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3)) * **helm:** update image repo ([3084122](https://github.com/pablosec/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5)) * **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/pablosec/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6)) * **helm:** wrong data type in secret ([c600d16](https://github.com/pablosec/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf)) * **helm:** wrong data type in secret ([a16ba13](https://github.com/pablosec/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf)) * missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/pablosec/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2)) * missing env variables in release workflow ([#111](https://github.com/pablosec/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/pablosec/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) * rate limit during json-ld context loading ([#100](https://github.com/pablosec/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/pablosec/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) * remove all links to remote repos ([06e14c7](https://github.com/pablosec/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb)) * remove out-of-date deployment workflow ([3774c74](https://github.com/pablosec/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d)) * removed recret from code ([d3fe69a](https://github.com/pablosec/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137)) * test cases ([1a9b51e](https://github.com/pablosec/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90)) * tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/pablosec/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8)) * typo in Bearer ([754b90a](https://github.com/pablosec/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) * Typo in Bearer ([#102](https://github.com/pablosec/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/pablosec/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) * validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/pablosec/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900)) * Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/pablosec/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3)) * veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/pablosec/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6)) * veracode log issue ([69cd4d8](https://github.com/pablosec/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e)) * veracode log realted issue fix ([7908741](https://github.com/pablosec/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2)) ### Features * add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/pablosec/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9)) * add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/pablosec/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef)) * add "local.dev" to .gitignore ([0c4166d](https://github.com/pablosec/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e)) * add "local.dev" to .gitignore ([6431f77](https://github.com/pablosec/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909)) * add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/pablosec/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100)) * add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/pablosec/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14)) * add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/pablosec/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7)) * add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/pablosec/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778)) * add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/pablosec/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) * add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/pablosec/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) * add header to changelog template ([45b79d0](https://github.com/pablosec/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0)) * add initContainers ([#142](https://github.com/pablosec/managed-identity-wallet/issues/142)) ([7317800](https://github.com/pablosec/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) * add tpl to miw ingress ([#143](https://github.com/pablosec/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/pablosec/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) * added administrator documentation ([1931fa0](https://github.com/pablosec/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83)) * added administrator documentation ([dd85726](https://github.com/pablosec/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790)) * added end user documentation ([83ae886](https://github.com/pablosec/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f)) * added end user documentation ([670faca](https://github.com/pablosec/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f)) * added test cases for getCredentials api ([56072f6](https://github.com/pablosec/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a)) * added test cases for getCredentials api ([c3e5cd8](https://github.com/pablosec/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129)) * adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/pablosec/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87)) * adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/pablosec/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123)) * adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/pablosec/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807)) * adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/pablosec/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513)) * adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/pablosec/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470)) * adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/pablosec/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51)) * adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/pablosec/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039)) * adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/pablosec/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c)) * adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/pablosec/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc)) * adds overview of roles associated with available endpoints ([572f2c2](https://github.com/pablosec/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8)) * adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/pablosec/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319)) * adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/pablosec/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/pablosec/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/pablosec/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/pablosec/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/pablosec/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7)) * **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/pablosec/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747)) * **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/pablosec/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263)) * authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/pablosec/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6)) * authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/pablosec/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0)) * authority wallet did in env ([139f9d9](https://github.com/pablosec/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386)) * authority wallet did in env ([32d9587](https://github.com/pablosec/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e)) * BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/pablosec/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) * bpnCredential added in wallet creation ([67c749f](https://github.com/pablosec/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5)) * bpnCredential added in wallet creation ([8861877](https://github.com/pablosec/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518)) * **build:** change default name of miw-app artifact ([29e65af](https://github.com/pablosec/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a)) * **build:** change default name of miw-app artifact ([6804747](https://github.com/pablosec/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51)) * caller BPN security added and test case modification for the same ([b375317](https://github.com/pablosec/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3)) * caller BPN security added and test case modification for the same ([2e00386](https://github.com/pablosec/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87)) * CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/pablosec/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5)) * CGD-347: manage log level at runtime ([1676bc3](https://github.com/pablosec/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131)) * CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/pablosec/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3)) * CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/pablosec/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633)) * CGD-444: sql migration added ([f2a1bc3](https://github.com/pablosec/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa)) * change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/pablosec/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec)) * change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/pablosec/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a)) * change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/pablosec/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f)) * change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/pablosec/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a)) * check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/pablosec/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc)) * **ci:** add --wait to helm install ([b4a56b0](https://github.com/pablosec/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2)) * **ci:** add docker hub release workflow ([176f580](https://github.com/pablosec/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2)) * **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/pablosec/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4)) * **ci:** add trigger on push ([ed85975](https://github.com/pablosec/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c)) * **ci:** adjust to current setup ([ee92bf5](https://github.com/pablosec/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79)) * **ci:** adjust to current setup ([9325bee](https://github.com/pablosec/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49)) * **ci:** adjust trivy GH Action ([ee2f548](https://github.com/pablosec/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd)) * **ci:** enable manual trigger ([d800cc1](https://github.com/pablosec/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e)) * **ci:** make chart standalone runnable ([be182e9](https://github.com/pablosec/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f)) * **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/pablosec/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71)) * **ci:** remove old acapy actions ([e0f0ae7](https://github.com/pablosec/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb)) * **ci:** remove old acapy actions ([27afe80](https://github.com/pablosec/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580)) * **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/pablosec/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599)) * **ci:** rename miw service GH repo ([e3431bc](https://github.com/pablosec/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35)) * **ci:** run Helm unittests ([f11f824](https://github.com/pablosec/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de)) * **ci:** semantic releases from develop branch ([#87](https://github.com/pablosec/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/pablosec/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) * **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/pablosec/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450)) * **ci:** update deprecated code ([386dcd9](https://github.com/pablosec/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2)) * **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/pablosec/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df)) * code changes to create DidDocument ([1675ef4](https://github.com/pablosec/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9)) * code changes to create DidDocument ([b7503a8](https://github.com/pablosec/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f)) * Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/pablosec/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0)) * Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/pablosec/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660)) * credential get api type filter support added ([9d6a49d](https://github.com/pablosec/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9)) * credential get api type filter support added ([3217576](https://github.com/pablosec/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d)) * credential list api added ([e34cf00](https://github.com/pablosec/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8)) * credential list api added ([bfc15fc](https://github.com/pablosec/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b)) * credentials validation api wip ([0515ef6](https://github.com/pablosec/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165)) * credentials validation api wip ([43454f9](https://github.com/pablosec/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c)) * delete credential api and test cases added ([e56a52e](https://github.com/pablosec/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202)) * delete credential api and test cases added ([3fbf420](https://github.com/pablosec/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351)) * **dev:** add pgAdmin to local dev env ([#144](https://github.com/pablosec/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/pablosec/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) * **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/pablosec/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f)) * **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/pablosec/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49)) * **devel:** add environment type switch ([4a5c128](https://github.com/pablosec/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8)) * **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/pablosec/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e)) * **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/pablosec/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92)) * **devel:** add helm values for local deployment ([895c506](https://github.com/pablosec/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5)) * **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/pablosec/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069)) * **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/pablosec/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201)) * **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/pablosec/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785)) * **devel:** add more cleanup commands ([c18b1b0](https://github.com/pablosec/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718)) * **devel:** add more cleanup commands ([672a08c](https://github.com/pablosec/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a)) * **devel:** add new dev environment ([0858bf9](https://github.com/pablosec/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39)) * **devel:** add new dev environment ([6a37e10](https://github.com/pablosec/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2)) * **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/pablosec/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100)) * **devel:** add realm for local dev config ([56a67b7](https://github.com/pablosec/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966)) * **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/pablosec/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d)) * **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/pablosec/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4)) * **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/pablosec/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845)) * **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/pablosec/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1)) * **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/pablosec/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf)) * **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/pablosec/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954)) * **devel:** env-files move to dev folder ([660cac9](https://github.com/pablosec/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7)) * **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/pablosec/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f)) * **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/pablosec/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e)) * **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/pablosec/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d)) * **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/pablosec/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa)) * **devel:** Introduce Taskfile ([5d4a889](https://github.com/pablosec/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6)) * **devel:** Introduce Taskfile ([a63ac91](https://github.com/pablosec/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167)) * **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/pablosec/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623)) * **devel:** moved to dev-assets folder ([a70115c](https://github.com/pablosec/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a)) * **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/pablosec/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2)) * **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/pablosec/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32)) * **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/pablosec/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158)) * **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/pablosec/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2)) * **devel:** Remove obsolete stuff ([c2ff738](https://github.com/pablosec/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39)) * **devel:** Remove obsolete stuff ([94b075a](https://github.com/pablosec/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167)) * **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/pablosec/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97)) * **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/pablosec/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027)) * **devel:** rename tasks in Taskfile ([cdde677](https://github.com/pablosec/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4)) * **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/pablosec/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea)) * **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/pablosec/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4)) * **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/pablosec/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e)) * **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/pablosec/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8)) * **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/pablosec/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc)) * **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/pablosec/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab)) * **devel:** show install link provided as parameter ([cb7ae41](https://github.com/pablosec/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1)) * **devel:** split tasks to own namespaces ([db0151c](https://github.com/pablosec/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a)) * **devel:** split tasks to own namespaces ([f7ff401](https://github.com/pablosec/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1)) * **devel:** suppress task header in output ([87aff68](https://github.com/pablosec/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4)) * **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/pablosec/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98)) * **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/pablosec/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579)) * **devel:** update .gitignore ([33b7262](https://github.com/pablosec/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca)) * **devel:** update readme ([74fdb21](https://github.com/pablosec/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834)) * **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/pablosec/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af)) * **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/pablosec/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089)) * **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/pablosec/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922)) * did document resolver component changes reverted ([1d72ac0](https://github.com/pablosec/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96)) * **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/pablosec/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a)) * **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/pablosec/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d)) * **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/pablosec/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c)) * **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/pablosec/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e)) * **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/pablosec/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a)) * **doc:** Extend Mac user information ([403362d](https://github.com/pablosec/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0)) * **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/pablosec/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0)) * **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/pablosec/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb)) * **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/pablosec/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e)) * **doc:** mark important content in README.md ([43dec2d](https://github.com/pablosec/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f)) * error msg updated ([2b305d2](https://github.com/pablosec/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) * framework VC name changes and test case changes ([7952f4b](https://github.com/pablosec/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523)) * framework VC name changes and test case changes ([ce0c230](https://github.com/pablosec/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83)) * Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/pablosec/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242)) * Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/pablosec/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e)) * **helm:** add additional unittests ([fc60d9a](https://github.com/pablosec/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca)) * **helm:** add authority_wallet_did env ([ce2e531](https://github.com/pablosec/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d)) * **helm:** add authority_wallet_did env ([15e01b0](https://github.com/pablosec/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c)) * **helm:** add classname annotation to ingress ([d250497](https://github.com/pablosec/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998)) * **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/pablosec/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5)) * **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/pablosec/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3)) * **helm:** add container env (plain and from secret) ([d77295f](https://github.com/pablosec/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16)) * **helm:** add container env and DB secrets ([f175786](https://github.com/pablosec/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb)) * **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/pablosec/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff)) * **helm:** add default labels to secret ([dfe107d](https://github.com/pablosec/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec)) * **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/pablosec/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530)) * **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/pablosec/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c)) * **helm:** add external chart repos ([30b04c2](https://github.com/pablosec/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3)) * **helm:** add full release name to ingress secret name ([58a7299](https://github.com/pablosec/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720)) * **helm:** add full release name to ingress secret name ([474d988](https://github.com/pablosec/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718)) * **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/pablosec/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1)) * **helm:** add helm-docs documentation ([24c0fcd](https://github.com/pablosec/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f)) * **helm:** add init script to setup initial database ([9950690](https://github.com/pablosec/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112)) * **helm:** add init script to setup initial database ([fb2c770](https://github.com/pablosec/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741)) * **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/pablosec/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c)) * **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/pablosec/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252)) * **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/pablosec/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9)) * **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/pablosec/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0)) * **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/pablosec/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3)) * **helm:** add simple backup of database to a PV ([680e09f](https://github.com/pablosec/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6)) * **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/pablosec/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529)) * **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/pablosec/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc)) * **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/pablosec/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6)) * **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/pablosec/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b)) * **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/pablosec/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d)) * **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/pablosec/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4)) * **helm:** change active Helm chart ([a5a88b5](https://github.com/pablosec/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b)) * **helm:** change active Helm chart ([4b1ecb5](https://github.com/pablosec/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026)) * **helm:** comment out default values ([d424086](https://github.com/pablosec/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d)) * **helm:** comment out default values ([5a12051](https://github.com/pablosec/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240)) * **helm:** comment out unused config ([248ab4c](https://github.com/pablosec/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636)) * **helm:** comment out unused config ([9ae62dd](https://github.com/pablosec/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce)) * **helm:** encryption key is now always stored in secret ([5913764](https://github.com/pablosec/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c)) * **helm:** extend application name ([5aca6f2](https://github.com/pablosec/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab)) * **helm:** extend application name ([c50a366](https://github.com/pablosec/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb)) * **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/pablosec/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d)) * **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/pablosec/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/pablosec/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) * **helm:** remove "dash" from template ([7b5bca9](https://github.com/pablosec/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce)) * **helm:** remove "dash" from template ([264f1d4](https://github.com/pablosec/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088)) * **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/pablosec/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85)) * **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/pablosec/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94)) * **helm:** remove unused secrets ([fa21e4d](https://github.com/pablosec/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a)) * **helm:** remove unused secrets ([d710e2a](https://github.com/pablosec/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda)) * **helm:** set default database encryption key to random value ([896f31d](https://github.com/pablosec/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d)) * **helm:** set default log level ([b2910de](https://github.com/pablosec/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33)) * **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/pablosec/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07)) * **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/pablosec/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2)) * **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/pablosec/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb)) * **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/pablosec/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb)) * **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/pablosec/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce)) * **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/pablosec/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6)) * **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/pablosec/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3)) * **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/pablosec/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1)) * **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/pablosec/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1)) * **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/pablosec/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b)) * **helm:** update Chart.lock ([571c94a](https://github.com/pablosec/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490)) * **helm:** update Helm chart description ([73235a8](https://github.com/pablosec/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650)) * **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/pablosec/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd)) * **helm:** Update readme ([81e58df](https://github.com/pablosec/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04)) * **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/pablosec/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f)) * **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/pablosec/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b)) * **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/pablosec/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea)) * Holder identifier added in framework VC subject ([e65af19](https://github.com/pablosec/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf)) * Holder identifier added in framework VC subject ([62cfd2f](https://github.com/pablosec/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d)) * increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/pablosec/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51)) * increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/pablosec/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035)) * increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/pablosec/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f)) * increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/pablosec/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03)) * issue credential api test case added ([6edf1e6](https://github.com/pablosec/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95)) * issue credential api test case added ([f339ff0](https://github.com/pablosec/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6)) * Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/pablosec/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33)) * Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/pablosec/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217)) * json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/pablosec/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4)) * json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/pablosec/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02)) * json web signature 2020 support WIP ([62ee442](https://github.com/pablosec/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a)) * json web signature 2020 support WIP ([1785e97](https://github.com/pablosec/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3)) * json web signature and key generation from lib ([8fda456](https://github.com/pablosec/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9)) * json web signature and key generation from lib ([c29040b](https://github.com/pablosec/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53)) * membership credentials api added ([45602c8](https://github.com/pablosec/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e)) * membership credentials api added ([b1a485a](https://github.com/pablosec/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06)) * Paggination support added in list VC API ([f4338fd](https://github.com/pablosec/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d)) * Paggination support added in list VC API ([b74c41c](https://github.com/pablosec/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d)) * **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/pablosec/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f)) * **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/pablosec/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1)) * **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/pablosec/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc)) * **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/pablosec/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7)) * presenation API WIP, code refactor ([2c1b5d9](https://github.com/pablosec/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0)) * presenation API WIP, code refactor ([8cf8e83](https://github.com/pablosec/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830)) * read me file chamges, sample reponse added ([88651fa](https://github.com/pablosec/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e)) * read me file chamges, sample reponse added ([ff51983](https://github.com/pablosec/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb)) * readm changes and gradle fix ([79d5bf0](https://github.com/pablosec/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58)) * readm changes and gradle fix ([a51127e](https://github.com/pablosec/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15)) * readme added, validate VP wip ([1c4d6af](https://github.com/pablosec/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9)) * readme added, validate VP wip ([6325f8a](https://github.com/pablosec/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31)) * **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/pablosec/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e)) * reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/pablosec/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2)) * reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/pablosec/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba)) * remove commit link from changelog template ([bf8106e](https://github.com/pablosec/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea)) * removed endpoint from config file ([93612f7](https://github.com/pablosec/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c)) * removed endpoint from config file ([b3e9f5f](https://github.com/pablosec/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74)) * rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/pablosec/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5)) * rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/pablosec/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2)) * Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/pablosec/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627)) * Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/pablosec/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4)) * revert renaming and postpone that for later. ([3a63399](https://github.com/pablosec/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa)) * revert renaming and postpone that for later. ([3a9a209](https://github.com/pablosec/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4)) * run Docker release on PR only on specific folders ([186104d](https://github.com/pablosec/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008)) * set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/pablosec/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9)) * set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/pablosec/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb)) * Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/pablosec/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530)) * Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/pablosec/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802)) * ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/pablosec/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a)) * ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/pablosec/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b)) * ssi-lib version set to 15 ([910aa2a](https://github.com/pablosec/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3)) * ssi:lib version updated ([4939ddb](https://github.com/pablosec/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005)) * ssi:lib version updated ([404b65b](https://github.com/pablosec/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b)) * Store credential API with test case, Validate test case ([4911817](https://github.com/pablosec/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2)) * Store credential API with test case, Validate test case ([99307bf](https://github.com/pablosec/managed-identity-wallet/commit/99307bfb94b5f9294e9edce8b8f4b2522273ff08)) * Store credntial API, testcase mofitication based on DidDocument Java POJO ([569097b](https://github.com/pablosec/managed-identity-wallet/commit/569097b392d0fb7242ed9df47fcaf5fda40904b0)) * Store credntial API, testcase mofitication based on DidDocument Java POJO ([a0ca176](https://github.com/pablosec/managed-identity-wallet/commit/a0ca176a7e8b59da9120d2756f49ddb6ff0b7831)) * summary credential test cases added ([b322515](https://github.com/pablosec/managed-identity-wallet/commit/b322515b8b5ed1f9fa10f7cd0138820ba15a7e6e)) * summary credential test cases added ([0340efb](https://github.com/pablosec/managed-identity-wallet/commit/0340efb5496f6e83949a3094aade7b8f6b6f1bc2)) * summary VC context URL updated ([0cc6bfb](https://github.com/pablosec/managed-identity-wallet/commit/0cc6bfbd61d845689d6b0fe56214fd03b98bf0e6)) * summary VC context URL updated ([5a52c43](https://github.com/pablosec/managed-identity-wallet/commit/5a52c431684338fe9b69f543ee0425974726ce62)) * Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([07c4706](https://github.com/pablosec/managed-identity-wallet/commit/07c4706a8beb85313f325317e5feb9dca6bfff17)) * Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([50b6168](https://github.com/pablosec/managed-identity-wallet/commit/50b6168fedccd15076044a8a2aa03b3cdbd6d34f)) * summery VC flow after holder delete summary VC ([1b61f38](https://github.com/pablosec/managed-identity-wallet/commit/1b61f38c721ef961e4f6d5c97555a3dc49c1668d)) * summery VC flow after holder delete summary VC ([33135c1](https://github.com/pablosec/managed-identity-wallet/commit/33135c18b5de0734b26e9c0cb536860811299b13)) * swagger doc request example updated ([550cabb](https://github.com/pablosec/managed-identity-wallet/commit/550cabb1b945861e2e0a88f9e1688c6e9293ffe6)) * swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated ([330d207](https://github.com/pablosec/managed-identity-wallet/commit/330d207e239004340465ecfb34c606a658616c26)) * test case added for VC expiry check while VP validate as JWT ([e605d60](https://github.com/pablosec/managed-identity-wallet/commit/e605d608d9997796031f9831844bf8faec7616b9)) * test case of validate vc wip ([2123468](https://github.com/pablosec/managed-identity-wallet/commit/21234689065a7a39fc45a6d87ce40e7dc79e3ff2)) * test case of validate vc wip ([e4c2ff0](https://github.com/pablosec/managed-identity-wallet/commit/e4c2ff06c50ac7b348ec31231e02037fa2f2b110)) * test cases added for issueMembershipCredential api ([a3d19c1](https://github.com/pablosec/managed-identity-wallet/commit/a3d19c15ad59c57cd06f18fa5630e9555d639d10)) * test cases added for issueMembershipCredential api ([1666bcc](https://github.com/pablosec/managed-identity-wallet/commit/1666bccbfacef2ad423b00e4bc7d688f24bc994f)) * **test:** add Helm unittests for default values ([cc6d2bf](https://github.com/pablosec/managed-identity-wallet/commit/cc6d2bf32f711dd0b745e9e24c7bc73cb02cb5b3)) * **test:** add Helm unittests for default values ([c0f26e4](https://github.com/pablosec/managed-identity-wallet/commit/c0f26e4b47b36e300930b3178b4a5606a26a39c1)) * Testcase modification as per new API specification ([f29edb3](https://github.com/pablosec/managed-identity-wallet/commit/f29edb30ff9c651be10dc082ef6454fd293e7177)) * Testcase modification as per new API specification ([3990eee](https://github.com/pablosec/managed-identity-wallet/commit/3990eee105de860395011fc3a4e0cd7d490d7906)) * token support added in swagger ([cd74001](https://github.com/pablosec/managed-identity-wallet/commit/cd74001c323a54c4dcc9094daca42614c5826ff6)) * token support added in swagger ([813ce33](https://github.com/pablosec/managed-identity-wallet/commit/813ce3305035f66c34d4e696e1ed5819623d4c1f)) * Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) ([aaeefc6](https://github.com/pablosec/managed-identity-wallet/commit/aaeefc61546d4ed3fa6fe0c91527e73d17068f45)) * update ditignore and dev.env added ([b90fe94](https://github.com/pablosec/managed-identity-wallet/commit/b90fe944a6f447e54349ff1ef99298d7fa9f2468)) * update ditignore and dev.env added ([6ff0555](https://github.com/pablosec/managed-identity-wallet/commit/6ff0555f77492f2420fca9ba18fa0087c700d5c8)) * update lib method to resolved vc/vp validate ([6f70b09](https://github.com/pablosec/managed-identity-wallet/commit/6f70b09523bed428472ed61c0c88964473a243b5)) * update lib method to resolved vc/vp validate ([1556d7c](https://github.com/pablosec/managed-identity-wallet/commit/1556d7c9e6b9f9449625f56503a9eb80b064a827)) * updated context url of did document and test case ([0b05e15](https://github.com/pablosec/managed-identity-wallet/commit/0b05e15bfd9e366d80c9004f0b3e9b5aea255438)) * updated create wallet api ([ba320ab](https://github.com/pablosec/managed-identity-wallet/commit/ba320ab31fbed0c833ffb8462b0b39c4a5ab3648)) * updated create wallet api ([c5ad2a1](https://github.com/pablosec/managed-identity-wallet/commit/c5ad2a12e0a44c1f7202d67044233264e546d427)) * updated credential get api ([1698996](https://github.com/pablosec/managed-identity-wallet/commit/16989967d67160ffbff6a0b9eae4d616634fd456)) * updated credential get api ([c6e2af4](https://github.com/pablosec/managed-identity-wallet/commit/c6e2af47a0e7b2fc6a0df4b9a68bb2c6dbaa512e)) * updated issuer credential api and test cases as per new api spec ([f33b056](https://github.com/pablosec/managed-identity-wallet/commit/f33b056c41584e65492b028cebb7f4a9f361d01d)) * updated issuer credential api and test cases as per new api spec ([921becf](https://github.com/pablosec/managed-identity-wallet/commit/921becf0d35597e4209cf6e2dc9e689c0ab2b8b0)) * updated issuer credential api and test cases as per new api spec ([c0f493b](https://github.com/pablosec/managed-identity-wallet/commit/c0f493b779175836ba98b774a7d025a0a3b96809)) * updated issuer credential api and test cases as per new api spec ([ff20227](https://github.com/pablosec/managed-identity-wallet/commit/ff2022747151fd887fcc712cfa3995d978b83fbc)) * updated store credential api ([74df138](https://github.com/pablosec/managed-identity-wallet/commit/74df138aa01417887e2bd439178f1e80b7be840a)) * updated store credential api ([f1e5289](https://github.com/pablosec/managed-identity-wallet/commit/f1e5289abe321a7c1153bbbb831035821bf2f1a4)) * updated swagger doc ([e6179d1](https://github.com/pablosec/managed-identity-wallet/commit/e6179d170da340dc7c1d192c516b28778e15fd30)) * updated swagger doc response sample and env file ([cba1d5f](https://github.com/pablosec/managed-identity-wallet/commit/cba1d5fff6dacc7cd09ec89f072bfc1fc9e083fd)) * updated vc type ([8b6ebfa](https://github.com/pablosec/managed-identity-wallet/commit/8b6ebfadbddabe9342b227e8043be110f7ae1ae1)) * updated vc type ([5acbea5](https://github.com/pablosec/managed-identity-wallet/commit/5acbea5c499a32a062819ec2987171efdff1391b)) * validate issuer bpn while creating new wallet ([99b0117](https://github.com/pablosec/managed-identity-wallet/commit/99b0117c2c2ce71d6f69b22d528e41c2656feba4)) * validate VP and validate VC test cases updated with mock ([7531191](https://github.com/pablosec/managed-identity-wallet/commit/7531191afc62fba81d16aeef26b2ff0a84f20fd8)) * validate VP and validate VC test cases updated with mock ([26a91da](https://github.com/pablosec/managed-identity-wallet/commit/26a91da5234ac789515be501f5b6120e80e389c3)) * validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([235420f](https://github.com/pablosec/managed-identity-wallet/commit/235420fcd3eed36e575c10951bb067b0bb530e9a)) * validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([0339069](https://github.com/pablosec/managed-identity-wallet/commit/0339069c4c90baf4a27829e2fa56c809f76659e5)) * validation added in issue VC api for summary VC ([97ac189](https://github.com/pablosec/managed-identity-wallet/commit/97ac189d1e2ef13da12432c2e340d5b9140fa8cf)) * validation added in issue VC api for summary VC ([159637a](https://github.com/pablosec/managed-identity-wallet/commit/159637a3ce5787c4470b36275b14710aa79022a2)) ### Reverts * Revert "delete file" ([963d008](https://github.com/pablosec/managed-identity-wallet/commit/963d008feaaf7e3bbb98fbceb9d6debec353f345)) * Revert "enabling sqlite usage within scheduler" ([b33936f](https://github.com/pablosec/managed-identity-wallet/commit/b33936f33d712aebd8c85068e72ef58a66dbb819)) --- CHANGELOG.md | 442 ++++++++++++++++++++++ charts/managed-identity-wallet/Chart.yaml | 4 +- gradle.properties | 2 +- 3 files changed, 445 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402683c8b..7e7db115f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,445 @@ +# 1.0.0 (2023-11-23) + + +### Bug Fixes + +* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/pablosec/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f)) +* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/pablosec/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16)) +* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/pablosec/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4)) +* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/pablosec/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca)) +* 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. ([f7673a0](https://github.com/pablosec/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c)) +* 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. ([a5649db](https://github.com/pablosec/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c)) +* 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. ([7c0c7a6](https://github.com/pablosec/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc)) +* 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. ([8506f3c](https://github.com/pablosec/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09)) +* adjust values to enable sync again. ([b856059](https://github.com/pablosec/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447)) +* adjust values to enable sync again. ([3839b33](https://github.com/pablosec/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5)) +* attempt to deploy recent code ([3b5e5f7](https://github.com/pablosec/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8)) +* attempt to deploy recent code ([89677b9](https://github.com/pablosec/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57)) +* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/pablosec/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd)) +* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/pablosec/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128)) +* CGD-288 and code refactor ([f037c16](https://github.com/pablosec/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44)) +* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/pablosec/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) +* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/pablosec/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6)) +* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/pablosec/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b)) +* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/pablosec/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509)) +* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/pablosec/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653)) +* **ci:** build miw app ([99603e3](https://github.com/pablosec/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71)) +* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/pablosec/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20)) +* **ci:** helm chart release ([c2bd166](https://github.com/pablosec/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) +* **ci:** install java 17 ([6bea3d6](https://github.com/pablosec/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c)) +* **ci:** install Taskfile ([a30492e](https://github.com/pablosec/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676)) +* **ci:** quote python version ([e43e1ac](https://github.com/pablosec/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668)) +* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/pablosec/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) +* **ci:** skip app tests ([654da86](https://github.com/pablosec/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325)) +* **ci:** typo ([ed086f6](https://github.com/pablosec/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e)) +* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/pablosec/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4)) +* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/pablosec/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0)) +* **config:** default port for postgresDB ([6b603c0](https://github.com/pablosec/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292)) +* **config:** default port for postgresDB ([8646713](https://github.com/pablosec/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee)) +* conflict resolved ([a2ce51f](https://github.com/pablosec/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400)) +* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/pablosec/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) +* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/pablosec/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353)) +* **devel:** add missing "sudo" ([e912482](https://github.com/pablosec/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271)) +* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/pablosec/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38)) +* **devel:** split into two lines ([0b2e11f](https://github.com/pablosec/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e)) +* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/pablosec/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388)) +* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/pablosec/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1)) +* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/pablosec/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247)) +* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/pablosec/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8)) +* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/pablosec/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8)) +* **helm:** add correct service for postgresql db ([bda0978](https://github.com/pablosec/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0)) +* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/pablosec/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b)) +* **helm:** add empty object ([00a9b08](https://github.com/pablosec/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe)) +* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/pablosec/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e)) +* **helm:** add random generated encryption_key ([6e89285](https://github.com/pablosec/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2)) +* **helm:** add random generated encryption_key ([495f2d9](https://github.com/pablosec/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b)) +* **helm:** add space (typo) ([392c254](https://github.com/pablosec/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05)) +* **helm:** adjust test ([3d90ba4](https://github.com/pablosec/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472)) +* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/pablosec/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376)) +* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/pablosec/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d)) +* **helm:** fix suggested issues from PR ([27ae102](https://github.com/pablosec/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60)) +* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/pablosec/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65)) +* **helm:** quote numbers ([9a48104](https://github.com/pablosec/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e)) +* **helm:** quote numbers ([91b5814](https://github.com/pablosec/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354)) +* **helm:** remove double className ([e8e2a43](https://github.com/pablosec/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502)) +* **helm:** remove double className ([3f49be1](https://github.com/pablosec/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38)) +* **helm:** remove duplicate env var ([e8104c3](https://github.com/pablosec/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988)) +* **helm:** remove last slash ([dab469f](https://github.com/pablosec/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482)) +* **helm:** remove last slash ([cfdeded](https://github.com/pablosec/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1)) +* **helm:** remove quotes ([8889455](https://github.com/pablosec/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa)) +* **helm:** remove quotes ([8fe20ec](https://github.com/pablosec/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b)) +* **helm:** remove token (already revoked) ([835654d](https://github.com/pablosec/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e)) +* **helm:** remove token (already revoked) ([acfcac5](https://github.com/pablosec/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff)) +* **helm:** remove trailing space ([019f262](https://github.com/pablosec/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb)) +* **helm:** set ingress host path to "/" ([3dcfd46](https://github.com/pablosec/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6)) +* **helm:** set ingress host path to "/" ([dd876c2](https://github.com/pablosec/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10)) +* **helm:** typo in db_host ([66daf19](https://github.com/pablosec/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21)) +* **helm:** typo in db_host ([0f63369](https://github.com/pablosec/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3)) +* **helm:** update image repo ([3084122](https://github.com/pablosec/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5)) +* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/pablosec/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6)) +* **helm:** wrong data type in secret ([c600d16](https://github.com/pablosec/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf)) +* **helm:** wrong data type in secret ([a16ba13](https://github.com/pablosec/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf)) +* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/pablosec/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2)) +* missing env variables in release workflow ([#111](https://github.com/pablosec/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/pablosec/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) +* rate limit during json-ld context loading ([#100](https://github.com/pablosec/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/pablosec/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) +* remove all links to remote repos ([06e14c7](https://github.com/pablosec/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb)) +* remove out-of-date deployment workflow ([3774c74](https://github.com/pablosec/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d)) +* removed recret from code ([d3fe69a](https://github.com/pablosec/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137)) +* test cases ([1a9b51e](https://github.com/pablosec/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90)) +* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/pablosec/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8)) +* typo in Bearer ([754b90a](https://github.com/pablosec/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) +* Typo in Bearer ([#102](https://github.com/pablosec/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/pablosec/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) +* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/pablosec/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900)) +* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/pablosec/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3)) +* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/pablosec/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6)) +* veracode log issue ([69cd4d8](https://github.com/pablosec/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e)) +* veracode log realted issue fix ([7908741](https://github.com/pablosec/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2)) + + +### Features + +* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/pablosec/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9)) +* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/pablosec/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef)) +* add "local.dev" to .gitignore ([0c4166d](https://github.com/pablosec/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e)) +* add "local.dev" to .gitignore ([6431f77](https://github.com/pablosec/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909)) +* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/pablosec/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100)) +* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/pablosec/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14)) +* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/pablosec/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7)) +* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/pablosec/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778)) +* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/pablosec/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) +* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/pablosec/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) +* add header to changelog template ([45b79d0](https://github.com/pablosec/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0)) +* add initContainers ([#142](https://github.com/pablosec/managed-identity-wallet/issues/142)) ([7317800](https://github.com/pablosec/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) +* add tpl to miw ingress ([#143](https://github.com/pablosec/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/pablosec/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) +* added administrator documentation ([1931fa0](https://github.com/pablosec/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83)) +* added administrator documentation ([dd85726](https://github.com/pablosec/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790)) +* added end user documentation ([83ae886](https://github.com/pablosec/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f)) +* added end user documentation ([670faca](https://github.com/pablosec/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f)) +* added test cases for getCredentials api ([56072f6](https://github.com/pablosec/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a)) +* added test cases for getCredentials api ([c3e5cd8](https://github.com/pablosec/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129)) +* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/pablosec/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87)) +* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/pablosec/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123)) +* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/pablosec/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807)) +* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/pablosec/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513)) +* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/pablosec/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470)) +* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/pablosec/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51)) +* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/pablosec/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039)) +* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/pablosec/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c)) +* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/pablosec/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc)) +* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/pablosec/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8)) +* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/pablosec/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319)) +* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/pablosec/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/pablosec/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/pablosec/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/pablosec/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/pablosec/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7)) +* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/pablosec/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747)) +* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/pablosec/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263)) +* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/pablosec/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6)) +* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/pablosec/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0)) +* authority wallet did in env ([139f9d9](https://github.com/pablosec/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386)) +* authority wallet did in env ([32d9587](https://github.com/pablosec/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e)) +* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/pablosec/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) +* bpnCredential added in wallet creation ([67c749f](https://github.com/pablosec/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5)) +* bpnCredential added in wallet creation ([8861877](https://github.com/pablosec/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518)) +* **build:** change default name of miw-app artifact ([29e65af](https://github.com/pablosec/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a)) +* **build:** change default name of miw-app artifact ([6804747](https://github.com/pablosec/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51)) +* caller BPN security added and test case modification for the same ([b375317](https://github.com/pablosec/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3)) +* caller BPN security added and test case modification for the same ([2e00386](https://github.com/pablosec/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87)) +* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/pablosec/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5)) +* CGD-347: manage log level at runtime ([1676bc3](https://github.com/pablosec/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131)) +* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/pablosec/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3)) +* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/pablosec/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633)) +* CGD-444: sql migration added ([f2a1bc3](https://github.com/pablosec/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa)) +* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/pablosec/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec)) +* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/pablosec/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a)) +* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/pablosec/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f)) +* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/pablosec/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a)) +* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/pablosec/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc)) +* **ci:** add --wait to helm install ([b4a56b0](https://github.com/pablosec/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2)) +* **ci:** add docker hub release workflow ([176f580](https://github.com/pablosec/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2)) +* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/pablosec/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4)) +* **ci:** add trigger on push ([ed85975](https://github.com/pablosec/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c)) +* **ci:** adjust to current setup ([ee92bf5](https://github.com/pablosec/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79)) +* **ci:** adjust to current setup ([9325bee](https://github.com/pablosec/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49)) +* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/pablosec/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd)) +* **ci:** enable manual trigger ([d800cc1](https://github.com/pablosec/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e)) +* **ci:** make chart standalone runnable ([be182e9](https://github.com/pablosec/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f)) +* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/pablosec/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71)) +* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/pablosec/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb)) +* **ci:** remove old acapy actions ([27afe80](https://github.com/pablosec/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580)) +* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/pablosec/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599)) +* **ci:** rename miw service GH repo ([e3431bc](https://github.com/pablosec/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35)) +* **ci:** run Helm unittests ([f11f824](https://github.com/pablosec/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de)) +* **ci:** semantic releases from develop branch ([#87](https://github.com/pablosec/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/pablosec/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) +* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/pablosec/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450)) +* **ci:** update deprecated code ([386dcd9](https://github.com/pablosec/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2)) +* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/pablosec/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df)) +* code changes to create DidDocument ([1675ef4](https://github.com/pablosec/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9)) +* code changes to create DidDocument ([b7503a8](https://github.com/pablosec/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f)) +* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/pablosec/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0)) +* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/pablosec/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660)) +* credential get api type filter support added ([9d6a49d](https://github.com/pablosec/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9)) +* credential get api type filter support added ([3217576](https://github.com/pablosec/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d)) +* credential list api added ([e34cf00](https://github.com/pablosec/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8)) +* credential list api added ([bfc15fc](https://github.com/pablosec/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b)) +* credentials validation api wip ([0515ef6](https://github.com/pablosec/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165)) +* credentials validation api wip ([43454f9](https://github.com/pablosec/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c)) +* delete credential api and test cases added ([e56a52e](https://github.com/pablosec/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202)) +* delete credential api and test cases added ([3fbf420](https://github.com/pablosec/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351)) +* **dev:** add pgAdmin to local dev env ([#144](https://github.com/pablosec/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/pablosec/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) +* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/pablosec/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f)) +* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/pablosec/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49)) +* **devel:** add environment type switch ([4a5c128](https://github.com/pablosec/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8)) +* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/pablosec/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e)) +* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/pablosec/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92)) +* **devel:** add helm values for local deployment ([895c506](https://github.com/pablosec/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5)) +* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/pablosec/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069)) +* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/pablosec/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201)) +* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/pablosec/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785)) +* **devel:** add more cleanup commands ([c18b1b0](https://github.com/pablosec/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718)) +* **devel:** add more cleanup commands ([672a08c](https://github.com/pablosec/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a)) +* **devel:** add new dev environment ([0858bf9](https://github.com/pablosec/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39)) +* **devel:** add new dev environment ([6a37e10](https://github.com/pablosec/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2)) +* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/pablosec/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100)) +* **devel:** add realm for local dev config ([56a67b7](https://github.com/pablosec/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966)) +* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/pablosec/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d)) +* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/pablosec/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4)) +* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/pablosec/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845)) +* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/pablosec/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1)) +* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/pablosec/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf)) +* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/pablosec/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954)) +* **devel:** env-files move to dev folder ([660cac9](https://github.com/pablosec/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7)) +* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/pablosec/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f)) +* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/pablosec/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e)) +* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/pablosec/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d)) +* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/pablosec/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa)) +* **devel:** Introduce Taskfile ([5d4a889](https://github.com/pablosec/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6)) +* **devel:** Introduce Taskfile ([a63ac91](https://github.com/pablosec/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167)) +* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/pablosec/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623)) +* **devel:** moved to dev-assets folder ([a70115c](https://github.com/pablosec/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a)) +* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/pablosec/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2)) +* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/pablosec/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32)) +* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/pablosec/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158)) +* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/pablosec/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2)) +* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/pablosec/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39)) +* **devel:** Remove obsolete stuff ([94b075a](https://github.com/pablosec/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167)) +* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/pablosec/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97)) +* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/pablosec/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027)) +* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/pablosec/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4)) +* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/pablosec/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea)) +* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/pablosec/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4)) +* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/pablosec/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e)) +* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/pablosec/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8)) +* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/pablosec/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc)) +* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/pablosec/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab)) +* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/pablosec/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1)) +* **devel:** split tasks to own namespaces ([db0151c](https://github.com/pablosec/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a)) +* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/pablosec/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1)) +* **devel:** suppress task header in output ([87aff68](https://github.com/pablosec/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4)) +* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/pablosec/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98)) +* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/pablosec/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579)) +* **devel:** update .gitignore ([33b7262](https://github.com/pablosec/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca)) +* **devel:** update readme ([74fdb21](https://github.com/pablosec/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834)) +* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/pablosec/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af)) +* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/pablosec/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089)) +* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/pablosec/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922)) +* did document resolver component changes reverted ([1d72ac0](https://github.com/pablosec/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96)) +* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/pablosec/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a)) +* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/pablosec/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d)) +* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/pablosec/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c)) +* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/pablosec/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e)) +* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/pablosec/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a)) +* **doc:** Extend Mac user information ([403362d](https://github.com/pablosec/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0)) +* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/pablosec/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0)) +* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/pablosec/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb)) +* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/pablosec/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e)) +* **doc:** mark important content in README.md ([43dec2d](https://github.com/pablosec/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f)) +* error msg updated ([2b305d2](https://github.com/pablosec/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) +* framework VC name changes and test case changes ([7952f4b](https://github.com/pablosec/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523)) +* framework VC name changes and test case changes ([ce0c230](https://github.com/pablosec/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83)) +* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/pablosec/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242)) +* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/pablosec/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e)) +* **helm:** add additional unittests ([fc60d9a](https://github.com/pablosec/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca)) +* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/pablosec/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d)) +* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/pablosec/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c)) +* **helm:** add classname annotation to ingress ([d250497](https://github.com/pablosec/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998)) +* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/pablosec/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5)) +* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/pablosec/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3)) +* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/pablosec/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16)) +* **helm:** add container env and DB secrets ([f175786](https://github.com/pablosec/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb)) +* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/pablosec/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff)) +* **helm:** add default labels to secret ([dfe107d](https://github.com/pablosec/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec)) +* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/pablosec/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530)) +* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/pablosec/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c)) +* **helm:** add external chart repos ([30b04c2](https://github.com/pablosec/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3)) +* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/pablosec/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720)) +* **helm:** add full release name to ingress secret name ([474d988](https://github.com/pablosec/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718)) +* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/pablosec/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1)) +* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/pablosec/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f)) +* **helm:** add init script to setup initial database ([9950690](https://github.com/pablosec/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112)) +* **helm:** add init script to setup initial database ([fb2c770](https://github.com/pablosec/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741)) +* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/pablosec/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c)) +* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/pablosec/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252)) +* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/pablosec/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9)) +* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/pablosec/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0)) +* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/pablosec/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3)) +* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/pablosec/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6)) +* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/pablosec/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529)) +* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/pablosec/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc)) +* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/pablosec/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6)) +* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/pablosec/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b)) +* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/pablosec/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d)) +* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/pablosec/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4)) +* **helm:** change active Helm chart ([a5a88b5](https://github.com/pablosec/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b)) +* **helm:** change active Helm chart ([4b1ecb5](https://github.com/pablosec/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026)) +* **helm:** comment out default values ([d424086](https://github.com/pablosec/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d)) +* **helm:** comment out default values ([5a12051](https://github.com/pablosec/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240)) +* **helm:** comment out unused config ([248ab4c](https://github.com/pablosec/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636)) +* **helm:** comment out unused config ([9ae62dd](https://github.com/pablosec/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce)) +* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/pablosec/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c)) +* **helm:** extend application name ([5aca6f2](https://github.com/pablosec/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab)) +* **helm:** extend application name ([c50a366](https://github.com/pablosec/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb)) +* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/pablosec/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d)) +* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/pablosec/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/pablosec/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) +* **helm:** remove "dash" from template ([7b5bca9](https://github.com/pablosec/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce)) +* **helm:** remove "dash" from template ([264f1d4](https://github.com/pablosec/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088)) +* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/pablosec/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85)) +* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/pablosec/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94)) +* **helm:** remove unused secrets ([fa21e4d](https://github.com/pablosec/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a)) +* **helm:** remove unused secrets ([d710e2a](https://github.com/pablosec/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda)) +* **helm:** set default database encryption key to random value ([896f31d](https://github.com/pablosec/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d)) +* **helm:** set default log level ([b2910de](https://github.com/pablosec/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33)) +* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/pablosec/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07)) +* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/pablosec/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2)) +* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/pablosec/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb)) +* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/pablosec/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb)) +* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/pablosec/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce)) +* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/pablosec/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6)) +* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/pablosec/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3)) +* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/pablosec/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1)) +* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/pablosec/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1)) +* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/pablosec/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b)) +* **helm:** update Chart.lock ([571c94a](https://github.com/pablosec/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490)) +* **helm:** update Helm chart description ([73235a8](https://github.com/pablosec/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650)) +* **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/pablosec/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd)) +* **helm:** Update readme ([81e58df](https://github.com/pablosec/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04)) +* **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/pablosec/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f)) +* **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/pablosec/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b)) +* **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/pablosec/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea)) +* Holder identifier added in framework VC subject ([e65af19](https://github.com/pablosec/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf)) +* Holder identifier added in framework VC subject ([62cfd2f](https://github.com/pablosec/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d)) +* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/pablosec/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51)) +* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/pablosec/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035)) +* increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/pablosec/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f)) +* increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/pablosec/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03)) +* issue credential api test case added ([6edf1e6](https://github.com/pablosec/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95)) +* issue credential api test case added ([f339ff0](https://github.com/pablosec/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6)) +* Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/pablosec/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33)) +* Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/pablosec/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217)) +* json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/pablosec/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4)) +* json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/pablosec/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02)) +* json web signature 2020 support WIP ([62ee442](https://github.com/pablosec/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a)) +* json web signature 2020 support WIP ([1785e97](https://github.com/pablosec/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3)) +* json web signature and key generation from lib ([8fda456](https://github.com/pablosec/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9)) +* json web signature and key generation from lib ([c29040b](https://github.com/pablosec/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53)) +* membership credentials api added ([45602c8](https://github.com/pablosec/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e)) +* membership credentials api added ([b1a485a](https://github.com/pablosec/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06)) +* Paggination support added in list VC API ([f4338fd](https://github.com/pablosec/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d)) +* Paggination support added in list VC API ([b74c41c](https://github.com/pablosec/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d)) +* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/pablosec/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f)) +* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/pablosec/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1)) +* **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/pablosec/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc)) +* **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/pablosec/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7)) +* presenation API WIP, code refactor ([2c1b5d9](https://github.com/pablosec/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0)) +* presenation API WIP, code refactor ([8cf8e83](https://github.com/pablosec/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830)) +* read me file chamges, sample reponse added ([88651fa](https://github.com/pablosec/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e)) +* read me file chamges, sample reponse added ([ff51983](https://github.com/pablosec/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb)) +* readm changes and gradle fix ([79d5bf0](https://github.com/pablosec/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58)) +* readm changes and gradle fix ([a51127e](https://github.com/pablosec/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15)) +* readme added, validate VP wip ([1c4d6af](https://github.com/pablosec/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9)) +* readme added, validate VP wip ([6325f8a](https://github.com/pablosec/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31)) +* **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/pablosec/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e)) +* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/pablosec/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2)) +* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/pablosec/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba)) +* remove commit link from changelog template ([bf8106e](https://github.com/pablosec/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea)) +* removed endpoint from config file ([93612f7](https://github.com/pablosec/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c)) +* removed endpoint from config file ([b3e9f5f](https://github.com/pablosec/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74)) +* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/pablosec/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5)) +* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/pablosec/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2)) +* Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/pablosec/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627)) +* Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/pablosec/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4)) +* revert renaming and postpone that for later. ([3a63399](https://github.com/pablosec/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa)) +* revert renaming and postpone that for later. ([3a9a209](https://github.com/pablosec/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4)) +* run Docker release on PR only on specific folders ([186104d](https://github.com/pablosec/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008)) +* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/pablosec/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9)) +* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/pablosec/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb)) +* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/pablosec/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530)) +* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/pablosec/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802)) +* ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/pablosec/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a)) +* ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/pablosec/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b)) +* ssi-lib version set to 15 ([910aa2a](https://github.com/pablosec/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3)) +* ssi:lib version updated ([4939ddb](https://github.com/pablosec/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005)) +* ssi:lib version updated ([404b65b](https://github.com/pablosec/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b)) +* Store credential API with test case, Validate test case ([4911817](https://github.com/pablosec/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2)) +* Store credential API with test case, Validate test case ([99307bf](https://github.com/pablosec/managed-identity-wallet/commit/99307bfb94b5f9294e9edce8b8f4b2522273ff08)) +* Store credntial API, testcase mofitication based on DidDocument Java POJO ([569097b](https://github.com/pablosec/managed-identity-wallet/commit/569097b392d0fb7242ed9df47fcaf5fda40904b0)) +* Store credntial API, testcase mofitication based on DidDocument Java POJO ([a0ca176](https://github.com/pablosec/managed-identity-wallet/commit/a0ca176a7e8b59da9120d2756f49ddb6ff0b7831)) +* summary credential test cases added ([b322515](https://github.com/pablosec/managed-identity-wallet/commit/b322515b8b5ed1f9fa10f7cd0138820ba15a7e6e)) +* summary credential test cases added ([0340efb](https://github.com/pablosec/managed-identity-wallet/commit/0340efb5496f6e83949a3094aade7b8f6b6f1bc2)) +* summary VC context URL updated ([0cc6bfb](https://github.com/pablosec/managed-identity-wallet/commit/0cc6bfbd61d845689d6b0fe56214fd03b98bf0e6)) +* summary VC context URL updated ([5a52c43](https://github.com/pablosec/managed-identity-wallet/commit/5a52c431684338fe9b69f543ee0425974726ce62)) +* Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([07c4706](https://github.com/pablosec/managed-identity-wallet/commit/07c4706a8beb85313f325317e5feb9dca6bfff17)) +* Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([50b6168](https://github.com/pablosec/managed-identity-wallet/commit/50b6168fedccd15076044a8a2aa03b3cdbd6d34f)) +* summery VC flow after holder delete summary VC ([1b61f38](https://github.com/pablosec/managed-identity-wallet/commit/1b61f38c721ef961e4f6d5c97555a3dc49c1668d)) +* summery VC flow after holder delete summary VC ([33135c1](https://github.com/pablosec/managed-identity-wallet/commit/33135c18b5de0734b26e9c0cb536860811299b13)) +* swagger doc request example updated ([550cabb](https://github.com/pablosec/managed-identity-wallet/commit/550cabb1b945861e2e0a88f9e1688c6e9293ffe6)) +* swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated ([330d207](https://github.com/pablosec/managed-identity-wallet/commit/330d207e239004340465ecfb34c606a658616c26)) +* test case added for VC expiry check while VP validate as JWT ([e605d60](https://github.com/pablosec/managed-identity-wallet/commit/e605d608d9997796031f9831844bf8faec7616b9)) +* test case of validate vc wip ([2123468](https://github.com/pablosec/managed-identity-wallet/commit/21234689065a7a39fc45a6d87ce40e7dc79e3ff2)) +* test case of validate vc wip ([e4c2ff0](https://github.com/pablosec/managed-identity-wallet/commit/e4c2ff06c50ac7b348ec31231e02037fa2f2b110)) +* test cases added for issueMembershipCredential api ([a3d19c1](https://github.com/pablosec/managed-identity-wallet/commit/a3d19c15ad59c57cd06f18fa5630e9555d639d10)) +* test cases added for issueMembershipCredential api ([1666bcc](https://github.com/pablosec/managed-identity-wallet/commit/1666bccbfacef2ad423b00e4bc7d688f24bc994f)) +* **test:** add Helm unittests for default values ([cc6d2bf](https://github.com/pablosec/managed-identity-wallet/commit/cc6d2bf32f711dd0b745e9e24c7bc73cb02cb5b3)) +* **test:** add Helm unittests for default values ([c0f26e4](https://github.com/pablosec/managed-identity-wallet/commit/c0f26e4b47b36e300930b3178b4a5606a26a39c1)) +* Testcase modification as per new API specification ([f29edb3](https://github.com/pablosec/managed-identity-wallet/commit/f29edb30ff9c651be10dc082ef6454fd293e7177)) +* Testcase modification as per new API specification ([3990eee](https://github.com/pablosec/managed-identity-wallet/commit/3990eee105de860395011fc3a4e0cd7d490d7906)) +* token support added in swagger ([cd74001](https://github.com/pablosec/managed-identity-wallet/commit/cd74001c323a54c4dcc9094daca42614c5826ff6)) +* token support added in swagger ([813ce33](https://github.com/pablosec/managed-identity-wallet/commit/813ce3305035f66c34d4e696e1ed5819623d4c1f)) +* Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) ([aaeefc6](https://github.com/pablosec/managed-identity-wallet/commit/aaeefc61546d4ed3fa6fe0c91527e73d17068f45)) +* update ditignore and dev.env added ([b90fe94](https://github.com/pablosec/managed-identity-wallet/commit/b90fe944a6f447e54349ff1ef99298d7fa9f2468)) +* update ditignore and dev.env added ([6ff0555](https://github.com/pablosec/managed-identity-wallet/commit/6ff0555f77492f2420fca9ba18fa0087c700d5c8)) +* update lib method to resolved vc/vp validate ([6f70b09](https://github.com/pablosec/managed-identity-wallet/commit/6f70b09523bed428472ed61c0c88964473a243b5)) +* update lib method to resolved vc/vp validate ([1556d7c](https://github.com/pablosec/managed-identity-wallet/commit/1556d7c9e6b9f9449625f56503a9eb80b064a827)) +* updated context url of did document and test case ([0b05e15](https://github.com/pablosec/managed-identity-wallet/commit/0b05e15bfd9e366d80c9004f0b3e9b5aea255438)) +* updated create wallet api ([ba320ab](https://github.com/pablosec/managed-identity-wallet/commit/ba320ab31fbed0c833ffb8462b0b39c4a5ab3648)) +* updated create wallet api ([c5ad2a1](https://github.com/pablosec/managed-identity-wallet/commit/c5ad2a12e0a44c1f7202d67044233264e546d427)) +* updated credential get api ([1698996](https://github.com/pablosec/managed-identity-wallet/commit/16989967d67160ffbff6a0b9eae4d616634fd456)) +* updated credential get api ([c6e2af4](https://github.com/pablosec/managed-identity-wallet/commit/c6e2af47a0e7b2fc6a0df4b9a68bb2c6dbaa512e)) +* updated issuer credential api and test cases as per new api spec ([f33b056](https://github.com/pablosec/managed-identity-wallet/commit/f33b056c41584e65492b028cebb7f4a9f361d01d)) +* updated issuer credential api and test cases as per new api spec ([921becf](https://github.com/pablosec/managed-identity-wallet/commit/921becf0d35597e4209cf6e2dc9e689c0ab2b8b0)) +* updated issuer credential api and test cases as per new api spec ([c0f493b](https://github.com/pablosec/managed-identity-wallet/commit/c0f493b779175836ba98b774a7d025a0a3b96809)) +* updated issuer credential api and test cases as per new api spec ([ff20227](https://github.com/pablosec/managed-identity-wallet/commit/ff2022747151fd887fcc712cfa3995d978b83fbc)) +* updated store credential api ([74df138](https://github.com/pablosec/managed-identity-wallet/commit/74df138aa01417887e2bd439178f1e80b7be840a)) +* updated store credential api ([f1e5289](https://github.com/pablosec/managed-identity-wallet/commit/f1e5289abe321a7c1153bbbb831035821bf2f1a4)) +* updated swagger doc ([e6179d1](https://github.com/pablosec/managed-identity-wallet/commit/e6179d170da340dc7c1d192c516b28778e15fd30)) +* updated swagger doc response sample and env file ([cba1d5f](https://github.com/pablosec/managed-identity-wallet/commit/cba1d5fff6dacc7cd09ec89f072bfc1fc9e083fd)) +* updated vc type ([8b6ebfa](https://github.com/pablosec/managed-identity-wallet/commit/8b6ebfadbddabe9342b227e8043be110f7ae1ae1)) +* updated vc type ([5acbea5](https://github.com/pablosec/managed-identity-wallet/commit/5acbea5c499a32a062819ec2987171efdff1391b)) +* validate issuer bpn while creating new wallet ([99b0117](https://github.com/pablosec/managed-identity-wallet/commit/99b0117c2c2ce71d6f69b22d528e41c2656feba4)) +* validate VP and validate VC test cases updated with mock ([7531191](https://github.com/pablosec/managed-identity-wallet/commit/7531191afc62fba81d16aeef26b2ff0a84f20fd8)) +* validate VP and validate VC test cases updated with mock ([26a91da](https://github.com/pablosec/managed-identity-wallet/commit/26a91da5234ac789515be501f5b6120e80e389c3)) +* validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([235420f](https://github.com/pablosec/managed-identity-wallet/commit/235420fcd3eed36e575c10951bb067b0bb530e9a)) +* validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([0339069](https://github.com/pablosec/managed-identity-wallet/commit/0339069c4c90baf4a27829e2fa56c809f76659e5)) +* validation added in issue VC api for summary VC ([97ac189](https://github.com/pablosec/managed-identity-wallet/commit/97ac189d1e2ef13da12432c2e340d5b9140fa8cf)) +* validation added in issue VC api for summary VC ([159637a](https://github.com/pablosec/managed-identity-wallet/commit/159637a3ce5787c4470b36275b14710aa79022a2)) + + +### Reverts + +* Revert "delete file" ([963d008](https://github.com/pablosec/managed-identity-wallet/commit/963d008feaaf7e3bbb98fbceb9d6debec353f345)) +* Revert "enabling sqlite usage within scheduler" ([b33936f](https://github.com/pablosec/managed-identity-wallet/commit/b33936f33d712aebd8c85068e72ef58a66dbb819)) + # [0.2.0-develop.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 4e3ee48ea..8d0d9496e 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0-develop.7 -appVersion: 0.2.0-develop.7 +version: 1.0.0 +appVersion: 1.0.0 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 89bbf273c..003b92bb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.7 +applicationVersion=1.0.0 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From b3e843ced4f416b1f541faadfe5e070d76a46db2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 14:28:56 +0000 Subject: [PATCH 11/13] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-11-23) ### Bug Fixes * adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/pablosec/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f)) * adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/pablosec/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16)) * adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/pablosec/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4)) * adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/pablosec/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca)) * 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. ([f7673a0](https://github.com/pablosec/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c)) * 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. ([a5649db](https://github.com/pablosec/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c)) * 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. ([7c0c7a6](https://github.com/pablosec/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc)) * 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. ([8506f3c](https://github.com/pablosec/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09)) * adjust values to enable sync again. ([b856059](https://github.com/pablosec/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447)) * adjust values to enable sync again. ([3839b33](https://github.com/pablosec/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5)) * attempt to deploy recent code ([3b5e5f7](https://github.com/pablosec/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8)) * attempt to deploy recent code ([89677b9](https://github.com/pablosec/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57)) * CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/pablosec/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd)) * CGD-238: BPN from access_token ignore case ([3529887](https://github.com/pablosec/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128)) * CGD-288 and code refactor ([f037c16](https://github.com/pablosec/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44)) * CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/pablosec/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) * changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/pablosec/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6)) * changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/pablosec/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b)) * **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/pablosec/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509)) * **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/pablosec/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653)) * **ci:** build miw app ([99603e3](https://github.com/pablosec/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71)) * **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/pablosec/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20)) * **ci:** helm chart release ([c2bd166](https://github.com/pablosec/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) * **ci:** install java 17 ([6bea3d6](https://github.com/pablosec/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c)) * **ci:** install Taskfile ([a30492e](https://github.com/pablosec/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676)) * **ci:** quote python version ([e43e1ac](https://github.com/pablosec/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668)) * **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/pablosec/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) * **ci:** skip app tests ([654da86](https://github.com/pablosec/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325)) * **ci:** typo ([ed086f6](https://github.com/pablosec/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e)) * **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/pablosec/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4)) * **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/pablosec/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0)) * **config:** default port for postgresDB ([6b603c0](https://github.com/pablosec/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292)) * **config:** default port for postgresDB ([8646713](https://github.com/pablosec/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee)) * conflict resolved ([a2ce51f](https://github.com/pablosec/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400)) * **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/pablosec/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) * **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/pablosec/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353)) * **devel:** add missing "sudo" ([e912482](https://github.com/pablosec/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271)) * **devel:** replace docker_compose env var with real command ([187435b](https://github.com/pablosec/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38)) * **devel:** split into two lines ([0b2e11f](https://github.com/pablosec/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e)) * **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/pablosec/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388)) * **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/pablosec/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1)) * **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/pablosec/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247)) * **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/pablosec/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8)) * **helm:** add correct service for postgresql db ([e00a84f](https://github.com/pablosec/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8)) * **helm:** add correct service for postgresql db ([bda0978](https://github.com/pablosec/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0)) * **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/pablosec/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b)) * **helm:** add empty object ([00a9b08](https://github.com/pablosec/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe)) * **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/pablosec/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e)) * **helm:** add random generated encryption_key ([6e89285](https://github.com/pablosec/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2)) * **helm:** add random generated encryption_key ([495f2d9](https://github.com/pablosec/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b)) * **helm:** add space (typo) ([392c254](https://github.com/pablosec/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05)) * **helm:** adjust test ([3d90ba4](https://github.com/pablosec/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472)) * **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/pablosec/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376)) * **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/pablosec/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d)) * **helm:** fix suggested issues from PR ([27ae102](https://github.com/pablosec/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60)) * **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/pablosec/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65)) * **helm:** quote numbers ([9a48104](https://github.com/pablosec/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e)) * **helm:** quote numbers ([91b5814](https://github.com/pablosec/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354)) * **helm:** remove double className ([e8e2a43](https://github.com/pablosec/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502)) * **helm:** remove double className ([3f49be1](https://github.com/pablosec/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38)) * **helm:** remove duplicate env var ([e8104c3](https://github.com/pablosec/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988)) * **helm:** remove last slash ([dab469f](https://github.com/pablosec/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482)) * **helm:** remove last slash ([cfdeded](https://github.com/pablosec/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1)) * **helm:** remove quotes ([8889455](https://github.com/pablosec/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa)) * **helm:** remove quotes ([8fe20ec](https://github.com/pablosec/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b)) * **helm:** remove token (already revoked) ([835654d](https://github.com/pablosec/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e)) * **helm:** remove token (already revoked) ([acfcac5](https://github.com/pablosec/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff)) * **helm:** remove trailing space ([019f262](https://github.com/pablosec/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb)) * **helm:** set ingress host path to "/" ([3dcfd46](https://github.com/pablosec/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6)) * **helm:** set ingress host path to "/" ([dd876c2](https://github.com/pablosec/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10)) * **helm:** typo in db_host ([66daf19](https://github.com/pablosec/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21)) * **helm:** typo in db_host ([0f63369](https://github.com/pablosec/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3)) * **helm:** update image repo ([3084122](https://github.com/pablosec/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5)) * **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/pablosec/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6)) * **helm:** wrong data type in secret ([c600d16](https://github.com/pablosec/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf)) * **helm:** wrong data type in secret ([a16ba13](https://github.com/pablosec/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf)) * missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/pablosec/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2)) * missing env variables in release workflow ([#111](https://github.com/pablosec/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/pablosec/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) * rate limit during json-ld context loading ([#100](https://github.com/pablosec/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/pablosec/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) * remove all links to remote repos ([06e14c7](https://github.com/pablosec/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb)) * remove out-of-date deployment workflow ([3774c74](https://github.com/pablosec/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d)) * removed recret from code ([d3fe69a](https://github.com/pablosec/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137)) * test cases ([1a9b51e](https://github.com/pablosec/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90)) * tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/pablosec/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8)) * typo in Bearer ([754b90a](https://github.com/pablosec/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) * Typo in Bearer ([#102](https://github.com/pablosec/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/pablosec/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) * validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/pablosec/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900)) * Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/pablosec/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3)) * veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/pablosec/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6)) * veracode log issue ([69cd4d8](https://github.com/pablosec/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e)) * veracode log realted issue fix ([7908741](https://github.com/pablosec/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2)) ### Features * add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/pablosec/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9)) * add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/pablosec/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef)) * add "local.dev" to .gitignore ([0c4166d](https://github.com/pablosec/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e)) * add "local.dev" to .gitignore ([6431f77](https://github.com/pablosec/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909)) * add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/pablosec/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100)) * add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/pablosec/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14)) * add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/pablosec/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7)) * add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/pablosec/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778)) * add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/pablosec/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) * add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/pablosec/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) * add header to changelog template ([45b79d0](https://github.com/pablosec/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0)) * add initContainers ([#142](https://github.com/pablosec/managed-identity-wallet/issues/142)) ([7317800](https://github.com/pablosec/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) * add tpl to miw ingress ([#143](https://github.com/pablosec/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/pablosec/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) * added administrator documentation ([1931fa0](https://github.com/pablosec/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83)) * added administrator documentation ([dd85726](https://github.com/pablosec/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790)) * added end user documentation ([83ae886](https://github.com/pablosec/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f)) * added end user documentation ([670faca](https://github.com/pablosec/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f)) * added test cases for getCredentials api ([56072f6](https://github.com/pablosec/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a)) * added test cases for getCredentials api ([c3e5cd8](https://github.com/pablosec/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129)) * adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/pablosec/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87)) * adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/pablosec/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123)) * adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/pablosec/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807)) * adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/pablosec/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513)) * adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/pablosec/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470)) * adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/pablosec/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51)) * adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/pablosec/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039)) * adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/pablosec/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c)) * adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/pablosec/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc)) * adds overview of roles associated with available endpoints ([572f2c2](https://github.com/pablosec/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8)) * adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/pablosec/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319)) * adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/pablosec/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/pablosec/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/pablosec/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/pablosec/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/pablosec/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7)) * **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/pablosec/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747)) * **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/pablosec/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263)) * authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/pablosec/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6)) * authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/pablosec/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0)) * authority wallet did in env ([139f9d9](https://github.com/pablosec/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386)) * authority wallet did in env ([32d9587](https://github.com/pablosec/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e)) * BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/pablosec/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) * bpnCredential added in wallet creation ([67c749f](https://github.com/pablosec/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5)) * bpnCredential added in wallet creation ([8861877](https://github.com/pablosec/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518)) * **build:** change default name of miw-app artifact ([29e65af](https://github.com/pablosec/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a)) * **build:** change default name of miw-app artifact ([6804747](https://github.com/pablosec/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51)) * caller BPN security added and test case modification for the same ([b375317](https://github.com/pablosec/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3)) * caller BPN security added and test case modification for the same ([2e00386](https://github.com/pablosec/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87)) * CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/pablosec/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5)) * CGD-347: manage log level at runtime ([1676bc3](https://github.com/pablosec/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131)) * CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/pablosec/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3)) * CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/pablosec/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633)) * CGD-444: sql migration added ([f2a1bc3](https://github.com/pablosec/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa)) * change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/pablosec/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec)) * change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/pablosec/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a)) * change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/pablosec/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f)) * change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/pablosec/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a)) * check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/pablosec/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc)) * **ci:** add --wait to helm install ([b4a56b0](https://github.com/pablosec/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2)) * **ci:** add docker hub release workflow ([176f580](https://github.com/pablosec/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2)) * **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/pablosec/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4)) * **ci:** add trigger on push ([ed85975](https://github.com/pablosec/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c)) * **ci:** adjust to current setup ([ee92bf5](https://github.com/pablosec/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79)) * **ci:** adjust to current setup ([9325bee](https://github.com/pablosec/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49)) * **ci:** adjust trivy GH Action ([ee2f548](https://github.com/pablosec/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd)) * **ci:** enable manual trigger ([d800cc1](https://github.com/pablosec/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e)) * **ci:** make chart standalone runnable ([be182e9](https://github.com/pablosec/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f)) * **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/pablosec/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71)) * **ci:** remove old acapy actions ([e0f0ae7](https://github.com/pablosec/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb)) * **ci:** remove old acapy actions ([27afe80](https://github.com/pablosec/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580)) * **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/pablosec/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599)) * **ci:** rename miw service GH repo ([e3431bc](https://github.com/pablosec/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35)) * **ci:** run Helm unittests ([f11f824](https://github.com/pablosec/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de)) * **ci:** semantic releases from develop branch ([#87](https://github.com/pablosec/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/pablosec/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) * **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/pablosec/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450)) * **ci:** update deprecated code ([386dcd9](https://github.com/pablosec/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2)) * **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/pablosec/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df)) * code changes to create DidDocument ([1675ef4](https://github.com/pablosec/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9)) * code changes to create DidDocument ([b7503a8](https://github.com/pablosec/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f)) * Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/pablosec/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0)) * Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/pablosec/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660)) * credential get api type filter support added ([9d6a49d](https://github.com/pablosec/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9)) * credential get api type filter support added ([3217576](https://github.com/pablosec/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d)) * credential list api added ([e34cf00](https://github.com/pablosec/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8)) * credential list api added ([bfc15fc](https://github.com/pablosec/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b)) * credentials validation api wip ([0515ef6](https://github.com/pablosec/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165)) * credentials validation api wip ([43454f9](https://github.com/pablosec/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c)) * delete credential api and test cases added ([e56a52e](https://github.com/pablosec/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202)) * delete credential api and test cases added ([3fbf420](https://github.com/pablosec/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351)) * **dev:** add pgAdmin to local dev env ([#144](https://github.com/pablosec/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/pablosec/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) * **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/pablosec/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f)) * **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/pablosec/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49)) * **devel:** add environment type switch ([4a5c128](https://github.com/pablosec/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8)) * **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/pablosec/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e)) * **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/pablosec/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92)) * **devel:** add helm values for local deployment ([895c506](https://github.com/pablosec/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5)) * **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/pablosec/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069)) * **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/pablosec/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201)) * **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/pablosec/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785)) * **devel:** add more cleanup commands ([c18b1b0](https://github.com/pablosec/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718)) * **devel:** add more cleanup commands ([672a08c](https://github.com/pablosec/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a)) * **devel:** add new dev environment ([0858bf9](https://github.com/pablosec/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39)) * **devel:** add new dev environment ([6a37e10](https://github.com/pablosec/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2)) * **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/pablosec/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100)) * **devel:** add realm for local dev config ([56a67b7](https://github.com/pablosec/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966)) * **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/pablosec/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d)) * **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/pablosec/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4)) * **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/pablosec/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845)) * **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/pablosec/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1)) * **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/pablosec/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf)) * **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/pablosec/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954)) * **devel:** env-files move to dev folder ([660cac9](https://github.com/pablosec/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7)) * **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/pablosec/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f)) * **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/pablosec/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e)) * **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/pablosec/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d)) * **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/pablosec/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa)) * **devel:** Introduce Taskfile ([5d4a889](https://github.com/pablosec/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6)) * **devel:** Introduce Taskfile ([a63ac91](https://github.com/pablosec/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167)) * **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/pablosec/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623)) * **devel:** moved to dev-assets folder ([a70115c](https://github.com/pablosec/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a)) * **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/pablosec/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2)) * **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/pablosec/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32)) * **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/pablosec/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158)) * **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/pablosec/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2)) * **devel:** Remove obsolete stuff ([c2ff738](https://github.com/pablosec/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39)) * **devel:** Remove obsolete stuff ([94b075a](https://github.com/pablosec/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167)) * **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/pablosec/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97)) * **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/pablosec/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027)) * **devel:** rename tasks in Taskfile ([cdde677](https://github.com/pablosec/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4)) * **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/pablosec/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea)) * **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/pablosec/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4)) * **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/pablosec/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e)) * **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/pablosec/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8)) * **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/pablosec/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc)) * **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/pablosec/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab)) * **devel:** show install link provided as parameter ([cb7ae41](https://github.com/pablosec/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1)) * **devel:** split tasks to own namespaces ([db0151c](https://github.com/pablosec/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a)) * **devel:** split tasks to own namespaces ([f7ff401](https://github.com/pablosec/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1)) * **devel:** suppress task header in output ([87aff68](https://github.com/pablosec/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4)) * **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/pablosec/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98)) * **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/pablosec/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579)) * **devel:** update .gitignore ([33b7262](https://github.com/pablosec/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca)) * **devel:** update readme ([74fdb21](https://github.com/pablosec/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834)) * **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/pablosec/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af)) * **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/pablosec/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089)) * **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/pablosec/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922)) * did document resolver component changes reverted ([1d72ac0](https://github.com/pablosec/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96)) * **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/pablosec/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a)) * **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/pablosec/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d)) * **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/pablosec/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c)) * **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/pablosec/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e)) * **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/pablosec/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a)) * **doc:** Extend Mac user information ([403362d](https://github.com/pablosec/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0)) * **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/pablosec/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0)) * **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/pablosec/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb)) * **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/pablosec/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e)) * **doc:** mark important content in README.md ([43dec2d](https://github.com/pablosec/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f)) * error msg updated ([2b305d2](https://github.com/pablosec/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) * framework VC name changes and test case changes ([7952f4b](https://github.com/pablosec/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523)) * framework VC name changes and test case changes ([ce0c230](https://github.com/pablosec/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83)) * Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/pablosec/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242)) * Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/pablosec/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e)) * **helm:** add additional unittests ([fc60d9a](https://github.com/pablosec/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca)) * **helm:** add authority_wallet_did env ([ce2e531](https://github.com/pablosec/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d)) * **helm:** add authority_wallet_did env ([15e01b0](https://github.com/pablosec/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c)) * **helm:** add classname annotation to ingress ([d250497](https://github.com/pablosec/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998)) * **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/pablosec/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5)) * **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/pablosec/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3)) * **helm:** add container env (plain and from secret) ([d77295f](https://github.com/pablosec/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16)) * **helm:** add container env and DB secrets ([f175786](https://github.com/pablosec/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb)) * **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/pablosec/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff)) * **helm:** add default labels to secret ([dfe107d](https://github.com/pablosec/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec)) * **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/pablosec/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530)) * **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/pablosec/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c)) * **helm:** add external chart repos ([30b04c2](https://github.com/pablosec/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3)) * **helm:** add full release name to ingress secret name ([58a7299](https://github.com/pablosec/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720)) * **helm:** add full release name to ingress secret name ([474d988](https://github.com/pablosec/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718)) * **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/pablosec/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1)) * **helm:** add helm-docs documentation ([24c0fcd](https://github.com/pablosec/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f)) * **helm:** add init script to setup initial database ([9950690](https://github.com/pablosec/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112)) * **helm:** add init script to setup initial database ([fb2c770](https://github.com/pablosec/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741)) * **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/pablosec/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c)) * **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/pablosec/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252)) * **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/pablosec/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9)) * **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/pablosec/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0)) * **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/pablosec/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3)) * **helm:** add simple backup of database to a PV ([680e09f](https://github.com/pablosec/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6)) * **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/pablosec/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529)) * **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/pablosec/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc)) * **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/pablosec/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6)) * **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/pablosec/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b)) * **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/pablosec/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d)) * **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/pablosec/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4)) * **helm:** change active Helm chart ([a5a88b5](https://github.com/pablosec/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b)) * **helm:** change active Helm chart ([4b1ecb5](https://github.com/pablosec/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026)) * **helm:** comment out default values ([d424086](https://github.com/pablosec/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d)) * **helm:** comment out default values ([5a12051](https://github.com/pablosec/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240)) * **helm:** comment out unused config ([248ab4c](https://github.com/pablosec/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636)) * **helm:** comment out unused config ([9ae62dd](https://github.com/pablosec/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce)) * **helm:** encryption key is now always stored in secret ([5913764](https://github.com/pablosec/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c)) * **helm:** extend application name ([5aca6f2](https://github.com/pablosec/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab)) * **helm:** extend application name ([c50a366](https://github.com/pablosec/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb)) * **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/pablosec/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d)) * **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/pablosec/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/pablosec/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) * **helm:** remove "dash" from template ([7b5bca9](https://github.com/pablosec/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce)) * **helm:** remove "dash" from template ([264f1d4](https://github.com/pablosec/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088)) * **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/pablosec/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85)) * **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/pablosec/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94)) * **helm:** remove unused secrets ([fa21e4d](https://github.com/pablosec/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a)) * **helm:** remove unused secrets ([d710e2a](https://github.com/pablosec/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda)) * **helm:** set default database encryption key to random value ([896f31d](https://github.com/pablosec/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d)) * **helm:** set default log level ([b2910de](https://github.com/pablosec/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33)) * **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/pablosec/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07)) * **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/pablosec/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2)) * **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/pablosec/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb)) * **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/pablosec/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb)) * **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/pablosec/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce)) * **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/pablosec/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6)) * **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/pablosec/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3)) * **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/pablosec/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1)) * **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/pablosec/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1)) * **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/pablosec/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b)) * **helm:** update Chart.lock ([571c94a](https://github.com/pablosec/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490)) * **helm:** update Helm chart description ([73235a8](https://github.com/pablosec/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650)) * **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/pablosec/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd)) * **helm:** Update readme ([81e58df](https://github.com/pablosec/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04)) * **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/pablosec/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f)) * **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/pablosec/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b)) * **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/pablosec/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea)) * Holder identifier added in framework VC subject ([e65af19](https://github.com/pablosec/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf)) * Holder identifier added in framework VC subject ([62cfd2f](https://github.com/pablosec/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d)) * increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/pablosec/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51)) * increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/pablosec/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035)) * increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/pablosec/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f)) * increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/pablosec/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03)) * issue credential api test case added ([6edf1e6](https://github.com/pablosec/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95)) * issue credential api test case added ([f339ff0](https://github.com/pablosec/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6)) * Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/pablosec/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33)) * Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/pablosec/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217)) * json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/pablosec/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4)) * json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/pablosec/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02)) * json web signature 2020 support WIP ([62ee442](https://github.com/pablosec/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a)) * json web signature 2020 support WIP ([1785e97](https://github.com/pablosec/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3)) * json web signature and key generation from lib ([8fda456](https://github.com/pablosec/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9)) * json web signature and key generation from lib ([c29040b](https://github.com/pablosec/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53)) * membership credentials api added ([45602c8](https://github.com/pablosec/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e)) * membership credentials api added ([b1a485a](https://github.com/pablosec/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06)) * Paggination support added in list VC API ([f4338fd](https://github.com/pablosec/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d)) * Paggination support added in list VC API ([b74c41c](https://github.com/pablosec/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d)) * **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/pablosec/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f)) * **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/pablosec/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1)) * **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/pablosec/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc)) * **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/pablosec/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7)) * presenation API WIP, code refactor ([2c1b5d9](https://github.com/pablosec/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0)) * presenation API WIP, code refactor ([8cf8e83](https://github.com/pablosec/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830)) * read me file chamges, sample reponse added ([88651fa](https://github.com/pablosec/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e)) * read me file chamges, sample reponse added ([ff51983](https://github.com/pablosec/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb)) * readm changes and gradle fix ([79d5bf0](https://github.com/pablosec/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58)) * readm changes and gradle fix ([a51127e](https://github.com/pablosec/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15)) * readme added, validate VP wip ([1c4d6af](https://github.com/pablosec/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9)) * readme added, validate VP wip ([6325f8a](https://github.com/pablosec/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31)) * **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/pablosec/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e)) * reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/pablosec/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2)) * reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/pablosec/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba)) * remove commit link from changelog template ([bf8106e](https://github.com/pablosec/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea)) * removed endpoint from config file ([93612f7](https://github.com/pablosec/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c)) * removed endpoint from config file ([b3e9f5f](https://github.com/pablosec/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74)) * rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/pablosec/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5)) * rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/pablosec/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2)) * Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/pablosec/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627)) * Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/pablosec/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4)) * revert renaming and postpone that for later. ([3a63399](https://github.com/pablosec/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa)) * revert renaming and postpone that for later. ([3a9a209](https://github.com/pablosec/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4)) * run Docker release on PR only on specific folders ([186104d](https://github.com/pablosec/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008)) * set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/pablosec/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9)) * set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/pablosec/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb)) * Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/pablosec/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530)) * Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/pablosec/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802)) * ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/pablosec/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a)) * ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/pablosec/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b)) * ssi-lib version set to 15 ([910aa2a](https://github.com/pablosec/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3)) * ssi:lib version updated ([4939ddb](https://github.com/pablosec/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005)) * ssi:lib version updated ([404b65b](https://github.com/pablosec/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b)) * Store credential API with test case, Validate test case ([4911817](https://github.com/pablosec/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2)) * Store credential API with test case, Validate test case ([99307bf](https://github.com/pablosec/managed-identity-wallet/commit/99307bfb94b5f9294e9edce8b8f4b2522273ff08)) * Store credntial API, testcase mofitication based on DidDocument Java POJO ([569097b](https://github.com/pablosec/managed-identity-wallet/commit/569097b392d0fb7242ed9df47fcaf5fda40904b0)) * Store credntial API, testcase mofitication based on DidDocument Java POJO ([a0ca176](https://github.com/pablosec/managed-identity-wallet/commit/a0ca176a7e8b59da9120d2756f49ddb6ff0b7831)) * summary credential test cases added ([b322515](https://github.com/pablosec/managed-identity-wallet/commit/b322515b8b5ed1f9fa10f7cd0138820ba15a7e6e)) * summary credential test cases added ([0340efb](https://github.com/pablosec/managed-identity-wallet/commit/0340efb5496f6e83949a3094aade7b8f6b6f1bc2)) * summary VC context URL updated ([0cc6bfb](https://github.com/pablosec/managed-identity-wallet/commit/0cc6bfbd61d845689d6b0fe56214fd03b98bf0e6)) * summary VC context URL updated ([5a52c43](https://github.com/pablosec/managed-identity-wallet/commit/5a52c431684338fe9b69f543ee0425974726ce62)) * Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([07c4706](https://github.com/pablosec/managed-identity-wallet/commit/07c4706a8beb85313f325317e5feb9dca6bfff17)) * Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([50b6168](https://github.com/pablosec/managed-identity-wallet/commit/50b6168fedccd15076044a8a2aa03b3cdbd6d34f)) * summery VC flow after holder delete summary VC ([1b61f38](https://github.com/pablosec/managed-identity-wallet/commit/1b61f38c721ef961e4f6d5c97555a3dc49c1668d)) * summery VC flow after holder delete summary VC ([33135c1](https://github.com/pablosec/managed-identity-wallet/commit/33135c18b5de0734b26e9c0cb536860811299b13)) * swagger doc request example updated ([550cabb](https://github.com/pablosec/managed-identity-wallet/commit/550cabb1b945861e2e0a88f9e1688c6e9293ffe6)) * swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated ([330d207](https://github.com/pablosec/managed-identity-wallet/commit/330d207e239004340465ecfb34c606a658616c26)) * test case added for VC expiry check while VP validate as JWT ([e605d60](https://github.com/pablosec/managed-identity-wallet/commit/e605d608d9997796031f9831844bf8faec7616b9)) * test case of validate vc wip ([2123468](https://github.com/pablosec/managed-identity-wallet/commit/21234689065a7a39fc45a6d87ce40e7dc79e3ff2)) * test case of validate vc wip ([e4c2ff0](https://github.com/pablosec/managed-identity-wallet/commit/e4c2ff06c50ac7b348ec31231e02037fa2f2b110)) * test cases added for issueMembershipCredential api ([a3d19c1](https://github.com/pablosec/managed-identity-wallet/commit/a3d19c15ad59c57cd06f18fa5630e9555d639d10)) * test cases added for issueMembershipCredential api ([1666bcc](https://github.com/pablosec/managed-identity-wallet/commit/1666bccbfacef2ad423b00e4bc7d688f24bc994f)) * **test:** add Helm unittests for default values ([cc6d2bf](https://github.com/pablosec/managed-identity-wallet/commit/cc6d2bf32f711dd0b745e9e24c7bc73cb02cb5b3)) * **test:** add Helm unittests for default values ([c0f26e4](https://github.com/pablosec/managed-identity-wallet/commit/c0f26e4b47b36e300930b3178b4a5606a26a39c1)) * Testcase modification as per new API specification ([f29edb3](https://github.com/pablosec/managed-identity-wallet/commit/f29edb30ff9c651be10dc082ef6454fd293e7177)) * Testcase modification as per new API specification ([3990eee](https://github.com/pablosec/managed-identity-wallet/commit/3990eee105de860395011fc3a4e0cd7d490d7906)) * token support added in swagger ([cd74001](https://github.com/pablosec/managed-identity-wallet/commit/cd74001c323a54c4dcc9094daca42614c5826ff6)) * token support added in swagger ([813ce33](https://github.com/pablosec/managed-identity-wallet/commit/813ce3305035f66c34d4e696e1ed5819623d4c1f)) * Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) ([aaeefc6](https://github.com/pablosec/managed-identity-wallet/commit/aaeefc61546d4ed3fa6fe0c91527e73d17068f45)) * update ditignore and dev.env added ([b90fe94](https://github.com/pablosec/managed-identity-wallet/commit/b90fe944a6f447e54349ff1ef99298d7fa9f2468)) * update ditignore and dev.env added ([6ff0555](https://github.com/pablosec/managed-identity-wallet/commit/6ff0555f77492f2420fca9ba18fa0087c700d5c8)) * update lib method to resolved vc/vp validate ([6f70b09](https://github.com/pablosec/managed-identity-wallet/commit/6f70b09523bed428472ed61c0c88964473a243b5)) * update lib method to resolved vc/vp validate ([1556d7c](https://github.com/pablosec/managed-identity-wallet/commit/1556d7c9e6b9f9449625f56503a9eb80b064a827)) * updated context url of did document and test case ([0b05e15](https://github.com/pablosec/managed-identity-wallet/commit/0b05e15bfd9e366d80c9004f0b3e9b5aea255438)) * updated create wallet api ([ba320ab](https://github.com/pablosec/managed-identity-wallet/commit/ba320ab31fbed0c833ffb8462b0b39c4a5ab3648)) * updated create wallet api ([c5ad2a1](https://github.com/pablosec/managed-identity-wallet/commit/c5ad2a12e0a44c1f7202d67044233264e546d427)) * updated credential get api ([1698996](https://github.com/pablosec/managed-identity-wallet/commit/16989967d67160ffbff6a0b9eae4d616634fd456)) * updated credential get api ([c6e2af4](https://github.com/pablosec/managed-identity-wallet/commit/c6e2af47a0e7b2fc6a0df4b9a68bb2c6dbaa512e)) * updated issuer credential api and test cases as per new api spec ([f33b056](https://github.com/pablosec/managed-identity-wallet/commit/f33b056c41584e65492b028cebb7f4a9f361d01d)) * updated issuer credential api and test cases as per new api spec ([921becf](https://github.com/pablosec/managed-identity-wallet/commit/921becf0d35597e4209cf6e2dc9e689c0ab2b8b0)) * updated issuer credential api and test cases as per new api spec ([c0f493b](https://github.com/pablosec/managed-identity-wallet/commit/c0f493b779175836ba98b774a7d025a0a3b96809)) * updated issuer credential api and test cases as per new api spec ([ff20227](https://github.com/pablosec/managed-identity-wallet/commit/ff2022747151fd887fcc712cfa3995d978b83fbc)) * updated store credential api ([74df138](https://github.com/pablosec/managed-identity-wallet/commit/74df138aa01417887e2bd439178f1e80b7be840a)) * updated store credential api ([f1e5289](https://github.com/pablosec/managed-identity-wallet/commit/f1e5289abe321a7c1153bbbb831035821bf2f1a4)) * updated swagger doc ([e6179d1](https://github.com/pablosec/managed-identity-wallet/commit/e6179d170da340dc7c1d192c516b28778e15fd30)) * updated swagger doc response sample and env file ([cba1d5f](https://github.com/pablosec/managed-identity-wallet/commit/cba1d5fff6dacc7cd09ec89f072bfc1fc9e083fd)) * updated vc type ([8b6ebfa](https://github.com/pablosec/managed-identity-wallet/commit/8b6ebfadbddabe9342b227e8043be110f7ae1ae1)) * updated vc type ([5acbea5](https://github.com/pablosec/managed-identity-wallet/commit/5acbea5c499a32a062819ec2987171efdff1391b)) * validate issuer bpn while creating new wallet ([99b0117](https://github.com/pablosec/managed-identity-wallet/commit/99b0117c2c2ce71d6f69b22d528e41c2656feba4)) * validate VP and validate VC test cases updated with mock ([7531191](https://github.com/pablosec/managed-identity-wallet/commit/7531191afc62fba81d16aeef26b2ff0a84f20fd8)) * validate VP and validate VC test cases updated with mock ([26a91da](https://github.com/pablosec/managed-identity-wallet/commit/26a91da5234ac789515be501f5b6120e80e389c3)) * validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([235420f](https://github.com/pablosec/managed-identity-wallet/commit/235420fcd3eed36e575c10951bb067b0bb530e9a)) * validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([0339069](https://github.com/pablosec/managed-identity-wallet/commit/0339069c4c90baf4a27829e2fa56c809f76659e5)) * validation added in issue VC api for summary VC ([97ac189](https://github.com/pablosec/managed-identity-wallet/commit/97ac189d1e2ef13da12432c2e340d5b9140fa8cf)) * validation added in issue VC api for summary VC ([159637a](https://github.com/pablosec/managed-identity-wallet/commit/159637a3ce5787c4470b36275b14710aa79022a2)) ### Reverts * Revert "delete file" ([963d008](https://github.com/pablosec/managed-identity-wallet/commit/963d008feaaf7e3bbb98fbceb9d6debec353f345)) * Revert "enabling sqlite usage within scheduler" ([b33936f](https://github.com/pablosec/managed-identity-wallet/commit/b33936f33d712aebd8c85068e72ef58a66dbb819)) --- CHANGELOG.md | 442 ++++++++++++++++++++++ charts/managed-identity-wallet/Chart.yaml | 4 +- gradle.properties | 2 +- 3 files changed, 445 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402683c8b..7e7db115f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,445 @@ +# 1.0.0 (2023-11-23) + + +### Bug Fixes + +* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/pablosec/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f)) +* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/pablosec/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16)) +* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/pablosec/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4)) +* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/pablosec/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca)) +* 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. ([f7673a0](https://github.com/pablosec/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c)) +* 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. ([a5649db](https://github.com/pablosec/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c)) +* 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. ([7c0c7a6](https://github.com/pablosec/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc)) +* 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. ([8506f3c](https://github.com/pablosec/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09)) +* adjust values to enable sync again. ([b856059](https://github.com/pablosec/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447)) +* adjust values to enable sync again. ([3839b33](https://github.com/pablosec/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5)) +* attempt to deploy recent code ([3b5e5f7](https://github.com/pablosec/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8)) +* attempt to deploy recent code ([89677b9](https://github.com/pablosec/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57)) +* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/pablosec/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd)) +* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/pablosec/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128)) +* CGD-288 and code refactor ([f037c16](https://github.com/pablosec/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44)) +* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/pablosec/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) +* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/pablosec/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6)) +* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/pablosec/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b)) +* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/pablosec/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509)) +* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/pablosec/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653)) +* **ci:** build miw app ([99603e3](https://github.com/pablosec/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71)) +* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/pablosec/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20)) +* **ci:** helm chart release ([c2bd166](https://github.com/pablosec/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) +* **ci:** install java 17 ([6bea3d6](https://github.com/pablosec/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c)) +* **ci:** install Taskfile ([a30492e](https://github.com/pablosec/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676)) +* **ci:** quote python version ([e43e1ac](https://github.com/pablosec/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668)) +* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/pablosec/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) +* **ci:** skip app tests ([654da86](https://github.com/pablosec/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325)) +* **ci:** typo ([ed086f6](https://github.com/pablosec/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e)) +* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/pablosec/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4)) +* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/pablosec/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0)) +* **config:** default port for postgresDB ([6b603c0](https://github.com/pablosec/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292)) +* **config:** default port for postgresDB ([8646713](https://github.com/pablosec/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee)) +* conflict resolved ([a2ce51f](https://github.com/pablosec/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400)) +* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/pablosec/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) +* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/pablosec/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353)) +* **devel:** add missing "sudo" ([e912482](https://github.com/pablosec/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271)) +* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/pablosec/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38)) +* **devel:** split into two lines ([0b2e11f](https://github.com/pablosec/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e)) +* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/pablosec/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388)) +* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/pablosec/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1)) +* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/pablosec/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247)) +* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/pablosec/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8)) +* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/pablosec/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8)) +* **helm:** add correct service for postgresql db ([bda0978](https://github.com/pablosec/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0)) +* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/pablosec/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b)) +* **helm:** add empty object ([00a9b08](https://github.com/pablosec/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe)) +* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/pablosec/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e)) +* **helm:** add random generated encryption_key ([6e89285](https://github.com/pablosec/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2)) +* **helm:** add random generated encryption_key ([495f2d9](https://github.com/pablosec/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b)) +* **helm:** add space (typo) ([392c254](https://github.com/pablosec/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05)) +* **helm:** adjust test ([3d90ba4](https://github.com/pablosec/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472)) +* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/pablosec/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376)) +* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/pablosec/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d)) +* **helm:** fix suggested issues from PR ([27ae102](https://github.com/pablosec/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60)) +* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/pablosec/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65)) +* **helm:** quote numbers ([9a48104](https://github.com/pablosec/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e)) +* **helm:** quote numbers ([91b5814](https://github.com/pablosec/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354)) +* **helm:** remove double className ([e8e2a43](https://github.com/pablosec/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502)) +* **helm:** remove double className ([3f49be1](https://github.com/pablosec/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38)) +* **helm:** remove duplicate env var ([e8104c3](https://github.com/pablosec/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988)) +* **helm:** remove last slash ([dab469f](https://github.com/pablosec/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482)) +* **helm:** remove last slash ([cfdeded](https://github.com/pablosec/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1)) +* **helm:** remove quotes ([8889455](https://github.com/pablosec/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa)) +* **helm:** remove quotes ([8fe20ec](https://github.com/pablosec/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b)) +* **helm:** remove token (already revoked) ([835654d](https://github.com/pablosec/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e)) +* **helm:** remove token (already revoked) ([acfcac5](https://github.com/pablosec/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff)) +* **helm:** remove trailing space ([019f262](https://github.com/pablosec/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb)) +* **helm:** set ingress host path to "/" ([3dcfd46](https://github.com/pablosec/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6)) +* **helm:** set ingress host path to "/" ([dd876c2](https://github.com/pablosec/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10)) +* **helm:** typo in db_host ([66daf19](https://github.com/pablosec/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21)) +* **helm:** typo in db_host ([0f63369](https://github.com/pablosec/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3)) +* **helm:** update image repo ([3084122](https://github.com/pablosec/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5)) +* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/pablosec/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6)) +* **helm:** wrong data type in secret ([c600d16](https://github.com/pablosec/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf)) +* **helm:** wrong data type in secret ([a16ba13](https://github.com/pablosec/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf)) +* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/pablosec/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2)) +* missing env variables in release workflow ([#111](https://github.com/pablosec/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/pablosec/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) +* rate limit during json-ld context loading ([#100](https://github.com/pablosec/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/pablosec/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) +* remove all links to remote repos ([06e14c7](https://github.com/pablosec/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb)) +* remove out-of-date deployment workflow ([3774c74](https://github.com/pablosec/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d)) +* removed recret from code ([d3fe69a](https://github.com/pablosec/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137)) +* test cases ([1a9b51e](https://github.com/pablosec/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90)) +* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/pablosec/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8)) +* typo in Bearer ([754b90a](https://github.com/pablosec/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) +* Typo in Bearer ([#102](https://github.com/pablosec/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/pablosec/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) +* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/pablosec/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900)) +* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/pablosec/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3)) +* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/pablosec/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6)) +* veracode log issue ([69cd4d8](https://github.com/pablosec/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e)) +* veracode log realted issue fix ([7908741](https://github.com/pablosec/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2)) + + +### Features + +* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/pablosec/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9)) +* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/pablosec/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef)) +* add "local.dev" to .gitignore ([0c4166d](https://github.com/pablosec/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e)) +* add "local.dev" to .gitignore ([6431f77](https://github.com/pablosec/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909)) +* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/pablosec/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100)) +* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/pablosec/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14)) +* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/pablosec/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7)) +* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/pablosec/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778)) +* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/pablosec/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) +* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/pablosec/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) +* add header to changelog template ([45b79d0](https://github.com/pablosec/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0)) +* add initContainers ([#142](https://github.com/pablosec/managed-identity-wallet/issues/142)) ([7317800](https://github.com/pablosec/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) +* add tpl to miw ingress ([#143](https://github.com/pablosec/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/pablosec/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) +* added administrator documentation ([1931fa0](https://github.com/pablosec/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83)) +* added administrator documentation ([dd85726](https://github.com/pablosec/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790)) +* added end user documentation ([83ae886](https://github.com/pablosec/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f)) +* added end user documentation ([670faca](https://github.com/pablosec/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f)) +* added test cases for getCredentials api ([56072f6](https://github.com/pablosec/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a)) +* added test cases for getCredentials api ([c3e5cd8](https://github.com/pablosec/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129)) +* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/pablosec/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87)) +* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/pablosec/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123)) +* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/pablosec/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807)) +* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/pablosec/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513)) +* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/pablosec/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470)) +* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/pablosec/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51)) +* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/pablosec/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039)) +* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/pablosec/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c)) +* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/pablosec/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc)) +* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/pablosec/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8)) +* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/pablosec/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319)) +* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/pablosec/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/pablosec/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/pablosec/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/pablosec/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a)) +* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/pablosec/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7)) +* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/pablosec/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747)) +* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/pablosec/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263)) +* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/pablosec/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6)) +* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/pablosec/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0)) +* authority wallet did in env ([139f9d9](https://github.com/pablosec/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386)) +* authority wallet did in env ([32d9587](https://github.com/pablosec/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e)) +* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/pablosec/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) +* bpnCredential added in wallet creation ([67c749f](https://github.com/pablosec/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5)) +* bpnCredential added in wallet creation ([8861877](https://github.com/pablosec/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518)) +* **build:** change default name of miw-app artifact ([29e65af](https://github.com/pablosec/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a)) +* **build:** change default name of miw-app artifact ([6804747](https://github.com/pablosec/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51)) +* caller BPN security added and test case modification for the same ([b375317](https://github.com/pablosec/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3)) +* caller BPN security added and test case modification for the same ([2e00386](https://github.com/pablosec/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87)) +* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/pablosec/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5)) +* CGD-347: manage log level at runtime ([1676bc3](https://github.com/pablosec/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131)) +* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/pablosec/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3)) +* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/pablosec/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633)) +* CGD-444: sql migration added ([f2a1bc3](https://github.com/pablosec/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa)) +* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/pablosec/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec)) +* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/pablosec/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a)) +* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/pablosec/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f)) +* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/pablosec/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a)) +* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/pablosec/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc)) +* **ci:** add --wait to helm install ([b4a56b0](https://github.com/pablosec/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2)) +* **ci:** add docker hub release workflow ([176f580](https://github.com/pablosec/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2)) +* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/pablosec/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4)) +* **ci:** add trigger on push ([ed85975](https://github.com/pablosec/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c)) +* **ci:** adjust to current setup ([ee92bf5](https://github.com/pablosec/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79)) +* **ci:** adjust to current setup ([9325bee](https://github.com/pablosec/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49)) +* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/pablosec/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd)) +* **ci:** enable manual trigger ([d800cc1](https://github.com/pablosec/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e)) +* **ci:** make chart standalone runnable ([be182e9](https://github.com/pablosec/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f)) +* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/pablosec/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71)) +* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/pablosec/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb)) +* **ci:** remove old acapy actions ([27afe80](https://github.com/pablosec/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580)) +* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/pablosec/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599)) +* **ci:** rename miw service GH repo ([e3431bc](https://github.com/pablosec/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35)) +* **ci:** run Helm unittests ([f11f824](https://github.com/pablosec/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de)) +* **ci:** semantic releases from develop branch ([#87](https://github.com/pablosec/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/pablosec/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) +* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/pablosec/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450)) +* **ci:** update deprecated code ([386dcd9](https://github.com/pablosec/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2)) +* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/pablosec/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df)) +* code changes to create DidDocument ([1675ef4](https://github.com/pablosec/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9)) +* code changes to create DidDocument ([b7503a8](https://github.com/pablosec/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f)) +* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/pablosec/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0)) +* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/pablosec/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660)) +* credential get api type filter support added ([9d6a49d](https://github.com/pablosec/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9)) +* credential get api type filter support added ([3217576](https://github.com/pablosec/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d)) +* credential list api added ([e34cf00](https://github.com/pablosec/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8)) +* credential list api added ([bfc15fc](https://github.com/pablosec/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b)) +* credentials validation api wip ([0515ef6](https://github.com/pablosec/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165)) +* credentials validation api wip ([43454f9](https://github.com/pablosec/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c)) +* delete credential api and test cases added ([e56a52e](https://github.com/pablosec/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202)) +* delete credential api and test cases added ([3fbf420](https://github.com/pablosec/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351)) +* **dev:** add pgAdmin to local dev env ([#144](https://github.com/pablosec/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/pablosec/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) +* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/pablosec/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f)) +* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/pablosec/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49)) +* **devel:** add environment type switch ([4a5c128](https://github.com/pablosec/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8)) +* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/pablosec/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e)) +* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/pablosec/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92)) +* **devel:** add helm values for local deployment ([895c506](https://github.com/pablosec/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5)) +* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/pablosec/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069)) +* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/pablosec/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201)) +* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/pablosec/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785)) +* **devel:** add more cleanup commands ([c18b1b0](https://github.com/pablosec/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718)) +* **devel:** add more cleanup commands ([672a08c](https://github.com/pablosec/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a)) +* **devel:** add new dev environment ([0858bf9](https://github.com/pablosec/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39)) +* **devel:** add new dev environment ([6a37e10](https://github.com/pablosec/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2)) +* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/pablosec/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100)) +* **devel:** add realm for local dev config ([56a67b7](https://github.com/pablosec/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966)) +* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/pablosec/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d)) +* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/pablosec/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4)) +* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/pablosec/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845)) +* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/pablosec/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1)) +* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/pablosec/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf)) +* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/pablosec/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954)) +* **devel:** env-files move to dev folder ([660cac9](https://github.com/pablosec/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7)) +* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/pablosec/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f)) +* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/pablosec/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e)) +* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/pablosec/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d)) +* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/pablosec/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa)) +* **devel:** Introduce Taskfile ([5d4a889](https://github.com/pablosec/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6)) +* **devel:** Introduce Taskfile ([a63ac91](https://github.com/pablosec/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167)) +* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/pablosec/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623)) +* **devel:** moved to dev-assets folder ([a70115c](https://github.com/pablosec/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a)) +* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/pablosec/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2)) +* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/pablosec/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32)) +* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/pablosec/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158)) +* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/pablosec/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2)) +* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/pablosec/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39)) +* **devel:** Remove obsolete stuff ([94b075a](https://github.com/pablosec/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167)) +* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/pablosec/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97)) +* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/pablosec/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027)) +* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/pablosec/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4)) +* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/pablosec/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea)) +* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/pablosec/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4)) +* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/pablosec/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e)) +* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/pablosec/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8)) +* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/pablosec/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc)) +* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/pablosec/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab)) +* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/pablosec/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1)) +* **devel:** split tasks to own namespaces ([db0151c](https://github.com/pablosec/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a)) +* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/pablosec/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1)) +* **devel:** suppress task header in output ([87aff68](https://github.com/pablosec/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4)) +* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/pablosec/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98)) +* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/pablosec/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579)) +* **devel:** update .gitignore ([33b7262](https://github.com/pablosec/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca)) +* **devel:** update readme ([74fdb21](https://github.com/pablosec/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834)) +* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/pablosec/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af)) +* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/pablosec/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089)) +* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/pablosec/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922)) +* did document resolver component changes reverted ([1d72ac0](https://github.com/pablosec/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96)) +* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/pablosec/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a)) +* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/pablosec/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d)) +* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/pablosec/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c)) +* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/pablosec/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e)) +* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/pablosec/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a)) +* **doc:** Extend Mac user information ([403362d](https://github.com/pablosec/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0)) +* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/pablosec/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0)) +* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/pablosec/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb)) +* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/pablosec/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e)) +* **doc:** mark important content in README.md ([43dec2d](https://github.com/pablosec/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f)) +* error msg updated ([2b305d2](https://github.com/pablosec/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) +* framework VC name changes and test case changes ([7952f4b](https://github.com/pablosec/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523)) +* framework VC name changes and test case changes ([ce0c230](https://github.com/pablosec/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83)) +* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/pablosec/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242)) +* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/pablosec/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e)) +* **helm:** add additional unittests ([fc60d9a](https://github.com/pablosec/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca)) +* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/pablosec/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d)) +* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/pablosec/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c)) +* **helm:** add classname annotation to ingress ([d250497](https://github.com/pablosec/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998)) +* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/pablosec/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5)) +* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/pablosec/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3)) +* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/pablosec/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16)) +* **helm:** add container env and DB secrets ([f175786](https://github.com/pablosec/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb)) +* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/pablosec/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff)) +* **helm:** add default labels to secret ([dfe107d](https://github.com/pablosec/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec)) +* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/pablosec/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530)) +* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/pablosec/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c)) +* **helm:** add external chart repos ([30b04c2](https://github.com/pablosec/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3)) +* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/pablosec/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720)) +* **helm:** add full release name to ingress secret name ([474d988](https://github.com/pablosec/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718)) +* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/pablosec/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1)) +* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/pablosec/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f)) +* **helm:** add init script to setup initial database ([9950690](https://github.com/pablosec/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112)) +* **helm:** add init script to setup initial database ([fb2c770](https://github.com/pablosec/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741)) +* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/pablosec/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c)) +* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/pablosec/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252)) +* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/pablosec/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9)) +* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/pablosec/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0)) +* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/pablosec/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3)) +* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/pablosec/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6)) +* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/pablosec/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529)) +* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/pablosec/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc)) +* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/pablosec/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6)) +* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/pablosec/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b)) +* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/pablosec/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d)) +* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/pablosec/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4)) +* **helm:** change active Helm chart ([a5a88b5](https://github.com/pablosec/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b)) +* **helm:** change active Helm chart ([4b1ecb5](https://github.com/pablosec/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026)) +* **helm:** comment out default values ([d424086](https://github.com/pablosec/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d)) +* **helm:** comment out default values ([5a12051](https://github.com/pablosec/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240)) +* **helm:** comment out unused config ([248ab4c](https://github.com/pablosec/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636)) +* **helm:** comment out unused config ([9ae62dd](https://github.com/pablosec/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce)) +* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/pablosec/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c)) +* **helm:** extend application name ([5aca6f2](https://github.com/pablosec/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab)) +* **helm:** extend application name ([c50a366](https://github.com/pablosec/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb)) +* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/pablosec/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d)) +* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/pablosec/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/pablosec/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) +* **helm:** remove "dash" from template ([7b5bca9](https://github.com/pablosec/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce)) +* **helm:** remove "dash" from template ([264f1d4](https://github.com/pablosec/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088)) +* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/pablosec/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85)) +* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/pablosec/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94)) +* **helm:** remove unused secrets ([fa21e4d](https://github.com/pablosec/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a)) +* **helm:** remove unused secrets ([d710e2a](https://github.com/pablosec/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda)) +* **helm:** set default database encryption key to random value ([896f31d](https://github.com/pablosec/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d)) +* **helm:** set default log level ([b2910de](https://github.com/pablosec/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33)) +* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/pablosec/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07)) +* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/pablosec/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2)) +* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/pablosec/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb)) +* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/pablosec/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb)) +* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/pablosec/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce)) +* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/pablosec/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6)) +* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/pablosec/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3)) +* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/pablosec/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1)) +* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/pablosec/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1)) +* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/pablosec/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b)) +* **helm:** update Chart.lock ([571c94a](https://github.com/pablosec/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490)) +* **helm:** update Helm chart description ([73235a8](https://github.com/pablosec/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650)) +* **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/pablosec/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd)) +* **helm:** Update readme ([81e58df](https://github.com/pablosec/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04)) +* **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/pablosec/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f)) +* **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/pablosec/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b)) +* **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/pablosec/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea)) +* Holder identifier added in framework VC subject ([e65af19](https://github.com/pablosec/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf)) +* Holder identifier added in framework VC subject ([62cfd2f](https://github.com/pablosec/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d)) +* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/pablosec/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51)) +* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/pablosec/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035)) +* increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/pablosec/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f)) +* increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/pablosec/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03)) +* issue credential api test case added ([6edf1e6](https://github.com/pablosec/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95)) +* issue credential api test case added ([f339ff0](https://github.com/pablosec/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6)) +* Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/pablosec/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33)) +* Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/pablosec/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217)) +* json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/pablosec/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4)) +* json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/pablosec/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02)) +* json web signature 2020 support WIP ([62ee442](https://github.com/pablosec/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a)) +* json web signature 2020 support WIP ([1785e97](https://github.com/pablosec/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3)) +* json web signature and key generation from lib ([8fda456](https://github.com/pablosec/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9)) +* json web signature and key generation from lib ([c29040b](https://github.com/pablosec/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53)) +* membership credentials api added ([45602c8](https://github.com/pablosec/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e)) +* membership credentials api added ([b1a485a](https://github.com/pablosec/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06)) +* Paggination support added in list VC API ([f4338fd](https://github.com/pablosec/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d)) +* Paggination support added in list VC API ([b74c41c](https://github.com/pablosec/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d)) +* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/pablosec/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f)) +* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/pablosec/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1)) +* **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/pablosec/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc)) +* **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/pablosec/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7)) +* presenation API WIP, code refactor ([2c1b5d9](https://github.com/pablosec/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0)) +* presenation API WIP, code refactor ([8cf8e83](https://github.com/pablosec/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830)) +* read me file chamges, sample reponse added ([88651fa](https://github.com/pablosec/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e)) +* read me file chamges, sample reponse added ([ff51983](https://github.com/pablosec/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb)) +* readm changes and gradle fix ([79d5bf0](https://github.com/pablosec/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58)) +* readm changes and gradle fix ([a51127e](https://github.com/pablosec/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15)) +* readme added, validate VP wip ([1c4d6af](https://github.com/pablosec/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9)) +* readme added, validate VP wip ([6325f8a](https://github.com/pablosec/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31)) +* **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/pablosec/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e)) +* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/pablosec/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2)) +* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/pablosec/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba)) +* remove commit link from changelog template ([bf8106e](https://github.com/pablosec/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea)) +* removed endpoint from config file ([93612f7](https://github.com/pablosec/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c)) +* removed endpoint from config file ([b3e9f5f](https://github.com/pablosec/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74)) +* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/pablosec/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5)) +* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/pablosec/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2)) +* Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/pablosec/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627)) +* Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/pablosec/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4)) +* revert renaming and postpone that for later. ([3a63399](https://github.com/pablosec/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa)) +* revert renaming and postpone that for later. ([3a9a209](https://github.com/pablosec/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4)) +* run Docker release on PR only on specific folders ([186104d](https://github.com/pablosec/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008)) +* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/pablosec/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9)) +* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/pablosec/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb)) +* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/pablosec/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530)) +* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/pablosec/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802)) +* ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/pablosec/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a)) +* ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/pablosec/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b)) +* ssi-lib version set to 15 ([910aa2a](https://github.com/pablosec/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3)) +* ssi:lib version updated ([4939ddb](https://github.com/pablosec/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005)) +* ssi:lib version updated ([404b65b](https://github.com/pablosec/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b)) +* Store credential API with test case, Validate test case ([4911817](https://github.com/pablosec/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2)) +* Store credential API with test case, Validate test case ([99307bf](https://github.com/pablosec/managed-identity-wallet/commit/99307bfb94b5f9294e9edce8b8f4b2522273ff08)) +* Store credntial API, testcase mofitication based on DidDocument Java POJO ([569097b](https://github.com/pablosec/managed-identity-wallet/commit/569097b392d0fb7242ed9df47fcaf5fda40904b0)) +* Store credntial API, testcase mofitication based on DidDocument Java POJO ([a0ca176](https://github.com/pablosec/managed-identity-wallet/commit/a0ca176a7e8b59da9120d2756f49ddb6ff0b7831)) +* summary credential test cases added ([b322515](https://github.com/pablosec/managed-identity-wallet/commit/b322515b8b5ed1f9fa10f7cd0138820ba15a7e6e)) +* summary credential test cases added ([0340efb](https://github.com/pablosec/managed-identity-wallet/commit/0340efb5496f6e83949a3094aade7b8f6b6f1bc2)) +* summary VC context URL updated ([0cc6bfb](https://github.com/pablosec/managed-identity-wallet/commit/0cc6bfbd61d845689d6b0fe56214fd03b98bf0e6)) +* summary VC context URL updated ([5a52c43](https://github.com/pablosec/managed-identity-wallet/commit/5a52c431684338fe9b69f543ee0425974726ce62)) +* Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([07c4706](https://github.com/pablosec/managed-identity-wallet/commit/07c4706a8beb85313f325317e5feb9dca6bfff17)) +* Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([50b6168](https://github.com/pablosec/managed-identity-wallet/commit/50b6168fedccd15076044a8a2aa03b3cdbd6d34f)) +* summery VC flow after holder delete summary VC ([1b61f38](https://github.com/pablosec/managed-identity-wallet/commit/1b61f38c721ef961e4f6d5c97555a3dc49c1668d)) +* summery VC flow after holder delete summary VC ([33135c1](https://github.com/pablosec/managed-identity-wallet/commit/33135c18b5de0734b26e9c0cb536860811299b13)) +* swagger doc request example updated ([550cabb](https://github.com/pablosec/managed-identity-wallet/commit/550cabb1b945861e2e0a88f9e1688c6e9293ffe6)) +* swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated ([330d207](https://github.com/pablosec/managed-identity-wallet/commit/330d207e239004340465ecfb34c606a658616c26)) +* test case added for VC expiry check while VP validate as JWT ([e605d60](https://github.com/pablosec/managed-identity-wallet/commit/e605d608d9997796031f9831844bf8faec7616b9)) +* test case of validate vc wip ([2123468](https://github.com/pablosec/managed-identity-wallet/commit/21234689065a7a39fc45a6d87ce40e7dc79e3ff2)) +* test case of validate vc wip ([e4c2ff0](https://github.com/pablosec/managed-identity-wallet/commit/e4c2ff06c50ac7b348ec31231e02037fa2f2b110)) +* test cases added for issueMembershipCredential api ([a3d19c1](https://github.com/pablosec/managed-identity-wallet/commit/a3d19c15ad59c57cd06f18fa5630e9555d639d10)) +* test cases added for issueMembershipCredential api ([1666bcc](https://github.com/pablosec/managed-identity-wallet/commit/1666bccbfacef2ad423b00e4bc7d688f24bc994f)) +* **test:** add Helm unittests for default values ([cc6d2bf](https://github.com/pablosec/managed-identity-wallet/commit/cc6d2bf32f711dd0b745e9e24c7bc73cb02cb5b3)) +* **test:** add Helm unittests for default values ([c0f26e4](https://github.com/pablosec/managed-identity-wallet/commit/c0f26e4b47b36e300930b3178b4a5606a26a39c1)) +* Testcase modification as per new API specification ([f29edb3](https://github.com/pablosec/managed-identity-wallet/commit/f29edb30ff9c651be10dc082ef6454fd293e7177)) +* Testcase modification as per new API specification ([3990eee](https://github.com/pablosec/managed-identity-wallet/commit/3990eee105de860395011fc3a4e0cd7d490d7906)) +* token support added in swagger ([cd74001](https://github.com/pablosec/managed-identity-wallet/commit/cd74001c323a54c4dcc9094daca42614c5826ff6)) +* token support added in swagger ([813ce33](https://github.com/pablosec/managed-identity-wallet/commit/813ce3305035f66c34d4e696e1ed5819623d4c1f)) +* Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) ([aaeefc6](https://github.com/pablosec/managed-identity-wallet/commit/aaeefc61546d4ed3fa6fe0c91527e73d17068f45)) +* update ditignore and dev.env added ([b90fe94](https://github.com/pablosec/managed-identity-wallet/commit/b90fe944a6f447e54349ff1ef99298d7fa9f2468)) +* update ditignore and dev.env added ([6ff0555](https://github.com/pablosec/managed-identity-wallet/commit/6ff0555f77492f2420fca9ba18fa0087c700d5c8)) +* update lib method to resolved vc/vp validate ([6f70b09](https://github.com/pablosec/managed-identity-wallet/commit/6f70b09523bed428472ed61c0c88964473a243b5)) +* update lib method to resolved vc/vp validate ([1556d7c](https://github.com/pablosec/managed-identity-wallet/commit/1556d7c9e6b9f9449625f56503a9eb80b064a827)) +* updated context url of did document and test case ([0b05e15](https://github.com/pablosec/managed-identity-wallet/commit/0b05e15bfd9e366d80c9004f0b3e9b5aea255438)) +* updated create wallet api ([ba320ab](https://github.com/pablosec/managed-identity-wallet/commit/ba320ab31fbed0c833ffb8462b0b39c4a5ab3648)) +* updated create wallet api ([c5ad2a1](https://github.com/pablosec/managed-identity-wallet/commit/c5ad2a12e0a44c1f7202d67044233264e546d427)) +* updated credential get api ([1698996](https://github.com/pablosec/managed-identity-wallet/commit/16989967d67160ffbff6a0b9eae4d616634fd456)) +* updated credential get api ([c6e2af4](https://github.com/pablosec/managed-identity-wallet/commit/c6e2af47a0e7b2fc6a0df4b9a68bb2c6dbaa512e)) +* updated issuer credential api and test cases as per new api spec ([f33b056](https://github.com/pablosec/managed-identity-wallet/commit/f33b056c41584e65492b028cebb7f4a9f361d01d)) +* updated issuer credential api and test cases as per new api spec ([921becf](https://github.com/pablosec/managed-identity-wallet/commit/921becf0d35597e4209cf6e2dc9e689c0ab2b8b0)) +* updated issuer credential api and test cases as per new api spec ([c0f493b](https://github.com/pablosec/managed-identity-wallet/commit/c0f493b779175836ba98b774a7d025a0a3b96809)) +* updated issuer credential api and test cases as per new api spec ([ff20227](https://github.com/pablosec/managed-identity-wallet/commit/ff2022747151fd887fcc712cfa3995d978b83fbc)) +* updated store credential api ([74df138](https://github.com/pablosec/managed-identity-wallet/commit/74df138aa01417887e2bd439178f1e80b7be840a)) +* updated store credential api ([f1e5289](https://github.com/pablosec/managed-identity-wallet/commit/f1e5289abe321a7c1153bbbb831035821bf2f1a4)) +* updated swagger doc ([e6179d1](https://github.com/pablosec/managed-identity-wallet/commit/e6179d170da340dc7c1d192c516b28778e15fd30)) +* updated swagger doc response sample and env file ([cba1d5f](https://github.com/pablosec/managed-identity-wallet/commit/cba1d5fff6dacc7cd09ec89f072bfc1fc9e083fd)) +* updated vc type ([8b6ebfa](https://github.com/pablosec/managed-identity-wallet/commit/8b6ebfadbddabe9342b227e8043be110f7ae1ae1)) +* updated vc type ([5acbea5](https://github.com/pablosec/managed-identity-wallet/commit/5acbea5c499a32a062819ec2987171efdff1391b)) +* validate issuer bpn while creating new wallet ([99b0117](https://github.com/pablosec/managed-identity-wallet/commit/99b0117c2c2ce71d6f69b22d528e41c2656feba4)) +* validate VP and validate VC test cases updated with mock ([7531191](https://github.com/pablosec/managed-identity-wallet/commit/7531191afc62fba81d16aeef26b2ff0a84f20fd8)) +* validate VP and validate VC test cases updated with mock ([26a91da](https://github.com/pablosec/managed-identity-wallet/commit/26a91da5234ac789515be501f5b6120e80e389c3)) +* validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([235420f](https://github.com/pablosec/managed-identity-wallet/commit/235420fcd3eed36e575c10951bb067b0bb530e9a)) +* validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([0339069](https://github.com/pablosec/managed-identity-wallet/commit/0339069c4c90baf4a27829e2fa56c809f76659e5)) +* validation added in issue VC api for summary VC ([97ac189](https://github.com/pablosec/managed-identity-wallet/commit/97ac189d1e2ef13da12432c2e340d5b9140fa8cf)) +* validation added in issue VC api for summary VC ([159637a](https://github.com/pablosec/managed-identity-wallet/commit/159637a3ce5787c4470b36275b14710aa79022a2)) + + +### Reverts + +* Revert "delete file" ([963d008](https://github.com/pablosec/managed-identity-wallet/commit/963d008feaaf7e3bbb98fbceb9d6debec353f345)) +* Revert "enabling sqlite usage within scheduler" ([b33936f](https://github.com/pablosec/managed-identity-wallet/commit/b33936f33d712aebd8c85068e72ef58a66dbb819)) + # [0.2.0-develop.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 4e3ee48ea..8d0d9496e 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0-develop.7 -appVersion: 0.2.0-develop.7 +version: 1.0.0 +appVersion: 1.0.0 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 89bbf273c..003b92bb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.7 +applicationVersion=1.0.0 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From c4954614a5a8e158cd8dd21134ebce4a08cbc558 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 10:24:18 +0000 Subject: [PATCH 12/13] chore(release): 0.2.0 [skip ci] * CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) * **ci:** helm chart release ([c2bd166](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) * missing env variables in release workflow ([#111](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) * rate limit during json-ld context loading ([#100](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) * typo in Bearer ([754b90a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) * Typo in Bearer ([#102](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) * add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) * add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) * BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) * **ci:** semantic releases from develop branch ([#87](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) * error msg updated ([2b305d2](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) --- CHANGELOG.md | 481 +--------------------- charts/managed-identity-wallet/Chart.yaml | 4 +- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 472 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7db115f..2117fa570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,480 +1,23 @@ -# 1.0.0 (2023-11-23) +# [0.2.0](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.1.1...v0.2.0) (2023-10-23) ### Bug Fixes -* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/pablosec/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f)) -* adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/pablosec/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16)) -* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/pablosec/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4)) -* adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/pablosec/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca)) -* 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. ([f7673a0](https://github.com/pablosec/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c)) -* 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. ([a5649db](https://github.com/pablosec/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c)) -* 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. ([7c0c7a6](https://github.com/pablosec/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc)) -* 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. ([8506f3c](https://github.com/pablosec/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09)) -* adjust values to enable sync again. ([b856059](https://github.com/pablosec/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447)) -* adjust values to enable sync again. ([3839b33](https://github.com/pablosec/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5)) -* attempt to deploy recent code ([3b5e5f7](https://github.com/pablosec/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8)) -* attempt to deploy recent code ([89677b9](https://github.com/pablosec/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57)) -* CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/pablosec/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd)) -* CGD-238: BPN from access_token ignore case ([3529887](https://github.com/pablosec/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128)) -* CGD-288 and code refactor ([f037c16](https://github.com/pablosec/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44)) -* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/pablosec/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) -* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/pablosec/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6)) -* changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/pablosec/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b)) -* **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/pablosec/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509)) -* **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/pablosec/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653)) -* **ci:** build miw app ([99603e3](https://github.com/pablosec/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71)) -* **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/pablosec/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20)) -* **ci:** helm chart release ([c2bd166](https://github.com/pablosec/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) -* **ci:** install java 17 ([6bea3d6](https://github.com/pablosec/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c)) -* **ci:** install Taskfile ([a30492e](https://github.com/pablosec/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676)) -* **ci:** quote python version ([e43e1ac](https://github.com/pablosec/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668)) -* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/pablosec/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) -* **ci:** skip app tests ([654da86](https://github.com/pablosec/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325)) -* **ci:** typo ([ed086f6](https://github.com/pablosec/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e)) -* **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/pablosec/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4)) -* **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/pablosec/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0)) -* **config:** default port for postgresDB ([6b603c0](https://github.com/pablosec/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292)) -* **config:** default port for postgresDB ([8646713](https://github.com/pablosec/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee)) -* conflict resolved ([a2ce51f](https://github.com/pablosec/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400)) -* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/pablosec/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) -* **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/pablosec/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353)) -* **devel:** add missing "sudo" ([e912482](https://github.com/pablosec/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271)) -* **devel:** replace docker_compose env var with real command ([187435b](https://github.com/pablosec/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38)) -* **devel:** split into two lines ([0b2e11f](https://github.com/pablosec/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e)) -* **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/pablosec/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388)) -* **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/pablosec/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1)) -* **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/pablosec/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247)) -* **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/pablosec/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8)) -* **helm:** add correct service for postgresql db ([e00a84f](https://github.com/pablosec/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8)) -* **helm:** add correct service for postgresql db ([bda0978](https://github.com/pablosec/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0)) -* **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/pablosec/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b)) -* **helm:** add empty object ([00a9b08](https://github.com/pablosec/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe)) -* **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/pablosec/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e)) -* **helm:** add random generated encryption_key ([6e89285](https://github.com/pablosec/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2)) -* **helm:** add random generated encryption_key ([495f2d9](https://github.com/pablosec/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b)) -* **helm:** add space (typo) ([392c254](https://github.com/pablosec/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05)) -* **helm:** adjust test ([3d90ba4](https://github.com/pablosec/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472)) -* **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/pablosec/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376)) -* **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/pablosec/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d)) -* **helm:** fix suggested issues from PR ([27ae102](https://github.com/pablosec/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60)) -* **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/pablosec/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65)) -* **helm:** quote numbers ([9a48104](https://github.com/pablosec/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e)) -* **helm:** quote numbers ([91b5814](https://github.com/pablosec/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354)) -* **helm:** remove double className ([e8e2a43](https://github.com/pablosec/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502)) -* **helm:** remove double className ([3f49be1](https://github.com/pablosec/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38)) -* **helm:** remove duplicate env var ([e8104c3](https://github.com/pablosec/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988)) -* **helm:** remove last slash ([dab469f](https://github.com/pablosec/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482)) -* **helm:** remove last slash ([cfdeded](https://github.com/pablosec/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1)) -* **helm:** remove quotes ([8889455](https://github.com/pablosec/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa)) -* **helm:** remove quotes ([8fe20ec](https://github.com/pablosec/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b)) -* **helm:** remove token (already revoked) ([835654d](https://github.com/pablosec/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e)) -* **helm:** remove token (already revoked) ([acfcac5](https://github.com/pablosec/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff)) -* **helm:** remove trailing space ([019f262](https://github.com/pablosec/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb)) -* **helm:** set ingress host path to "/" ([3dcfd46](https://github.com/pablosec/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6)) -* **helm:** set ingress host path to "/" ([dd876c2](https://github.com/pablosec/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10)) -* **helm:** typo in db_host ([66daf19](https://github.com/pablosec/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21)) -* **helm:** typo in db_host ([0f63369](https://github.com/pablosec/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3)) -* **helm:** update image repo ([3084122](https://github.com/pablosec/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5)) -* **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/pablosec/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6)) -* **helm:** wrong data type in secret ([c600d16](https://github.com/pablosec/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf)) -* **helm:** wrong data type in secret ([a16ba13](https://github.com/pablosec/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf)) -* missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/pablosec/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2)) -* missing env variables in release workflow ([#111](https://github.com/pablosec/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/pablosec/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) -* rate limit during json-ld context loading ([#100](https://github.com/pablosec/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/pablosec/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) -* remove all links to remote repos ([06e14c7](https://github.com/pablosec/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb)) -* remove out-of-date deployment workflow ([3774c74](https://github.com/pablosec/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d)) -* removed recret from code ([d3fe69a](https://github.com/pablosec/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137)) -* test cases ([1a9b51e](https://github.com/pablosec/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90)) -* tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/pablosec/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8)) -* typo in Bearer ([754b90a](https://github.com/pablosec/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) -* Typo in Bearer ([#102](https://github.com/pablosec/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/pablosec/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) -* validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/pablosec/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900)) -* Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/pablosec/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3)) -* veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/pablosec/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6)) -* veracode log issue ([69cd4d8](https://github.com/pablosec/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e)) -* veracode log realted issue fix ([7908741](https://github.com/pablosec/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2)) - - -### Features - -* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/pablosec/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9)) -* add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/pablosec/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef)) -* add "local.dev" to .gitignore ([0c4166d](https://github.com/pablosec/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e)) -* add "local.dev" to .gitignore ([6431f77](https://github.com/pablosec/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909)) -* add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/pablosec/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100)) -* add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/pablosec/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14)) -* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/pablosec/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7)) -* add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/pablosec/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778)) -* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/pablosec/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) -* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/pablosec/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) -* add header to changelog template ([45b79d0](https://github.com/pablosec/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0)) -* add initContainers ([#142](https://github.com/pablosec/managed-identity-wallet/issues/142)) ([7317800](https://github.com/pablosec/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) -* add tpl to miw ingress ([#143](https://github.com/pablosec/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/pablosec/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) -* added administrator documentation ([1931fa0](https://github.com/pablosec/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83)) -* added administrator documentation ([dd85726](https://github.com/pablosec/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790)) -* added end user documentation ([83ae886](https://github.com/pablosec/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f)) -* added end user documentation ([670faca](https://github.com/pablosec/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f)) -* added test cases for getCredentials api ([56072f6](https://github.com/pablosec/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a)) -* added test cases for getCredentials api ([c3e5cd8](https://github.com/pablosec/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129)) -* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/pablosec/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87)) -* adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/pablosec/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123)) -* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/pablosec/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807)) -* adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/pablosec/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513)) -* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/pablosec/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470)) -* adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/pablosec/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51)) -* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/pablosec/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039)) -* adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/pablosec/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c)) -* adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/pablosec/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc)) -* adds overview of roles associated with available endpoints ([572f2c2](https://github.com/pablosec/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8)) -* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/pablosec/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319)) -* adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/pablosec/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91)) -* API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/pablosec/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c)) -* API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/pablosec/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46)) -* API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/pablosec/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a)) -* API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/pablosec/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7)) -* **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/pablosec/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747)) -* **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/pablosec/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263)) -* authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/pablosec/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6)) -* authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/pablosec/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0)) -* authority wallet did in env ([139f9d9](https://github.com/pablosec/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386)) -* authority wallet did in env ([32d9587](https://github.com/pablosec/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e)) -* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/pablosec/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) -* bpnCredential added in wallet creation ([67c749f](https://github.com/pablosec/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5)) -* bpnCredential added in wallet creation ([8861877](https://github.com/pablosec/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518)) -* **build:** change default name of miw-app artifact ([29e65af](https://github.com/pablosec/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a)) -* **build:** change default name of miw-app artifact ([6804747](https://github.com/pablosec/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51)) -* caller BPN security added and test case modification for the same ([b375317](https://github.com/pablosec/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3)) -* caller BPN security added and test case modification for the same ([2e00386](https://github.com/pablosec/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87)) -* CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/pablosec/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5)) -* CGD-347: manage log level at runtime ([1676bc3](https://github.com/pablosec/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131)) -* CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/pablosec/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3)) -* CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/pablosec/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633)) -* CGD-444: sql migration added ([f2a1bc3](https://github.com/pablosec/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa)) -* change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/pablosec/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec)) -* change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/pablosec/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a)) -* change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/pablosec/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f)) -* change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/pablosec/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a)) -* check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/pablosec/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc)) -* **ci:** add --wait to helm install ([b4a56b0](https://github.com/pablosec/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2)) -* **ci:** add docker hub release workflow ([176f580](https://github.com/pablosec/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2)) -* **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/pablosec/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4)) -* **ci:** add trigger on push ([ed85975](https://github.com/pablosec/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c)) -* **ci:** adjust to current setup ([ee92bf5](https://github.com/pablosec/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79)) -* **ci:** adjust to current setup ([9325bee](https://github.com/pablosec/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49)) -* **ci:** adjust trivy GH Action ([ee2f548](https://github.com/pablosec/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd)) -* **ci:** enable manual trigger ([d800cc1](https://github.com/pablosec/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e)) -* **ci:** make chart standalone runnable ([be182e9](https://github.com/pablosec/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f)) -* **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/pablosec/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71)) -* **ci:** remove old acapy actions ([e0f0ae7](https://github.com/pablosec/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb)) -* **ci:** remove old acapy actions ([27afe80](https://github.com/pablosec/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580)) -* **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/pablosec/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599)) -* **ci:** rename miw service GH repo ([e3431bc](https://github.com/pablosec/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35)) -* **ci:** run Helm unittests ([f11f824](https://github.com/pablosec/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de)) -* **ci:** semantic releases from develop branch ([#87](https://github.com/pablosec/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/pablosec/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) -* **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/pablosec/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450)) -* **ci:** update deprecated code ([386dcd9](https://github.com/pablosec/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2)) -* **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/pablosec/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df)) -* code changes to create DidDocument ([1675ef4](https://github.com/pablosec/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9)) -* code changes to create DidDocument ([b7503a8](https://github.com/pablosec/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f)) -* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/pablosec/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0)) -* Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/pablosec/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660)) -* credential get api type filter support added ([9d6a49d](https://github.com/pablosec/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9)) -* credential get api type filter support added ([3217576](https://github.com/pablosec/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d)) -* credential list api added ([e34cf00](https://github.com/pablosec/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8)) -* credential list api added ([bfc15fc](https://github.com/pablosec/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b)) -* credentials validation api wip ([0515ef6](https://github.com/pablosec/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165)) -* credentials validation api wip ([43454f9](https://github.com/pablosec/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c)) -* delete credential api and test cases added ([e56a52e](https://github.com/pablosec/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202)) -* delete credential api and test cases added ([3fbf420](https://github.com/pablosec/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351)) -* **dev:** add pgAdmin to local dev env ([#144](https://github.com/pablosec/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/pablosec/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) -* **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/pablosec/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f)) -* **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/pablosec/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49)) -* **devel:** add environment type switch ([4a5c128](https://github.com/pablosec/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8)) -* **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/pablosec/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e)) -* **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/pablosec/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92)) -* **devel:** add helm values for local deployment ([895c506](https://github.com/pablosec/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5)) -* **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/pablosec/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069)) -* **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/pablosec/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201)) -* **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/pablosec/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785)) -* **devel:** add more cleanup commands ([c18b1b0](https://github.com/pablosec/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718)) -* **devel:** add more cleanup commands ([672a08c](https://github.com/pablosec/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a)) -* **devel:** add new dev environment ([0858bf9](https://github.com/pablosec/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39)) -* **devel:** add new dev environment ([6a37e10](https://github.com/pablosec/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2)) -* **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/pablosec/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100)) -* **devel:** add realm for local dev config ([56a67b7](https://github.com/pablosec/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966)) -* **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/pablosec/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d)) -* **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/pablosec/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4)) -* **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/pablosec/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845)) -* **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/pablosec/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1)) -* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/pablosec/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf)) -* **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/pablosec/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954)) -* **devel:** env-files move to dev folder ([660cac9](https://github.com/pablosec/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7)) -* **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/pablosec/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f)) -* **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/pablosec/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e)) -* **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/pablosec/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d)) -* **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/pablosec/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa)) -* **devel:** Introduce Taskfile ([5d4a889](https://github.com/pablosec/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6)) -* **devel:** Introduce Taskfile ([a63ac91](https://github.com/pablosec/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167)) -* **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/pablosec/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623)) -* **devel:** moved to dev-assets folder ([a70115c](https://github.com/pablosec/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a)) -* **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/pablosec/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2)) -* **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/pablosec/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32)) -* **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/pablosec/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158)) -* **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/pablosec/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2)) -* **devel:** Remove obsolete stuff ([c2ff738](https://github.com/pablosec/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39)) -* **devel:** Remove obsolete stuff ([94b075a](https://github.com/pablosec/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167)) -* **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/pablosec/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97)) -* **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/pablosec/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027)) -* **devel:** rename tasks in Taskfile ([cdde677](https://github.com/pablosec/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4)) -* **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/pablosec/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea)) -* **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/pablosec/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4)) -* **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/pablosec/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e)) -* **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/pablosec/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8)) -* **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/pablosec/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc)) -* **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/pablosec/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab)) -* **devel:** show install link provided as parameter ([cb7ae41](https://github.com/pablosec/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1)) -* **devel:** split tasks to own namespaces ([db0151c](https://github.com/pablosec/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a)) -* **devel:** split tasks to own namespaces ([f7ff401](https://github.com/pablosec/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1)) -* **devel:** suppress task header in output ([87aff68](https://github.com/pablosec/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4)) -* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/pablosec/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98)) -* **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/pablosec/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579)) -* **devel:** update .gitignore ([33b7262](https://github.com/pablosec/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca)) -* **devel:** update readme ([74fdb21](https://github.com/pablosec/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834)) -* **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/pablosec/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af)) -* **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/pablosec/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089)) -* **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/pablosec/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922)) -* did document resolver component changes reverted ([1d72ac0](https://github.com/pablosec/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96)) -* **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/pablosec/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a)) -* **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/pablosec/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d)) -* **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/pablosec/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c)) -* **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/pablosec/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e)) -* **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/pablosec/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a)) -* **doc:** Extend Mac user information ([403362d](https://github.com/pablosec/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0)) -* **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/pablosec/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0)) -* **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/pablosec/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb)) -* **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/pablosec/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e)) -* **doc:** mark important content in README.md ([43dec2d](https://github.com/pablosec/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f)) -* error msg updated ([2b305d2](https://github.com/pablosec/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) -* framework VC name changes and test case changes ([7952f4b](https://github.com/pablosec/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523)) -* framework VC name changes and test case changes ([ce0c230](https://github.com/pablosec/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83)) -* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/pablosec/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242)) -* Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/pablosec/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e)) -* **helm:** add additional unittests ([fc60d9a](https://github.com/pablosec/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca)) -* **helm:** add authority_wallet_did env ([ce2e531](https://github.com/pablosec/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d)) -* **helm:** add authority_wallet_did env ([15e01b0](https://github.com/pablosec/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c)) -* **helm:** add classname annotation to ingress ([d250497](https://github.com/pablosec/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998)) -* **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/pablosec/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5)) -* **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/pablosec/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3)) -* **helm:** add container env (plain and from secret) ([d77295f](https://github.com/pablosec/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16)) -* **helm:** add container env and DB secrets ([f175786](https://github.com/pablosec/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb)) -* **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/pablosec/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff)) -* **helm:** add default labels to secret ([dfe107d](https://github.com/pablosec/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec)) -* **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/pablosec/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530)) -* **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/pablosec/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c)) -* **helm:** add external chart repos ([30b04c2](https://github.com/pablosec/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3)) -* **helm:** add full release name to ingress secret name ([58a7299](https://github.com/pablosec/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720)) -* **helm:** add full release name to ingress secret name ([474d988](https://github.com/pablosec/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718)) -* **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/pablosec/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1)) -* **helm:** add helm-docs documentation ([24c0fcd](https://github.com/pablosec/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f)) -* **helm:** add init script to setup initial database ([9950690](https://github.com/pablosec/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112)) -* **helm:** add init script to setup initial database ([fb2c770](https://github.com/pablosec/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741)) -* **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/pablosec/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c)) -* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/pablosec/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252)) -* **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/pablosec/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9)) -* **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/pablosec/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0)) -* **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/pablosec/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3)) -* **helm:** add simple backup of database to a PV ([680e09f](https://github.com/pablosec/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6)) -* **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/pablosec/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529)) -* **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/pablosec/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc)) -* **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/pablosec/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6)) -* **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/pablosec/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b)) -* **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/pablosec/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d)) -* **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/pablosec/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4)) -* **helm:** change active Helm chart ([a5a88b5](https://github.com/pablosec/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b)) -* **helm:** change active Helm chart ([4b1ecb5](https://github.com/pablosec/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026)) -* **helm:** comment out default values ([d424086](https://github.com/pablosec/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d)) -* **helm:** comment out default values ([5a12051](https://github.com/pablosec/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240)) -* **helm:** comment out unused config ([248ab4c](https://github.com/pablosec/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636)) -* **helm:** comment out unused config ([9ae62dd](https://github.com/pablosec/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce)) -* **helm:** encryption key is now always stored in secret ([5913764](https://github.com/pablosec/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c)) -* **helm:** extend application name ([5aca6f2](https://github.com/pablosec/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab)) -* **helm:** extend application name ([c50a366](https://github.com/pablosec/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb)) -* **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/pablosec/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d)) -* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/pablosec/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/pablosec/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) -* **helm:** remove "dash" from template ([7b5bca9](https://github.com/pablosec/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce)) -* **helm:** remove "dash" from template ([264f1d4](https://github.com/pablosec/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088)) -* **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/pablosec/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85)) -* **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/pablosec/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94)) -* **helm:** remove unused secrets ([fa21e4d](https://github.com/pablosec/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a)) -* **helm:** remove unused secrets ([d710e2a](https://github.com/pablosec/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda)) -* **helm:** set default database encryption key to random value ([896f31d](https://github.com/pablosec/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d)) -* **helm:** set default log level ([b2910de](https://github.com/pablosec/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33)) -* **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/pablosec/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07)) -* **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/pablosec/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2)) -* **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/pablosec/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb)) -* **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/pablosec/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb)) -* **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/pablosec/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce)) -* **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/pablosec/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6)) -* **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/pablosec/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3)) -* **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/pablosec/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1)) -* **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/pablosec/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1)) -* **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/pablosec/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b)) -* **helm:** update Chart.lock ([571c94a](https://github.com/pablosec/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490)) -* **helm:** update Helm chart description ([73235a8](https://github.com/pablosec/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650)) -* **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/pablosec/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd)) -* **helm:** Update readme ([81e58df](https://github.com/pablosec/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04)) -* **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/pablosec/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f)) -* **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/pablosec/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b)) -* **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/pablosec/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea)) -* Holder identifier added in framework VC subject ([e65af19](https://github.com/pablosec/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf)) -* Holder identifier added in framework VC subject ([62cfd2f](https://github.com/pablosec/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d)) -* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/pablosec/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51)) -* increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/pablosec/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035)) -* increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/pablosec/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f)) -* increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/pablosec/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03)) -* issue credential api test case added ([6edf1e6](https://github.com/pablosec/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95)) -* issue credential api test case added ([f339ff0](https://github.com/pablosec/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6)) -* Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/pablosec/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33)) -* Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/pablosec/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217)) -* json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/pablosec/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4)) -* json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/pablosec/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02)) -* json web signature 2020 support WIP ([62ee442](https://github.com/pablosec/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a)) -* json web signature 2020 support WIP ([1785e97](https://github.com/pablosec/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3)) -* json web signature and key generation from lib ([8fda456](https://github.com/pablosec/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9)) -* json web signature and key generation from lib ([c29040b](https://github.com/pablosec/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53)) -* membership credentials api added ([45602c8](https://github.com/pablosec/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e)) -* membership credentials api added ([b1a485a](https://github.com/pablosec/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06)) -* Paggination support added in list VC API ([f4338fd](https://github.com/pablosec/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d)) -* Paggination support added in list VC API ([b74c41c](https://github.com/pablosec/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d)) -* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/pablosec/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f)) -* **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/pablosec/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1)) -* **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/pablosec/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc)) -* **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/pablosec/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7)) -* presenation API WIP, code refactor ([2c1b5d9](https://github.com/pablosec/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0)) -* presenation API WIP, code refactor ([8cf8e83](https://github.com/pablosec/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830)) -* read me file chamges, sample reponse added ([88651fa](https://github.com/pablosec/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e)) -* read me file chamges, sample reponse added ([ff51983](https://github.com/pablosec/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb)) -* readm changes and gradle fix ([79d5bf0](https://github.com/pablosec/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58)) -* readm changes and gradle fix ([a51127e](https://github.com/pablosec/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15)) -* readme added, validate VP wip ([1c4d6af](https://github.com/pablosec/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9)) -* readme added, validate VP wip ([6325f8a](https://github.com/pablosec/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31)) -* **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/pablosec/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e)) -* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/pablosec/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2)) -* reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/pablosec/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba)) -* remove commit link from changelog template ([bf8106e](https://github.com/pablosec/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea)) -* removed endpoint from config file ([93612f7](https://github.com/pablosec/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c)) -* removed endpoint from config file ([b3e9f5f](https://github.com/pablosec/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74)) -* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/pablosec/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5)) -* rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/pablosec/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2)) -* Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/pablosec/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627)) -* Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/pablosec/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4)) -* revert renaming and postpone that for later. ([3a63399](https://github.com/pablosec/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa)) -* revert renaming and postpone that for later. ([3a9a209](https://github.com/pablosec/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4)) -* run Docker release on PR only on specific folders ([186104d](https://github.com/pablosec/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008)) -* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/pablosec/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9)) -* set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/pablosec/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb)) -* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/pablosec/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530)) -* Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/pablosec/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802)) -* ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/pablosec/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a)) -* ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/pablosec/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b)) -* ssi-lib version set to 15 ([910aa2a](https://github.com/pablosec/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3)) -* ssi:lib version updated ([4939ddb](https://github.com/pablosec/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005)) -* ssi:lib version updated ([404b65b](https://github.com/pablosec/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b)) -* Store credential API with test case, Validate test case ([4911817](https://github.com/pablosec/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2)) -* Store credential API with test case, Validate test case ([99307bf](https://github.com/pablosec/managed-identity-wallet/commit/99307bfb94b5f9294e9edce8b8f4b2522273ff08)) -* Store credntial API, testcase mofitication based on DidDocument Java POJO ([569097b](https://github.com/pablosec/managed-identity-wallet/commit/569097b392d0fb7242ed9df47fcaf5fda40904b0)) -* Store credntial API, testcase mofitication based on DidDocument Java POJO ([a0ca176](https://github.com/pablosec/managed-identity-wallet/commit/a0ca176a7e8b59da9120d2756f49ddb6ff0b7831)) -* summary credential test cases added ([b322515](https://github.com/pablosec/managed-identity-wallet/commit/b322515b8b5ed1f9fa10f7cd0138820ba15a7e6e)) -* summary credential test cases added ([0340efb](https://github.com/pablosec/managed-identity-wallet/commit/0340efb5496f6e83949a3094aade7b8f6b6f1bc2)) -* summary VC context URL updated ([0cc6bfb](https://github.com/pablosec/managed-identity-wallet/commit/0cc6bfbd61d845689d6b0fe56214fd03b98bf0e6)) -* summary VC context URL updated ([5a52c43](https://github.com/pablosec/managed-identity-wallet/commit/5a52c431684338fe9b69f543ee0425974726ce62)) -* Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([07c4706](https://github.com/pablosec/managed-identity-wallet/commit/07c4706a8beb85313f325317e5feb9dca6bfff17)) -* Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([50b6168](https://github.com/pablosec/managed-identity-wallet/commit/50b6168fedccd15076044a8a2aa03b3cdbd6d34f)) -* summery VC flow after holder delete summary VC ([1b61f38](https://github.com/pablosec/managed-identity-wallet/commit/1b61f38c721ef961e4f6d5c97555a3dc49c1668d)) -* summery VC flow after holder delete summary VC ([33135c1](https://github.com/pablosec/managed-identity-wallet/commit/33135c18b5de0734b26e9c0cb536860811299b13)) -* swagger doc request example updated ([550cabb](https://github.com/pablosec/managed-identity-wallet/commit/550cabb1b945861e2e0a88f9e1688c6e9293ffe6)) -* swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated ([330d207](https://github.com/pablosec/managed-identity-wallet/commit/330d207e239004340465ecfb34c606a658616c26)) -* test case added for VC expiry check while VP validate as JWT ([e605d60](https://github.com/pablosec/managed-identity-wallet/commit/e605d608d9997796031f9831844bf8faec7616b9)) -* test case of validate vc wip ([2123468](https://github.com/pablosec/managed-identity-wallet/commit/21234689065a7a39fc45a6d87ce40e7dc79e3ff2)) -* test case of validate vc wip ([e4c2ff0](https://github.com/pablosec/managed-identity-wallet/commit/e4c2ff06c50ac7b348ec31231e02037fa2f2b110)) -* test cases added for issueMembershipCredential api ([a3d19c1](https://github.com/pablosec/managed-identity-wallet/commit/a3d19c15ad59c57cd06f18fa5630e9555d639d10)) -* test cases added for issueMembershipCredential api ([1666bcc](https://github.com/pablosec/managed-identity-wallet/commit/1666bccbfacef2ad423b00e4bc7d688f24bc994f)) -* **test:** add Helm unittests for default values ([cc6d2bf](https://github.com/pablosec/managed-identity-wallet/commit/cc6d2bf32f711dd0b745e9e24c7bc73cb02cb5b3)) -* **test:** add Helm unittests for default values ([c0f26e4](https://github.com/pablosec/managed-identity-wallet/commit/c0f26e4b47b36e300930b3178b4a5606a26a39c1)) -* Testcase modification as per new API specification ([f29edb3](https://github.com/pablosec/managed-identity-wallet/commit/f29edb30ff9c651be10dc082ef6454fd293e7177)) -* Testcase modification as per new API specification ([3990eee](https://github.com/pablosec/managed-identity-wallet/commit/3990eee105de860395011fc3a4e0cd7d490d7906)) -* token support added in swagger ([cd74001](https://github.com/pablosec/managed-identity-wallet/commit/cd74001c323a54c4dcc9094daca42614c5826ff6)) -* token support added in swagger ([813ce33](https://github.com/pablosec/managed-identity-wallet/commit/813ce3305035f66c34d4e696e1ed5819623d4c1f)) -* Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) ([aaeefc6](https://github.com/pablosec/managed-identity-wallet/commit/aaeefc61546d4ed3fa6fe0c91527e73d17068f45)) -* update ditignore and dev.env added ([b90fe94](https://github.com/pablosec/managed-identity-wallet/commit/b90fe944a6f447e54349ff1ef99298d7fa9f2468)) -* update ditignore and dev.env added ([6ff0555](https://github.com/pablosec/managed-identity-wallet/commit/6ff0555f77492f2420fca9ba18fa0087c700d5c8)) -* update lib method to resolved vc/vp validate ([6f70b09](https://github.com/pablosec/managed-identity-wallet/commit/6f70b09523bed428472ed61c0c88964473a243b5)) -* update lib method to resolved vc/vp validate ([1556d7c](https://github.com/pablosec/managed-identity-wallet/commit/1556d7c9e6b9f9449625f56503a9eb80b064a827)) -* updated context url of did document and test case ([0b05e15](https://github.com/pablosec/managed-identity-wallet/commit/0b05e15bfd9e366d80c9004f0b3e9b5aea255438)) -* updated create wallet api ([ba320ab](https://github.com/pablosec/managed-identity-wallet/commit/ba320ab31fbed0c833ffb8462b0b39c4a5ab3648)) -* updated create wallet api ([c5ad2a1](https://github.com/pablosec/managed-identity-wallet/commit/c5ad2a12e0a44c1f7202d67044233264e546d427)) -* updated credential get api ([1698996](https://github.com/pablosec/managed-identity-wallet/commit/16989967d67160ffbff6a0b9eae4d616634fd456)) -* updated credential get api ([c6e2af4](https://github.com/pablosec/managed-identity-wallet/commit/c6e2af47a0e7b2fc6a0df4b9a68bb2c6dbaa512e)) -* updated issuer credential api and test cases as per new api spec ([f33b056](https://github.com/pablosec/managed-identity-wallet/commit/f33b056c41584e65492b028cebb7f4a9f361d01d)) -* updated issuer credential api and test cases as per new api spec ([921becf](https://github.com/pablosec/managed-identity-wallet/commit/921becf0d35597e4209cf6e2dc9e689c0ab2b8b0)) -* updated issuer credential api and test cases as per new api spec ([c0f493b](https://github.com/pablosec/managed-identity-wallet/commit/c0f493b779175836ba98b774a7d025a0a3b96809)) -* updated issuer credential api and test cases as per new api spec ([ff20227](https://github.com/pablosec/managed-identity-wallet/commit/ff2022747151fd887fcc712cfa3995d978b83fbc)) -* updated store credential api ([74df138](https://github.com/pablosec/managed-identity-wallet/commit/74df138aa01417887e2bd439178f1e80b7be840a)) -* updated store credential api ([f1e5289](https://github.com/pablosec/managed-identity-wallet/commit/f1e5289abe321a7c1153bbbb831035821bf2f1a4)) -* updated swagger doc ([e6179d1](https://github.com/pablosec/managed-identity-wallet/commit/e6179d170da340dc7c1d192c516b28778e15fd30)) -* updated swagger doc response sample and env file ([cba1d5f](https://github.com/pablosec/managed-identity-wallet/commit/cba1d5fff6dacc7cd09ec89f072bfc1fc9e083fd)) -* updated vc type ([8b6ebfa](https://github.com/pablosec/managed-identity-wallet/commit/8b6ebfadbddabe9342b227e8043be110f7ae1ae1)) -* updated vc type ([5acbea5](https://github.com/pablosec/managed-identity-wallet/commit/5acbea5c499a32a062819ec2987171efdff1391b)) -* validate issuer bpn while creating new wallet ([99b0117](https://github.com/pablosec/managed-identity-wallet/commit/99b0117c2c2ce71d6f69b22d528e41c2656feba4)) -* validate VP and validate VC test cases updated with mock ([7531191](https://github.com/pablosec/managed-identity-wallet/commit/7531191afc62fba81d16aeef26b2ff0a84f20fd8)) -* validate VP and validate VC test cases updated with mock ([26a91da](https://github.com/pablosec/managed-identity-wallet/commit/26a91da5234ac789515be501f5b6120e80e389c3)) -* validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([235420f](https://github.com/pablosec/managed-identity-wallet/commit/235420fcd3eed36e575c10951bb067b0bb530e9a)) -* validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([0339069](https://github.com/pablosec/managed-identity-wallet/commit/0339069c4c90baf4a27829e2fa56c809f76659e5)) -* validation added in issue VC api for summary VC ([97ac189](https://github.com/pablosec/managed-identity-wallet/commit/97ac189d1e2ef13da12432c2e340d5b9140fa8cf)) -* validation added in issue VC api for summary VC ([159637a](https://github.com/pablosec/managed-identity-wallet/commit/159637a3ce5787c4470b36275b14710aa79022a2)) - - -### Reverts - -* Revert "delete file" ([963d008](https://github.com/pablosec/managed-identity-wallet/commit/963d008feaaf7e3bbb98fbceb9d6debec353f345)) -* Revert "enabling sqlite usage within scheduler" ([b33936f](https://github.com/pablosec/managed-identity-wallet/commit/b33936f33d712aebd8c85068e72ef58a66dbb819)) - -# [0.2.0-develop.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23) - - -### Features - -* **dev:** add pgAdmin to local dev env ([#144](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) - -# [0.2.0-develop.6](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.5...v0.2.0-develop.6) (2023-11-23) - - -### Features - -* add initContainers ([#142](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/142)) ([7317800](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) - -# [0.2.0-develop.5](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.4...v0.2.0-develop.5) (2023-11-22) - - -### Features - -* **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) - -# [0.2.0-develop.4](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.3...v0.2.0-develop.4) (2023-11-22) +* CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) +* **ci:** helm chart release ([c2bd166](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) +* missing env variables in release workflow ([#111](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) +* rate limit during json-ld context loading ([#100](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) +* typo in Bearer ([754b90a](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) +* Typo in Bearer ([#102](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) ### Features -* add tpl to miw ingress ([#143](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) - -# [0.2.0-develop.3](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.2...v0.2.0-develop.3) (2023-11-22) - - -### Bug Fixes - -* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) -* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) +* add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) +* add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) +* BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) +* **ci:** semantic releases from develop branch ([#87](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) +* error msg updated ([2b305d2](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) # [0.2.0-develop.2](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.1...v0.2.0-develop.2) (2023-10-20) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 8d0d9496e..20d9cbdaf 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 1.0.0 -appVersion: 1.0.0 +version: 0.2.0 +appVersion: 0.2.0 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 003b92bb0..0bb2f6277 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=1.0.0 +applicationVersion=0.2.0 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file From 7e163db603a46389248ad7d765eaf0ce09e787bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 14:28:56 +0000 Subject: [PATCH 13/13] chore(release): 1.0.0 [skip ci] * adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([06e4d83](https://github.com/pablosec/managed-identity-wallet/commit/06e4d838b9ccb5175ceac48547a70e9c18d62a7f)) * adjust git history for Peter Motzko, peter.motzko@volkswagen.de ([a8f4944](https://github.com/pablosec/managed-identity-wallet/commit/a8f49444763fc711796ea5d7109eaa82e1035e16)) * adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([b4e5ba5](https://github.com/pablosec/managed-identity-wallet/commit/b4e5ba51db62f2bc1b995b2a85111c6ab4b01aa4)) * adjust resources and limits for 'managed-identity-wallets-new' in order to attain and retain app-health-status. ([4fbcbae](https://github.com/pablosec/managed-identity-wallet/commit/4fbcbae1b64d6935caa2a9584910c170e7d04eca)) * 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. ([f7673a0](https://github.com/pablosec/managed-identity-wallet/commit/f7673a005f83b26418a9c82c45f8628713dfd98c)) * 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. ([a5649db](https://github.com/pablosec/managed-identity-wallet/commit/a5649dbb716a96c794ad11fa9147e24f8225252c)) * 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. ([7c0c7a6](https://github.com/pablosec/managed-identity-wallet/commit/7c0c7a6e31609c083821436c11cbf749183131bc)) * 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. ([8506f3c](https://github.com/pablosec/managed-identity-wallet/commit/8506f3cebfac756047efbb29b2d8fcc03a1c1d09)) * adjust values to enable sync again. ([b856059](https://github.com/pablosec/managed-identity-wallet/commit/b856059008fc62f565eb1b8b7c52354224384447)) * adjust values to enable sync again. ([3839b33](https://github.com/pablosec/managed-identity-wallet/commit/3839b33b8bcf5e6f8e378053af8607bc4bcff5f5)) * attempt to deploy recent code ([3b5e5f7](https://github.com/pablosec/managed-identity-wallet/commit/3b5e5f7919674213b0f18374c4bd9715fbb418c8)) * attempt to deploy recent code ([89677b9](https://github.com/pablosec/managed-identity-wallet/commit/89677b91141b34aee79db5524669ec7cde43db57)) * CGD-238: BPN from access_token ignore case ([f6bf0d5](https://github.com/pablosec/managed-identity-wallet/commit/f6bf0d5bf08ed839f37b0b6a2cb09258c02b8cfd)) * CGD-238: BPN from access_token ignore case ([3529887](https://github.com/pablosec/managed-identity-wallet/commit/35298876f171940541ab4bb4723be6877fa63128)) * CGD-288 and code refactor ([f037c16](https://github.com/pablosec/managed-identity-wallet/commit/f037c168a5a16aa3ff2009e7c086d82a8030bf44)) * CGD-468: Application starts with corrupted data in case of invalid AES key ([c734946](https://github.com/pablosec/managed-identity-wallet/commit/c734946abfc1c34f1710f74e1329505dafa2fa00)) * changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([458834c](https://github.com/pablosec/managed-identity-wallet/commit/458834c9a0875990551dc553dd948e61f62e30f6)) * changes task name to 'build' from 'buildJar' and adjusts all occurrences in file 'Taskfile'. ([e1f86a8](https://github.com/pablosec/managed-identity-wallet/commit/e1f86a80d60ef8bc198ec8fbce5351cf98d99c1b)) * **ci:** add GITHUB_TOKEN variable before app build ([80ca419](https://github.com/pablosec/managed-identity-wallet/commit/80ca41942d7182fc1f282a7cbf039659a6ad7509)) * **ci:** adjust gradle build command and remove unused code ([590d56a](https://github.com/pablosec/managed-identity-wallet/commit/590d56a7d990799fa985f81447f3b4be6b35d653)) * **ci:** build miw app ([99603e3](https://github.com/pablosec/managed-identity-wallet/commit/99603e3903c3ee4f2887f01215a089e392c8da71)) * **ci:** fix test values for helm test in GH Actions ([4532aa7](https://github.com/pablosec/managed-identity-wallet/commit/4532aa7611c54270e20e2adec8be24cad21eed20)) * **ci:** helm chart release ([c2bd166](https://github.com/pablosec/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) * **ci:** install java 17 ([6bea3d6](https://github.com/pablosec/managed-identity-wallet/commit/6bea3d655e9bffeaec255a3a6822827e8fbe152c)) * **ci:** install Taskfile ([a30492e](https://github.com/pablosec/managed-identity-wallet/commit/a30492e79fc73092ac678180e80cc08837d84676)) * **ci:** quote python version ([e43e1ac](https://github.com/pablosec/managed-identity-wallet/commit/e43e1acda816855f5e7fafb63b18243f8b465668)) * **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/pablosec/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8)) * **ci:** skip app tests ([654da86](https://github.com/pablosec/managed-identity-wallet/commit/654da86386acc834047a38f9654fafbba1a5c325)) * **ci:** typo ([ed086f6](https://github.com/pablosec/managed-identity-wallet/commit/ed086f67b6ef256aa049b3aabb994190c23db30e)) * **ci:** use lowercase letters for repository name ([9e10c9f](https://github.com/pablosec/managed-identity-wallet/commit/9e10c9f9dd8859b2eb2b8613369a15787b0cccd4)) * **ci:** use lowercase letters for repository name ([03f45e0](https://github.com/pablosec/managed-identity-wallet/commit/03f45e0de6d7fc3e1fa6ed7096514c98c0c60ca0)) * **config:** default port for postgresDB ([6b603c0](https://github.com/pablosec/managed-identity-wallet/commit/6b603c038c38b567e7f882b0eaefd03b093bf292)) * **config:** default port for postgresDB ([8646713](https://github.com/pablosec/managed-identity-wallet/commit/86467132948ee359f20a16dae98c9a8fd52ff2ee)) * conflict resolved ([a2ce51f](https://github.com/pablosec/managed-identity-wallet/commit/a2ce51fce616644364abc6348c34b1050ca33400)) * **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/pablosec/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3)) * **devel:** add install links to check-tools.yaml ([7c94f89](https://github.com/pablosec/managed-identity-wallet/commit/7c94f8954fd2fb2020b444ea9466d8eef8325353)) * **devel:** add missing "sudo" ([e912482](https://github.com/pablosec/managed-identity-wallet/commit/e912482c8c87fa9d1f904ef26ed52d65810bf271)) * **devel:** replace docker_compose env var with real command ([187435b](https://github.com/pablosec/managed-identity-wallet/commit/187435be54f66d88dda11c152c38205223791f38)) * **devel:** split into two lines ([0b2e11f](https://github.com/pablosec/managed-identity-wallet/commit/0b2e11fb4a3d6f7b862f688da5c7f85b1ea9fe1e)) * **devel:** update README.md and remove duplicate variable ([566f0da](https://github.com/pablosec/managed-identity-wallet/commit/566f0da82882a6965701dd7ccb11ddfc7da2f388)) * **devel:** use "localhost" instead docker container name ([c6caf36](https://github.com/pablosec/managed-identity-wallet/commit/c6caf36297582b0d1a6697f181b51f967d550cb1)) * **docker:** use jdk 17 instead of jdk 18 and remove the EXPOSE statement ([e2ef3fe](https://github.com/pablosec/managed-identity-wallet/commit/e2ef3fe536b8168a3806508c8c2da8f15cc5d247)) * **doc:** move information about docker for macos upwards ([ff414f8](https://github.com/pablosec/managed-identity-wallet/commit/ff414f8e3cb764ad1602f2b2367e2756d123cdd8)) * **helm:** add correct service for postgresql db ([e00a84f](https://github.com/pablosec/managed-identity-wallet/commit/e00a84f5aaa231465d733e41e911aa4ee8eef3c8)) * **helm:** add correct service for postgresql db ([bda0978](https://github.com/pablosec/managed-identity-wallet/commit/bda09788f2ee1b94c162402f197009ada1341aa0)) * **helm:** add empty line at the bottom for Helm lint testing ([57a37f4](https://github.com/pablosec/managed-identity-wallet/commit/57a37f467d60cef5eb595911f101bc36050d924b)) * **helm:** add empty object ([00a9b08](https://github.com/pablosec/managed-identity-wallet/commit/00a9b08c1a9bd319e0ebe05734d26fae2209b8fe)) * **helm:** add missing "quote" function and adjust tests ([7c985b1](https://github.com/pablosec/managed-identity-wallet/commit/7c985b189665d2c5fd2ec48fb1b649834046e89e)) * **helm:** add random generated encryption_key ([6e89285](https://github.com/pablosec/managed-identity-wallet/commit/6e89285a797fc90a9b2e9d2b48687c4188dd1fa2)) * **helm:** add random generated encryption_key ([495f2d9](https://github.com/pablosec/managed-identity-wallet/commit/495f2d907fdfdc66d125a083070243b83964c75b)) * **helm:** add space (typo) ([392c254](https://github.com/pablosec/managed-identity-wallet/commit/392c254481d3d74adfa675cd758fe67687760d05)) * **helm:** adjust test ([3d90ba4](https://github.com/pablosec/managed-identity-wallet/commit/3d90ba47a5f30dd39397bbb880cff60add036472)) * **helm:** bind APPLICATION_PORT to 8080 ([9a9097d](https://github.com/pablosec/managed-identity-wallet/commit/9a9097deb094ce868d071e40f3bbdac70897d376)) * **helm:** bind APPLICATION_PORT to 8080 ([509fa1d](https://github.com/pablosec/managed-identity-wallet/commit/509fa1d4341bd9baa0deadfdd684bbff4ce1371d)) * **helm:** fix suggested issues from PR ([27ae102](https://github.com/pablosec/managed-identity-wallet/commit/27ae102bd1307fce142adff3a4808bac50dc4c60)) * **helm:** move APPLICATION_PORT env var outside if condition ([299b669](https://github.com/pablosec/managed-identity-wallet/commit/299b669b4b71315cd9c7c19672d510ddb5727c65)) * **helm:** quote numbers ([9a48104](https://github.com/pablosec/managed-identity-wallet/commit/9a4810452cf7a4187a8f4d9c33a7c7fbc346514e)) * **helm:** quote numbers ([91b5814](https://github.com/pablosec/managed-identity-wallet/commit/91b5814508f9a7cc4dd4699777cf29d5db60e354)) * **helm:** remove double className ([e8e2a43](https://github.com/pablosec/managed-identity-wallet/commit/e8e2a43301a62a8596a1415e62d0debab59bd502)) * **helm:** remove double className ([3f49be1](https://github.com/pablosec/managed-identity-wallet/commit/3f49be107471f037e473b70e2ad30060a00edc38)) * **helm:** remove duplicate env var ([e8104c3](https://github.com/pablosec/managed-identity-wallet/commit/e8104c3eceeb4459c88f7b1c024517863fb4d988)) * **helm:** remove last slash ([dab469f](https://github.com/pablosec/managed-identity-wallet/commit/dab469fe8f6d643284cd1f9d4691391026e5c482)) * **helm:** remove last slash ([cfdeded](https://github.com/pablosec/managed-identity-wallet/commit/cfdeded271813f7eb32045cf664752ace23113c1)) * **helm:** remove quotes ([8889455](https://github.com/pablosec/managed-identity-wallet/commit/8889455b67a6e88168b5bdc576393b758a638ffa)) * **helm:** remove quotes ([8fe20ec](https://github.com/pablosec/managed-identity-wallet/commit/8fe20ec8491e396e813edc3bb16426231567520b)) * **helm:** remove token (already revoked) ([835654d](https://github.com/pablosec/managed-identity-wallet/commit/835654d9be8504a896f916ed928c5f2a6481793e)) * **helm:** remove token (already revoked) ([acfcac5](https://github.com/pablosec/managed-identity-wallet/commit/acfcac565a42b3b4ae63708bf2a2f6b625e702ff)) * **helm:** remove trailing space ([019f262](https://github.com/pablosec/managed-identity-wallet/commit/019f26260942eef8acdd0a6b4a965d83bc30bceb)) * **helm:** set ingress host path to "/" ([3dcfd46](https://github.com/pablosec/managed-identity-wallet/commit/3dcfd460d630f9893ebebc9c760c2a96cf1dabd6)) * **helm:** set ingress host path to "/" ([dd876c2](https://github.com/pablosec/managed-identity-wallet/commit/dd876c28c077647dfaeebd9ad54356e20c2d4f10)) * **helm:** typo in db_host ([66daf19](https://github.com/pablosec/managed-identity-wallet/commit/66daf19f10b5654b9d7c60c5611a1fd03d023c21)) * **helm:** typo in db_host ([0f63369](https://github.com/pablosec/managed-identity-wallet/commit/0f633690fd45a24c015fd6be71c5a8538a3fced3)) * **helm:** update image repo ([3084122](https://github.com/pablosec/managed-identity-wallet/commit/30841225d704f4b58f8ae87b45f324fbb58eeef5)) * **helm:** use user/group 11111 instead of 1001/0 ([6745791](https://github.com/pablosec/managed-identity-wallet/commit/6745791b7b17f5fe334908b5f9e223480a7b14c6)) * **helm:** wrong data type in secret ([c600d16](https://github.com/pablosec/managed-identity-wallet/commit/c600d1648065130d3ab21b56148b3348debf82bf)) * **helm:** wrong data type in secret ([a16ba13](https://github.com/pablosec/managed-identity-wallet/commit/a16ba13181027e51c51dd444ef77b25ad0a470cf)) * missing add repo step from chart-releaser workflow ([08c36f9](https://github.com/pablosec/managed-identity-wallet/commit/08c36f9f5e67c128813116ddc9f8e8a58071d3a2)) * missing env variables in release workflow ([#111](https://github.com/pablosec/managed-identity-wallet/issues/111)) ([0f99498](https://github.com/pablosec/managed-identity-wallet/commit/0f9949899eb218e0b3b1b3742c0ea5ee82d19701)) * rate limit during json-ld context loading ([#100](https://github.com/pablosec/managed-identity-wallet/issues/100)) ([09d1f1a](https://github.com/pablosec/managed-identity-wallet/commit/09d1f1a4f5a8a2bbaf7e328efea4ed60d232d778)) * remove all links to remote repos ([06e14c7](https://github.com/pablosec/managed-identity-wallet/commit/06e14c74213e1112074dec0316f22d363fc32ddb)) * remove out-of-date deployment workflow ([3774c74](https://github.com/pablosec/managed-identity-wallet/commit/3774c747caf56c25b010016d5d4783d82077e37d)) * removed recret from code ([d3fe69a](https://github.com/pablosec/managed-identity-wallet/commit/d3fe69af5093f4026f769d4f4a16877d3a245137)) * test cases ([1a9b51e](https://github.com/pablosec/managed-identity-wallet/commit/1a9b51ea8ef256b2b8275e7361fd54a0c2d09d90)) * tests fail randomly because of KeyGenerator ([96ca03d](https://github.com/pablosec/managed-identity-wallet/commit/96ca03dd2469325bfaedfbf152357cb2a39d47f8)) * typo in Bearer ([754b90a](https://github.com/pablosec/managed-identity-wallet/commit/754b90a9fa90a308584949a6bf8085b6b27d8a19)) * Typo in Bearer ([#102](https://github.com/pablosec/managed-identity-wallet/issues/102)) ([3765c68](https://github.com/pablosec/managed-identity-wallet/commit/3765c689fcadc29f663c0521c3b9cc072ee8e779)) * validation erorr message not shown in reponse, docs: CGD-391: sample repomse added in wallet APIs ([80ced85](https://github.com/pablosec/managed-identity-wallet/commit/80ced85250de8ac5b956e337ff8c5d18b59e1900)) * Veracode finding for CVE-2023-24998 ([5ac9f2d](https://github.com/pablosec/managed-identity-wallet/commit/5ac9f2dfeb1b80afce33014eae9d592774ae3bf3)) * veracode issues: Spring boot and other lib version update ([f30c4d8](https://github.com/pablosec/managed-identity-wallet/commit/f30c4d80ec70db4387dbb41e06d867579a4bdde6)) * veracode log issue ([69cd4d8](https://github.com/pablosec/managed-identity-wallet/commit/69cd4d83470faa2615b6128f416ea4f3a601f21e)) * veracode log realted issue fix ([7908741](https://github.com/pablosec/managed-identity-wallet/commit/7908741e3a765bc68e9c955dfccc58e4b3f72da2)) * add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([ac09710](https://github.com/pablosec/managed-identity-wallet/commit/ac09710204a9c123c66ae2bcd5a5d668a4a84de9)) * add '/dev.env' to '.gitignore' to prevent it form being comitted/ pushed unwanted. ([9443367](https://github.com/pablosec/managed-identity-wallet/commit/9443367ac826cb67f459b816cffa11971e8518ef)) * add "local.dev" to .gitignore ([0c4166d](https://github.com/pablosec/managed-identity-wallet/commit/0c4166d1ce7cd4521e0fc7980c1a73c70e57245e)) * add "local.dev" to .gitignore ([6431f77](https://github.com/pablosec/managed-identity-wallet/commit/6431f77ab5a76d5e2e26656484d53e3ef40ad909)) * add and adjust authority user's BPN and DID:WEB ([7e2ab46](https://github.com/pablosec/managed-identity-wallet/commit/7e2ab464c81f9b90d234ce963f204c9d5e46f100)) * add and adjust authority user's BPN and DID:WEB ([a06a689](https://github.com/pablosec/managed-identity-wallet/commit/a06a689bc4d6ac4ea24a19ecf5d88b6a9711ee14)) * add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([3f8be32](https://github.com/pablosec/managed-identity-wallet/commit/3f8be327f44c44e58fe3fd08a6e2853ba8e254d7)) * add app setup for the stages 'dev' and 'int' in order to deploy the (new) 'Managed-Identity-Wallet' on these stages. ([8bf1124](https://github.com/pablosec/managed-identity-wallet/commit/8bf1124d86865befdd8a60d2f489a98952f58778)) * add Eclipse Copyright header to CHANGELOG.md.jinja ([dd53533](https://github.com/pablosec/managed-identity-wallet/commit/dd53533bc6ccb9a160e4c51c46438321ed2b2be7)) * add GH Action workflow to test the app (incl. coverage) ([1e16b04](https://github.com/pablosec/managed-identity-wallet/commit/1e16b0418825ea402dd4a690d760b367a5c0ce8b)) * add header to changelog template ([45b79d0](https://github.com/pablosec/managed-identity-wallet/commit/45b79d0e78cb8b299bc59c27397623c603fe67c0)) * add initContainers ([#142](https://github.com/pablosec/managed-identity-wallet/issues/142)) ([7317800](https://github.com/pablosec/managed-identity-wallet/commit/731780075ca5e1a707c8834013c4c98348e9c269)) * add tpl to miw ingress ([#143](https://github.com/pablosec/managed-identity-wallet/issues/143)) ([c56d133](https://github.com/pablosec/managed-identity-wallet/commit/c56d1330f2df1a3468c1e680bcc4fe50898ca6bd)) * added administrator documentation ([1931fa0](https://github.com/pablosec/managed-identity-wallet/commit/1931fa0a8f1afd01249dbcbeecfa09b1cb739f83)) * added administrator documentation ([dd85726](https://github.com/pablosec/managed-identity-wallet/commit/dd85726078ba5c811ab35b2bcf0993bd63671790)) * added end user documentation ([83ae886](https://github.com/pablosec/managed-identity-wallet/commit/83ae88672a1dd28c31ca987e73ef84fd85fa366f)) * added end user documentation ([670faca](https://github.com/pablosec/managed-identity-wallet/commit/670facae38caddb404a63831c470d61d9858898f)) * added test cases for getCredentials api ([56072f6](https://github.com/pablosec/managed-identity-wallet/commit/56072f68d092b3ebf8cbef9647074e4b7d6f456a)) * added test cases for getCredentials api ([c3e5cd8](https://github.com/pablosec/managed-identity-wallet/commit/c3e5cd8b2310c2e5c003e9b58abe69727d712129)) * adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([d33f6aa](https://github.com/pablosec/managed-identity-wallet/commit/d33f6aa50f5f7cb0276c1e6391d85a4eae793c87)) * adding generated 'README.md' to accompany the charts for 'Managed-Identity-Wallet' as required. ([bd6d874](https://github.com/pablosec/managed-identity-wallet/commit/bd6d874259b1f9232e8163d91d7efe734f0b3123)) * adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([25debc3](https://github.com/pablosec/managed-identity-wallet/commit/25debc365e18ca6f3f0eb0e864539ce0352e3807)) * adds (initially) a Postman-collection for testing MIW on stage 'dev'. ([7b8d264](https://github.com/pablosec/managed-identity-wallet/commit/7b8d26478d28f2710b4fb9837ebd90dc3d0ee513)) * adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([3531dd5](https://github.com/pablosec/managed-identity-wallet/commit/3531dd527b1d0f4306a466a4b59d25fa49872470)) * adds direct '.java-version' from program 'jenv' to '.gitignore' to avoid that is version-controled. ([6bdb98a](https://github.com/pablosec/managed-identity-wallet/commit/6bdb98a3dddd42c8c94646581ef786e0bad9fd51)) * adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([a2b8a21](https://github.com/pablosec/managed-identity-wallet/commit/a2b8a2157ed68b5faedd5c506e19d36e7f9da039)) * adds gradle task to equip 'jar/META-INF/' with 'DEPENDENCIES', 'SECURITY.md', 'NOTICE.md', 'LICENSE' ([3eee471](https://github.com/pablosec/managed-identity-wallet/commit/3eee471a7edb44da067fd0813aa0dd46383a230c)) * adds license file 'CC-BY-4.0.tyt' in the corresponding directory 'LICENSES'. ([c32fdfe](https://github.com/pablosec/managed-identity-wallet/commit/c32fdfe13c84e6c53d316cf5928050f975821abc)) * adds overview of roles associated with available endpoints ([572f2c2](https://github.com/pablosec/managed-identity-wallet/commit/572f2c2f62cdaaa54fe288407fe9e9e6226ab0c8)) * adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([2fb0000](https://github.com/pablosec/managed-identity-wallet/commit/2fb0000162383dd9e8947e5f7d2ef985c66aa319)) * adjust task 'stopDockerApp' to stop the actual container 'local_miw_app' ([e686b3e](https://github.com/pablosec/managed-identity-wallet/commit/e686b3e50676d9a9bb47b7ed873ee740e1ba7b91)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([6286538](https://github.com/pablosec/managed-identity-wallet/commit/628653865b0a4db9193fde1d07e5e946df05160c)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([1d74e92](https://github.com/pablosec/managed-identity-wallet/commit/1d74e92883f1f36231b10ac4e3f026c6e0c3bd46)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([4233ea7](https://github.com/pablosec/managed-identity-wallet/commit/4233ea7f7074644acc50268fffbb41679b3d4f9a)) * API changes as per new API specification(separate apis for holder and issuer wallet) ([66a7f84](https://github.com/pablosec/managed-identity-wallet/commit/66a7f84b34df715592e6788fa04fd7203217d8e7)) * **api:** disable authorization check, because of potential bug (to be investigated) ([718af89](https://github.com/pablosec/managed-identity-wallet/commit/718af892e70eaf478e3001b14772f1ade4fc5747)) * **api:** disable authorization check, because of potential bug (to be investigated) ([1ab7a87](https://github.com/pablosec/managed-identity-wallet/commit/1ab7a87c870a1a8f61cc6d913c86de88e6f27263)) * authenticate using client_id and claint_secret added in swagger UI ([aaa0a8f](https://github.com/pablosec/managed-identity-wallet/commit/aaa0a8f5efd5c7282579d42c51677e5816a9c6a6)) * authenticate using client_id and claint_secret added in swagger UI ([7a14e76](https://github.com/pablosec/managed-identity-wallet/commit/7a14e76c329b155e8c910ecf15eb59d2f250eec0)) * authority wallet did in env ([139f9d9](https://github.com/pablosec/managed-identity-wallet/commit/139f9d95f116e02fc1ba91404d3b010fe0587386)) * authority wallet did in env ([32d9587](https://github.com/pablosec/managed-identity-wallet/commit/32d9587946732e24d00fecbb9cfcfa1ede5c637e)) * BPN validation added in issue dismantler VC ([5a04a2e](https://github.com/pablosec/managed-identity-wallet/commit/5a04a2ef41e48feb42c2db5baa54ea0e54833a3f)) * bpnCredential added in wallet creation ([67c749f](https://github.com/pablosec/managed-identity-wallet/commit/67c749f98ff768deaea2f68a219916c46e0276e5)) * bpnCredential added in wallet creation ([8861877](https://github.com/pablosec/managed-identity-wallet/commit/8861877099a8c728ab059b2f03fee3b8d1696518)) * **build:** change default name of miw-app artifact ([29e65af](https://github.com/pablosec/managed-identity-wallet/commit/29e65afbc1b0e9ec941e8e516a0e8a8b292eb12a)) * **build:** change default name of miw-app artifact ([6804747](https://github.com/pablosec/managed-identity-wallet/commit/6804747b8479d0284a57f85b0579149fbc3c2b51)) * caller BPN security added and test case modification for the same ([b375317](https://github.com/pablosec/managed-identity-wallet/commit/b3753173eb2eb90474c6a9e92d7465203ddc17c3)) * caller BPN security added and test case modification for the same ([2e00386](https://github.com/pablosec/managed-identity-wallet/commit/2e00386a27af327cd3028244d475151811aabf87)) * CGD-204: changes related to did document resolver in ssi-lib ([aed05de](https://github.com/pablosec/managed-identity-wallet/commit/aed05de8fd781175532c259cde3f42156cc4d0b5)) * CGD-347: manage log level at runtime ([1676bc3](https://github.com/pablosec/managed-identity-wallet/commit/1676bc311f005f5207241d3138d690f05fb19131)) * CGD-368: Check expiry date of VC during validation ([37bee28](https://github.com/pablosec/managed-identity-wallet/commit/37bee283777f081b82120cf6437da19260f901b3)) * CGD-444-add-random-key-reference-to-did ([4b321db](https://github.com/pablosec/managed-identity-wallet/commit/4b321db9d289ea95a701cfaa91689f5766988633)) * CGD-444: sql migration added ([f2a1bc3](https://github.com/pablosec/managed-identity-wallet/commit/f2a1bc3e73db77835efe2c9e8cfc6e032a2c38aa)) * change in create VP API, type and name removed from summary VC ([d4909b0](https://github.com/pablosec/managed-identity-wallet/commit/d4909b05f05d4141616abb22acbb31e1d1c4a5ec)) * change in create VP API, type and name removed from summary VC ([a6a05e1](https://github.com/pablosec/managed-identity-wallet/commit/a6a05e154de1ce6c60624f2e29e737aaa463f28a)) * change in create VP API, type and name removed from summary VC ([d75298e](https://github.com/pablosec/managed-identity-wallet/commit/d75298e75308f00be07e798e35af4411f768018f)) * change in create VP API, type and name removed from summary VC ([d7f9096](https://github.com/pablosec/managed-identity-wallet/commit/d7f90964eabea4e9e1991812f66237d874a1c56a)) * check expiry of VC while VP validate support added and test cases updated ([3c1d965](https://github.com/pablosec/managed-identity-wallet/commit/3c1d965f913b1da7f0f5d58c99e89ea36c58fffc)) * **ci:** add --wait to helm install ([b4a56b0](https://github.com/pablosec/managed-identity-wallet/commit/b4a56b028778fc5147cc7492ba3de1b313bf7ba2)) * **ci:** add docker hub release workflow ([176f580](https://github.com/pablosec/managed-identity-wallet/commit/176f580d00e25a531ca63d314d59cac9ac813fe2)) * **ci:** add GH Action for DAST scanning ([8ff4e1a](https://github.com/pablosec/managed-identity-wallet/commit/8ff4e1abf37334ead3e4fd14a3df7aead1f43ec4)) * **ci:** add trigger on push ([ed85975](https://github.com/pablosec/managed-identity-wallet/commit/ed8597572b066ba45d3be800f0faae76f5ecb65c)) * **ci:** adjust to current setup ([ee92bf5](https://github.com/pablosec/managed-identity-wallet/commit/ee92bf5f5519d5e7759351d7a04962c08fceae79)) * **ci:** adjust to current setup ([9325bee](https://github.com/pablosec/managed-identity-wallet/commit/9325bee15615c43b6db48ee34c28ca8899ad3a49)) * **ci:** adjust trivy GH Action ([ee2f548](https://github.com/pablosec/managed-identity-wallet/commit/ee2f54884289ad308c87b7e93b5be0c739ed55bd)) * **ci:** enable manual trigger ([d800cc1](https://github.com/pablosec/managed-identity-wallet/commit/d800cc143240054fc5a7191b695d64e50d64457e)) * **ci:** make chart standalone runnable ([be182e9](https://github.com/pablosec/managed-identity-wallet/commit/be182e916f3bcf4466eb2f20d411ff841859a64f)) * **ci:** remove manual trigger from veracode.yaml ([fab2f10](https://github.com/pablosec/managed-identity-wallet/commit/fab2f1075b339933152c78ac09ec43bc2a284c71)) * **ci:** remove old acapy actions ([e0f0ae7](https://github.com/pablosec/managed-identity-wallet/commit/e0f0ae7b8a1560b458511d922bae1624c18294fb)) * **ci:** remove old acapy actions ([27afe80](https://github.com/pablosec/managed-identity-wallet/commit/27afe80a79c59a4da067abf542251488a2837580)) * **ci:** rename miw service GH repo ([ab9c7ff](https://github.com/pablosec/managed-identity-wallet/commit/ab9c7ffb2632ad7621e010917306997589100599)) * **ci:** rename miw service GH repo ([e3431bc](https://github.com/pablosec/managed-identity-wallet/commit/e3431bceb559c53eda71beef29cfa03d2dd51f35)) * **ci:** run Helm unittests ([f11f824](https://github.com/pablosec/managed-identity-wallet/commit/f11f8246da65fa17b0a4f4fac59ae67e42b709de)) * **ci:** semantic releases from develop branch ([#87](https://github.com/pablosec/managed-identity-wallet/issues/87)) ([fda8ee6](https://github.com/pablosec/managed-identity-wallet/commit/fda8ee6ae864aa86823a7ebfdce9702f372a9ded)) * **ci:** separate linting and testing and build temporary image to deploy on cluster ([384a969](https://github.com/pablosec/managed-identity-wallet/commit/384a969548e49e324e3da079b6125aad46f1c450)) * **ci:** update deprecated code ([386dcd9](https://github.com/pablosec/managed-identity-wallet/commit/386dcd9bf09b71684d53ba614bbe820f0e0b12b2)) * **ci:** update KICS.yaml to fit current application ([af214cd](https://github.com/pablosec/managed-identity-wallet/commit/af214cd80cc30f9cd0e0d0b40748ca0fdaf5b1df)) * code changes to create DidDocument ([1675ef4](https://github.com/pablosec/managed-identity-wallet/commit/1675ef4d1f6b5cb32b80b856b39955383902f1f9)) * code changes to create DidDocument ([b7503a8](https://github.com/pablosec/managed-identity-wallet/commit/b7503a8ac217300f513f3c8531fb607b317d564f)) * Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([aa04faa](https://github.com/pablosec/managed-identity-wallet/commit/aa04faa2adf828bfbb712993af90926a397e4ff0)) * Create BPN VC while creating wallet, test case modification, filter support added in get all wallet and get all credential API ([928c501](https://github.com/pablosec/managed-identity-wallet/commit/928c50144bd8dc04d1962262fecc5793aa25c660)) * credential get api type filter support added ([9d6a49d](https://github.com/pablosec/managed-identity-wallet/commit/9d6a49daab04bda7fe06484ec1e827a534addbd9)) * credential get api type filter support added ([3217576](https://github.com/pablosec/managed-identity-wallet/commit/3217576c29724af6128b49f9b94796adbfe4794d)) * credential list api added ([e34cf00](https://github.com/pablosec/managed-identity-wallet/commit/e34cf0067d77401be28aa1e43ad9d118465e39a8)) * credential list api added ([bfc15fc](https://github.com/pablosec/managed-identity-wallet/commit/bfc15fcc99e29b3c44846d08f22afed165b0f40b)) * credentials validation api wip ([0515ef6](https://github.com/pablosec/managed-identity-wallet/commit/0515ef6244d52bea506363540593489bee48d165)) * credentials validation api wip ([43454f9](https://github.com/pablosec/managed-identity-wallet/commit/43454f9453a1f0e04360f0b60a7ffd4e0ca68d1c)) * delete credential api and test cases added ([e56a52e](https://github.com/pablosec/managed-identity-wallet/commit/e56a52e5218c9d07d738f590b2aeea01b9f33202)) * delete credential api and test cases added ([3fbf420](https://github.com/pablosec/managed-identity-wallet/commit/3fbf4205531137a4c7228af1561e34f1fd575351)) * **dev:** add pgAdmin to local dev env ([#144](https://github.com/pablosec/managed-identity-wallet/issues/144)) ([d7f2bbe](https://github.com/pablosec/managed-identity-wallet/commit/d7f2bbe2900322bb5ecba94aa1ab4fafad5cf21c)) * **devel:** add COMPOSE_COMMAND to env.*.dist to configure the available docker compose binary ([1893a64](https://github.com/pablosec/managed-identity-wallet/commit/1893a6484bd0150d7d2ac3e5cb2e45e221403b2f)) * **devel:** Add DEV_ENVIRONMENT variable to env.docker.dist and env.local.dist ([a0ed2a4](https://github.com/pablosec/managed-identity-wallet/commit/a0ed2a4d7a51b14e3c22d1b6740c9dbebe648a49)) * **devel:** add environment type switch ([4a5c128](https://github.com/pablosec/managed-identity-wallet/commit/4a5c1287c3396ac9ee42e985db67579ab75bccc8)) * **devel:** Add first helm unittest draft for Deployment resource ([b533b52](https://github.com/pablosec/managed-identity-wallet/commit/b533b52460578872117c101c5a07c5d9cbb19f3e)) * **devel:** Add first helm unittest draft for Deployment resource ([6d677cf](https://github.com/pablosec/managed-identity-wallet/commit/6d677cf43bc11f067c8f9a0737541933c33ffd92)) * **devel:** add helm values for local deployment ([895c506](https://github.com/pablosec/managed-identity-wallet/commit/895c506f941a4d658c6fcb092fa04494f042d0a5)) * **devel:** add local miw-app image to docker-compose ([21ac5e8](https://github.com/pablosec/managed-identity-wallet/commit/21ac5e880bd5fff9ad6c478986aecc02e36e4069)) * **devel:** add local miw-app image to docker-compose ([eae7242](https://github.com/pablosec/managed-identity-wallet/commit/eae7242439c4bc1eb277ec4da280370111d57201)) * **devel:** add missing tasks and rename working dir ([27c2b03](https://github.com/pablosec/managed-identity-wallet/commit/27c2b03325004932c317c96989733c0a88ef4785)) * **devel:** add more cleanup commands ([c18b1b0](https://github.com/pablosec/managed-identity-wallet/commit/c18b1b079929a82d22e302ec641bb1107f7cf718)) * **devel:** add more cleanup commands ([672a08c](https://github.com/pablosec/managed-identity-wallet/commit/672a08c0180a001bed3da444856be3c329ac182a)) * **devel:** add new dev environment ([0858bf9](https://github.com/pablosec/managed-identity-wallet/commit/0858bf9611162f1055b7b29d20494685878aab39)) * **devel:** add new dev environment ([6a37e10](https://github.com/pablosec/managed-identity-wallet/commit/6a37e10b85b86a8bb509d2544effa16b15c8abe2)) * **devel:** add one more folder depth to helm unittest in Taskfile ([967afc1](https://github.com/pablosec/managed-identity-wallet/commit/967afc1c0216951a9635185dca1f8c38c4e66100)) * **devel:** add realm for local dev config ([56a67b7](https://github.com/pablosec/managed-identity-wallet/commit/56a67b742fbb1dc12806459ba72778f525fad966)) * **devel:** add task for generating CHANGELOG.md file ([0ba1142](https://github.com/pablosec/managed-identity-wallet/commit/0ba1142069bf2abd85f90aaa12a7f2f9d371a89d)) * **devel:** add task to check, if helm-docs is installed ([d559cdc](https://github.com/pablosec/managed-identity-wallet/commit/d559cdcb87edc427bbb46a80769dfed3137216d4)) * **devel:** add task to rebuild Helm chart readme ([881e131](https://github.com/pablosec/managed-identity-wallet/commit/881e131008cd358a376df62a72107711620c2845)) * **devel:** add tasks for test-report and coverage ([b4ceeb5](https://github.com/pablosec/managed-identity-wallet/commit/b4ceeb5b8325a1b573ec7d6f9fd671e1e9cc41f1)) * **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([9b81087](https://github.com/pablosec/managed-identity-wallet/commit/9b81087ac2d811c67217adee06df57a7522770bf)) * **devel:** Bump Keycloak version of docker-compose to 21.1 and update env file ([6690061](https://github.com/pablosec/managed-identity-wallet/commit/6690061b1587d2fab35881b6d4659ecfadf34954)) * **devel:** env-files move to dev folder ([660cac9](https://github.com/pablosec/managed-identity-wallet/commit/660cac957dd683ed6211653ca552f1320ab7f3f7)) * **devel:** fallthrough in check-prerequisites task ([28801cc](https://github.com/pablosec/managed-identity-wallet/commit/28801cc3996f9dc9f699326285bed538f9d9ba6f)) * **devel:** fallthrough in check-prerequisites task ([4a8431b](https://github.com/pablosec/managed-identity-wallet/commit/4a8431ba68899f8dfa827fb9d46f9d44ce2f406e)) * **devel:** include checks and new "local.env" + add check-prerequisites task ([eb277ff](https://github.com/pablosec/managed-identity-wallet/commit/eb277ffdb1605a1650d08ac340140beaa1246b0d)) * **devel:** include checks and new "local.env" + add check-prerequisites task ([99ac665](https://github.com/pablosec/managed-identity-wallet/commit/99ac665be0742f1de261f67d46ab2e7b2b81c3fa)) * **devel:** Introduce Taskfile ([5d4a889](https://github.com/pablosec/managed-identity-wallet/commit/5d4a88989ce8fc1dc93ea69a57ab4b3a8da3bdf6)) * **devel:** Introduce Taskfile ([a63ac91](https://github.com/pablosec/managed-identity-wallet/commit/a63ac910ce4d5364e5e6aa1f3d40917a7b3d2167)) * **devel:** make Taskfile app namespace OS specific ([6245576](https://github.com/pablosec/managed-identity-wallet/commit/62455766d2ea7ab9da95af6948a62cb455fbc623)) * **devel:** moved to dev-assets folder ([a70115c](https://github.com/pablosec/managed-identity-wallet/commit/a70115c1d1243908ccc16d2fe2c3bbefd0070d8a)) * **devel:** put Helm chart unittests in subfolder for each stage ([3e17880](https://github.com/pablosec/managed-identity-wallet/commit/3e17880beb79fc50f094a79cd49f47c06dbdc4b2)) * **devel:** remove acapy vars from .env.example ([3ce0c6d](https://github.com/pablosec/managed-identity-wallet/commit/3ce0c6d21c735209503e17025089e4b024050a32)) * **devel:** remove acapy vars from .env.example ([ec6fc65](https://github.com/pablosec/managed-identity-wallet/commit/ec6fc656ece130e73baa71b52fbfc76391f7c158)) * **devel:** remove docker compose selection -> fixed to new V2 version ([aab42bc](https://github.com/pablosec/managed-identity-wallet/commit/aab42bc1590e62f0410c789da435614c127921a2)) * **devel:** Remove obsolete stuff ([c2ff738](https://github.com/pablosec/managed-identity-wallet/commit/c2ff738ab5f13de40734bfccc17fa10d59a57b39)) * **devel:** Remove obsolete stuff ([94b075a](https://github.com/pablosec/managed-identity-wallet/commit/94b075a2f0d6a78d110fad9e48c7081e9e166167)) * **devel:** rename tasks and point to new dev-env ([62e0f2b](https://github.com/pablosec/managed-identity-wallet/commit/62e0f2b06c75a71e65e2e1dfeb16666cbb826b97)) * **devel:** rename tasks and point to new dev-env ([82cd5cd](https://github.com/pablosec/managed-identity-wallet/commit/82cd5cdd3ac0f436acc850c5bc786173f537d027)) * **devel:** rename tasks in Taskfile ([cdde677](https://github.com/pablosec/managed-identity-wallet/commit/cdde677a6f5a594d65633ebd0b472dddf21dfea4)) * **devel:** rename tasks in Taskfile ([138cdf0](https://github.com/pablosec/managed-identity-wallet/commit/138cdf03c53f3e4d54daa41e2953128dec048aea)) * **devel:** replace check for "docker compose" plugin ([d75c719](https://github.com/pablosec/managed-identity-wallet/commit/d75c71903f69f9f62dad4ae2aa97e7be2fc525d4)) * **devel:** Replace old custom Dockerfile with official postgres image ([ce2c907](https://github.com/pablosec/managed-identity-wallet/commit/ce2c907bb9e4c10a81da4652cdeb3c21a363381e)) * **devel:** Replace old custom Dockerfile with official postgres image ([29c1dc0](https://github.com/pablosec/managed-identity-wallet/commit/29c1dc0179dfc6ba49f6339f0dc698068a1b10d8)) * **devel:** script to obtain an authority token from keycloak ([65b8b20](https://github.com/pablosec/managed-identity-wallet/commit/65b8b20a24ac6cbce7572f173844d21d4bff0bfc)) * **devel:** script to obtain an authority token from keycloak ([378f79b](https://github.com/pablosec/managed-identity-wallet/commit/378f79b439ed2139b9fa646fce995e03525825ab)) * **devel:** show install link provided as parameter ([cb7ae41](https://github.com/pablosec/managed-identity-wallet/commit/cb7ae41b21e6a3acbafcf98dcc09000514b298d1)) * **devel:** split tasks to own namespaces ([db0151c](https://github.com/pablosec/managed-identity-wallet/commit/db0151c68fb208dd3981d271277490f48ccdca7a)) * **devel:** split tasks to own namespaces ([f7ff401](https://github.com/pablosec/managed-identity-wallet/commit/f7ff4017fd73eda148d8ce197c9b7b356d42a4a1)) * **devel:** suppress task header in output ([87aff68](https://github.com/pablosec/managed-identity-wallet/commit/87aff685c7b6db40cd701d3b7f51101e4b02e0c4)) * **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([c302664](https://github.com/pablosec/managed-identity-wallet/commit/c302664b96431373ef111361c1d994c27640fe98)) * **devel:** switch to new Helm chart "charts/managed-identity-wallet" ([ca06b5f](https://github.com/pablosec/managed-identity-wallet/commit/ca06b5f98d40be2e6b4e6ad7ebed03dd97e7a579)) * **devel:** update .gitignore ([33b7262](https://github.com/pablosec/managed-identity-wallet/commit/33b726263658687608e75379e8cfe1236fda05ca)) * **devel:** update readme ([74fdb21](https://github.com/pablosec/managed-identity-wallet/commit/74fdb21dc549ed80bc1cbf8f71b40e0a9410a834)) * **devel:** use COMPOSE_COMMAND env from env.* to execute the available docker compose binary ([931e69f](https://github.com/pablosec/managed-identity-wallet/commit/931e69fd02a0ada7c5b0827eaaf5aa140b5f07af)) * **devel:** WIP: add more stuff to Taskfile ([280f51c](https://github.com/pablosec/managed-identity-wallet/commit/280f51cb4d7050a87f4faca547c45d05eacc6089)) * **devel:** WIP: add more stuff to Taskfile ([ed2277f](https://github.com/pablosec/managed-identity-wallet/commit/ed2277f9dbf690fea1815e5f82832b4909727922)) * did document resolver component changes reverted ([1d72ac0](https://github.com/pablosec/managed-identity-wallet/commit/1d72ac083e97fa498e4a38b3dc94d1983a7b4e96)) * **doc:** add eclipse copyright header everywhere ([ad5c631](https://github.com/pablosec/managed-identity-wallet/commit/ad5c631fa2bc3ce22415d215f2cb7207feee014a)) * **doc:** add eclipse copyright header everywhere ([02530f6](https://github.com/pablosec/managed-identity-wallet/commit/02530f636ee301e839a7688883e311917d507f2d)) * **doc:** add eclipse copyright header everywhere ([87a4641](https://github.com/pablosec/managed-identity-wallet/commit/87a464120817b8eecfc1a17d4a30ac3237f73f4c)) * **doc:** add eclipse copyright header everywhere ([c63031b](https://github.com/pablosec/managed-identity-wallet/commit/c63031bbc8630595f09a8f80c544e1996d1e698e)) * **doc:** document COMPOSE_COMMAND env ([a6fc918](https://github.com/pablosec/managed-identity-wallet/commit/a6fc91812ad9065c1f5011597deb1bc6fd9b545a)) * **doc:** Extend Mac user information ([403362d](https://github.com/pablosec/managed-identity-wallet/commit/403362d2e7cb4f4e87b3b940415fb3d88dfab2f0)) * **docker:** add healthcheck for use with docker, compose or swarm ([805b2d2](https://github.com/pablosec/managed-identity-wallet/commit/805b2d278357cd5ccc242d102917af646cafd4a0)) * **docker:** adjust Dockerfile to current setup ([8556169](https://github.com/pablosec/managed-identity-wallet/commit/85561698505ef5d72a76314dbb8d69223e5e57cb)) * **docker:** adjust Dockerfile to current setup ([cd6bf50](https://github.com/pablosec/managed-identity-wallet/commit/cd6bf5046db2f3e40e3dc5c6d9dc64a5b0e33a9e)) * **doc:** mark important content in README.md ([43dec2d](https://github.com/pablosec/managed-identity-wallet/commit/43dec2d1918296a17117070bb4e4c6d279bcc71f)) * error msg updated ([2b305d2](https://github.com/pablosec/managed-identity-wallet/commit/2b305d2d488a7ed1c63022ff4241ad5fa588822d)) * framework VC name changes and test case changes ([7952f4b](https://github.com/pablosec/managed-identity-wallet/commit/7952f4b1ef94ec144308683607bf5083226da523)) * framework VC name changes and test case changes ([ce0c230](https://github.com/pablosec/managed-identity-wallet/commit/ce0c230b69c6a75778e9315a5956377a3d265e83)) * Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([6ea7580](https://github.com/pablosec/managed-identity-wallet/commit/6ea7580023ee6fef9d561558ab22eec79c27e242)) * Framwork VC API, Dismantler VC API, Testcase modificatoin, VC context URL in config, VC expiry in config ([47a6656](https://github.com/pablosec/managed-identity-wallet/commit/47a66564c88ccbd6159cb92838a7323830c69c4e)) * **helm:** add additional unittests ([fc60d9a](https://github.com/pablosec/managed-identity-wallet/commit/fc60d9a0b1a5050067c596261a3649c0dfef9dca)) * **helm:** add authority_wallet_did env ([ce2e531](https://github.com/pablosec/managed-identity-wallet/commit/ce2e531e7fac46b23d656823e1ea11cb1396359d)) * **helm:** add authority_wallet_did env ([15e01b0](https://github.com/pablosec/managed-identity-wallet/commit/15e01b0b6b2afc814af0d7da21e7abe0def73f6c)) * **helm:** add classname annotation to ingress ([d250497](https://github.com/pablosec/managed-identity-wallet/commit/d25049790c2d10c8be784a953426a872adf88998)) * **helm:** add classname annotation to ingress ([cd0f0c7](https://github.com/pablosec/managed-identity-wallet/commit/cd0f0c7934516c106bcdda3670b248848c526dc5)) * **helm:** add container env (plain and from secret) ([7242b4b](https://github.com/pablosec/managed-identity-wallet/commit/7242b4b78834a0965d756f416ef0ac0068ca22a3)) * **helm:** add container env (plain and from secret) ([d77295f](https://github.com/pablosec/managed-identity-wallet/commit/d77295f16e6e1a36faa7035f8f64db3f5f62ea16)) * **helm:** add container env and DB secrets ([f175786](https://github.com/pablosec/managed-identity-wallet/commit/f1757861ff2d204e0f3e98035f4fdc10c247c2cb)) * **helm:** add container env and DB secrets ([9dbf2b7](https://github.com/pablosec/managed-identity-wallet/commit/9dbf2b76e01d4397020d6e908cf73dc88a1746ff)) * **helm:** add default labels to secret ([dfe107d](https://github.com/pablosec/managed-identity-wallet/commit/dfe107dcd54fd44ad87e56ab799ee78a7f39a0ec)) * **helm:** add documentation for env / secret variables ([cee2c49](https://github.com/pablosec/managed-identity-wallet/commit/cee2c497bfd37e865b2cfa1add674654c9ed0530)) * **helm:** add documentation for new content and adjust the old one ([6689718](https://github.com/pablosec/managed-identity-wallet/commit/66897186da42ef7dfb9af08d549682964aa5472c)) * **helm:** add external chart repos ([30b04c2](https://github.com/pablosec/managed-identity-wallet/commit/30b04c226475756135c7d65aaa1e3d1b4893c0d3)) * **helm:** add full release name to ingress secret name ([58a7299](https://github.com/pablosec/managed-identity-wallet/commit/58a72999f8229ddc39dd76442f4e8754b47e7720)) * **helm:** add full release name to ingress secret name ([474d988](https://github.com/pablosec/managed-identity-wallet/commit/474d9887bd85caf89f32368f9f23a724c96bb718)) * **helm:** add Helm chart Readme template for helm-docs ([a96ca4c](https://github.com/pablosec/managed-identity-wallet/commit/a96ca4c6ace3c47f051007b8ae7b04c2b670adf1)) * **helm:** add helm-docs documentation ([24c0fcd](https://github.com/pablosec/managed-identity-wallet/commit/24c0fcd63cc33b6255c51abcab3fc157f814bb1f)) * **helm:** add init script to setup initial database ([9950690](https://github.com/pablosec/managed-identity-wallet/commit/99506905c8e9a53bccc28cd7f7ecc752179c1112)) * **helm:** add init script to setup initial database ([fb2c770](https://github.com/pablosec/managed-identity-wallet/commit/fb2c7704582dd993e3eed3f61885114f8ae89741)) * **helm:** add internal / external postgresql switch ([5ca2e55](https://github.com/pablosec/managed-identity-wallet/commit/5ca2e55e2b9226e1234a31c0b922d885a8a6489c)) * **helm:** add new helm chart "managed-identity-wallet" (WIP) ([eac9f3a](https://github.com/pablosec/managed-identity-wallet/commit/eac9f3addc4edb60ffe93d58bed4db5816ab0252)) * **helm:** add new helm chart "managed-identity-wallet" (WIP) ([87b5efe](https://github.com/pablosec/managed-identity-wallet/commit/87b5efecb0d88a77ed9135d8cb24101b97867cb9)) * **helm:** add securityContext (primary same user/group id as docker image) ([25e93fa](https://github.com/pablosec/managed-identity-wallet/commit/25e93fa50652ced6b68b2e6e8fc18e4e5fdbcfe0)) * **helm:** add securityContext (primary same user/group id as docker image) ([36e90df](https://github.com/pablosec/managed-identity-wallet/commit/36e90dfa018daff9a82abce7edcb41806172b2f3)) * **helm:** add simple backup of database to a PV ([680e09f](https://github.com/pablosec/managed-identity-wallet/commit/680e09fd18bf95518244f0a92c181d0264837aa6)) * **helm:** add tests for dev stage and put tests in subfolder for each stage ([ecbe7e5](https://github.com/pablosec/managed-identity-wallet/commit/ecbe7e5d9765c7336914801001444905d8f84529)) * **helm:** add tests for env and secrets in values ([e7a17b4](https://github.com/pablosec/managed-identity-wallet/commit/e7a17b4b4014cd0e518b78dc88358b62b0caabbc)) * **helm:** add values for dev stage (WIP) ([bb2c6a5](https://github.com/pablosec/managed-identity-wallet/commit/bb2c6a5be738d042510f00a62947df303ea58bb6)) * **helm:** add values for dev stage (WIP) ([11892d4](https://github.com/pablosec/managed-identity-wallet/commit/11892d4654e72b32a759aca8f7aba233adbfb82b)) * **helm:** back to default values formatting (with accurate values) ([b0e3c61](https://github.com/pablosec/managed-identity-wallet/commit/b0e3c6192f358dd3f88a72b05365dc76601b4a4d)) * **helm:** back to default values formatting (with accurate values) ([e1e6005](https://github.com/pablosec/managed-identity-wallet/commit/e1e60053c4c116d52f4b8a7fbc3397089312e2b4)) * **helm:** change active Helm chart ([a5a88b5](https://github.com/pablosec/managed-identity-wallet/commit/a5a88b5e0482bd802e964661b41660bf0908141b)) * **helm:** change active Helm chart ([4b1ecb5](https://github.com/pablosec/managed-identity-wallet/commit/4b1ecb57b97e444d8155c3fe8e6060a3cacbe026)) * **helm:** comment out default values ([d424086](https://github.com/pablosec/managed-identity-wallet/commit/d4240868609392558bc3cb682b9e3747ec7cc59d)) * **helm:** comment out default values ([5a12051](https://github.com/pablosec/managed-identity-wallet/commit/5a12051a5ddc007afedfddcb1d572a6db6469240)) * **helm:** comment out unused config ([248ab4c](https://github.com/pablosec/managed-identity-wallet/commit/248ab4cede85449e1028bc8aa00f4b8b5e3d9636)) * **helm:** comment out unused config ([9ae62dd](https://github.com/pablosec/managed-identity-wallet/commit/9ae62dd04af78b5b82dc08b033f0ef111f00e1ce)) * **helm:** encryption key is now always stored in secret ([5913764](https://github.com/pablosec/managed-identity-wallet/commit/59137640fcb41f858c20f19d6a25a0ba35383b7c)) * **helm:** extend application name ([5aca6f2](https://github.com/pablosec/managed-identity-wallet/commit/5aca6f2a1063830373faa52fd5ee5673cf3860ab)) * **helm:** extend application name ([c50a366](https://github.com/pablosec/managed-identity-wallet/commit/c50a3667562b91dc44a614b3592dc1af9bbca4eb)) * **helm:** generate authority wallet DID out of BPN and host ([216c726](https://github.com/pablosec/managed-identity-wallet/commit/216c726bfba119f98235ede2ded82b758adf177d)) * **helm:** Make liveness & readiness probes configurable ([#99](https://github.com/pablosec/managed-identity-wallet/issues/99)) ([252eed1](https://github.com/pablosec/managed-identity-wallet/commit/252eed1b15289740ba953861076de86ddc99fe4a)) * **helm:** remove "dash" from template ([7b5bca9](https://github.com/pablosec/managed-identity-wallet/commit/7b5bca9e3261ddc49605799c68fac32dc1e353ce)) * **helm:** remove "dash" from template ([264f1d4](https://github.com/pablosec/managed-identity-wallet/commit/264f1d48894544013426385859201470d2dcc088)) * **helm:** remove anchors from values.yaml ([4dcb1a2](https://github.com/pablosec/managed-identity-wallet/commit/4dcb1a289dba21b7a8a32fce84b81d4a4db79c85)) * **helm:** remove predefined annotation for ingress ([2d8d81b](https://github.com/pablosec/managed-identity-wallet/commit/2d8d81bc025d3f4921e333cf229502046945ea94)) * **helm:** remove unused secrets ([fa21e4d](https://github.com/pablosec/managed-identity-wallet/commit/fa21e4d536ab6c7bf62a97ee3188b3873e24592a)) * **helm:** remove unused secrets ([d710e2a](https://github.com/pablosec/managed-identity-wallet/commit/d710e2a9152d43d772855f7f18bafc2922734fda)) * **helm:** set default database encryption key to random value ([896f31d](https://github.com/pablosec/managed-identity-wallet/commit/896f31d64c704c91f03559ad6679e4cf279f5f2d)) * **helm:** set default log level ([b2910de](https://github.com/pablosec/managed-identity-wallet/commit/b2910dec70ba1fd135b580d44bdc276aceef6e33)) * **helm:** set default values for dev environment in ArgoCD ([2d10bcf](https://github.com/pablosec/managed-identity-wallet/commit/2d10bcfe7e5159573d275f42556bd852eda7df07)) * **helm:** set default values for dev environment in ArgoCD ([661ffc1](https://github.com/pablosec/managed-identity-wallet/commit/661ffc1024c3a10cc0e9c4f24107656847da43a2)) * **helm:** set default values for image tag and ingress className ([f8310e6](https://github.com/pablosec/managed-identity-wallet/commit/f8310e6b65682ffff9aa5d82641aced98ee933bb)) * **helm:** set default values for image tag and ingress className ([e36bae8](https://github.com/pablosec/managed-identity-wallet/commit/e36bae880b90a4a274d65679f8e08960b2ce06eb)) * **helm:** set ingress host type to "ImplementationSpecific" ([8e40f3a](https://github.com/pablosec/managed-identity-wallet/commit/8e40f3a0b32473bd5501fde76c3f3a837354c9ce)) * **helm:** set ingress host type to "ImplementationSpecific" ([85ed238](https://github.com/pablosec/managed-identity-wallet/commit/85ed23852b2c2a69b684a7ecd8569c9cf20ce8f6)) * **helm:** set vc expiry date default to end of year ([6be4222](https://github.com/pablosec/managed-identity-wallet/commit/6be422292e507eaf7d715dc8cac59a59c9652ee3)) * **helm:** shorten enc_key to 32 bytes ([a52e2ce](https://github.com/pablosec/managed-identity-wallet/commit/a52e2cec45befdb699fe4c90a29be8eb464eb6e1)) * **helm:** shorten enc_key to 32 bytes ([1d7b23d](https://github.com/pablosec/managed-identity-wallet/commit/1d7b23db5e2c33aed3fe13173c7b9c739e2ffbc1)) * **helm:** update chart description and add homepage link and keywords ([5b7b6b4](https://github.com/pablosec/managed-identity-wallet/commit/5b7b6b484f83462469b71dc931ff9291492b7f7b)) * **helm:** update Chart.lock ([571c94a](https://github.com/pablosec/managed-identity-wallet/commit/571c94afc246bd2b1a451f83b11775af1701f490)) * **helm:** update Helm chart description ([73235a8](https://github.com/pablosec/managed-identity-wallet/commit/73235a88b1ba48a1880dc74554b3cfe71b614650)) * **helm:** update Helm chart Readme and corresponding Readme-template ([ada59c2](https://github.com/pablosec/managed-identity-wallet/commit/ada59c2ee2fa6744afe1a2b759644589b1c700bd)) * **helm:** Update readme ([81e58df](https://github.com/pablosec/managed-identity-wallet/commit/81e58dfcbcdee82b1554c770d98f107875d3cf04)) * **helm:** update README.md by using current helm-docs template ([74e8bf9](https://github.com/pablosec/managed-identity-wallet/commit/74e8bf9cfa60d035f2baf4fafe3e3b972e2e485f)) * **helm:** use user/group id > 10000 and rename "user" to "miw" ([4b08914](https://github.com/pablosec/managed-identity-wallet/commit/4b08914d48ed598178db1cbaff6bfac8e008485b)) * **helm:** use user/group id > 10000 and rename "user" to "miw" ([3651a75](https://github.com/pablosec/managed-identity-wallet/commit/3651a75fe7cdde522deec4a67b5acacce4d5bbea)) * Holder identifier added in framework VC subject ([e65af19](https://github.com/pablosec/managed-identity-wallet/commit/e65af19f777154e7f2bc69f90e40e32feef52dbf)) * Holder identifier added in framework VC subject ([62cfd2f](https://github.com/pablosec/managed-identity-wallet/commit/62cfd2f2eead85ce791f4e419afbbb926f58d48d)) * increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([07e21cf](https://github.com/pablosec/managed-identity-wallet/commit/07e21cfa048fa445fbb4895a0c932fbbd399ac51)) * increment app version to '1.0.0-rc1' and chart version to '4.0.1-rc1' ([8ad4f54](https://github.com/pablosec/managed-identity-wallet/commit/8ad4f54054807f62e73a0d691a0cfb8d1138c035)) * increment appVersion to 3.3.3.b420443 as an attempt ([b75ebaf](https://github.com/pablosec/managed-identity-wallet/commit/b75ebafd5395492116d99eca4de6f496cd06ff9f)) * increment appVersion to 3.3.3.b420443 as an attempt ([d762d49](https://github.com/pablosec/managed-identity-wallet/commit/d762d492083df699d64427993abe535a8bd5da03)) * issue credential api test case added ([6edf1e6](https://github.com/pablosec/managed-identity-wallet/commit/6edf1e635c4bd82536a9a76bf88153a73bcb6a95)) * issue credential api test case added ([f339ff0](https://github.com/pablosec/managed-identity-wallet/commit/f339ff0cb2fa3d3dec45eefca9c937693a92d2b6)) * Issuer get credential API testcases, test case modification for self_issued and is_stored ([bafaab9](https://github.com/pablosec/managed-identity-wallet/commit/bafaab91d67ef1d85229f786500243dc22ef4d33)) * Issuer get credential API testcases, test case modification for self_issued and is_stored ([1ff463d](https://github.com/pablosec/managed-identity-wallet/commit/1ff463d4167f7bc31d8603dfa8b29573118ef217)) * json web signature 2020 support added for did document, vc and vp ([a9838ce](https://github.com/pablosec/managed-identity-wallet/commit/a9838ce167a7f2d6a92849de66c8242e093a93b4)) * json web signature 2020 support added for did document, vc and vp ([ee5c25c](https://github.com/pablosec/managed-identity-wallet/commit/ee5c25cc76235f565f63ddd6329fd748f1055c02)) * json web signature 2020 support WIP ([62ee442](https://github.com/pablosec/managed-identity-wallet/commit/62ee442e799e59df0ed70925b71e419413a0bc9a)) * json web signature 2020 support WIP ([1785e97](https://github.com/pablosec/managed-identity-wallet/commit/1785e976487ad65a643fe3d29d1ac89c5c977ae3)) * json web signature and key generation from lib ([8fda456](https://github.com/pablosec/managed-identity-wallet/commit/8fda456a59e011f250677f2e929e6ffb14d1f5f9)) * json web signature and key generation from lib ([c29040b](https://github.com/pablosec/managed-identity-wallet/commit/c29040b6bfa8f76210fdb4f8223e835dc52c7d53)) * membership credentials api added ([45602c8](https://github.com/pablosec/managed-identity-wallet/commit/45602c8fe8db3a982ea9c644c180902ad512b75e)) * membership credentials api added ([b1a485a](https://github.com/pablosec/managed-identity-wallet/commit/b1a485ae379424dfbac71784c0283a6fd0a9be06)) * Paggination support added in list VC API ([f4338fd](https://github.com/pablosec/managed-identity-wallet/commit/f4338fd1711e66b64db03f36f0a61c9d189ed70d)) * Paggination support added in list VC API ([b74c41c](https://github.com/pablosec/managed-identity-wallet/commit/b74c41cf95c949875f7802382e76eb328105d80d)) * **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([6706f18](https://github.com/pablosec/managed-identity-wallet/commit/6706f186ebb1343bf28dc8b59ff63a8a4d18fd7f)) * **persistence:** add console logger to db init transaction (commented out, but useful for debugging) ([0023056](https://github.com/pablosec/managed-identity-wallet/commit/00230568b67df4db2d8d5ba4ee02b2986a9dcdc1)) * **persistence:** adjust naming to snake_case and add suffixes ([720217f](https://github.com/pablosec/managed-identity-wallet/commit/720217fdfa650e2785a92708df688d8738bf04bc)) * **persistence:** adjust naming to snake_case and add suffixes ([d799a8d](https://github.com/pablosec/managed-identity-wallet/commit/d799a8d6987719b35fff1766c99896c0634b3af7)) * presenation API WIP, code refactor ([2c1b5d9](https://github.com/pablosec/managed-identity-wallet/commit/2c1b5d9c3bc667d8f91d1f35145bd3fb9c0c38c0)) * presenation API WIP, code refactor ([8cf8e83](https://github.com/pablosec/managed-identity-wallet/commit/8cf8e839bc3ca11b22f62d6678bb370a11474830)) * read me file chamges, sample reponse added ([88651fa](https://github.com/pablosec/managed-identity-wallet/commit/88651fa518fdcabf5ab1902d775d748a701df46e)) * read me file chamges, sample reponse added ([ff51983](https://github.com/pablosec/managed-identity-wallet/commit/ff51983713f407cd46cd2a71d31d81d294df56fb)) * readm changes and gradle fix ([79d5bf0](https://github.com/pablosec/managed-identity-wallet/commit/79d5bf04488477296c07c151b455623d7b023e58)) * readm changes and gradle fix ([a51127e](https://github.com/pablosec/managed-identity-wallet/commit/a51127ef4f70f3ce9285d08a8f12e6091f59df15)) * readme added, validate VP wip ([1c4d6af](https://github.com/pablosec/managed-identity-wallet/commit/1c4d6af2642b81e94430614ceb9ec4c2c3497da9)) * readme added, validate VP wip ([6325f8a](https://github.com/pablosec/managed-identity-wallet/commit/6325f8a59bd103e4dd63c779496c4ad317872f31)) * **readme:** adds overview of the required roles per endpoint ([391a7a7](https://github.com/pablosec/managed-identity-wallet/commit/391a7a7f4d4242a6390a8a13fa1a8329bb9a7d4e)) * reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([524c537](https://github.com/pablosec/managed-identity-wallet/commit/524c5370aabd95e95b9c23eb902543394a0dbbb2)) * reamdme added with env verables, vp as jwt, credentials id added in table, search with credential id ([e654a57](https://github.com/pablosec/managed-identity-wallet/commit/e654a5744438cb32aac96ef405cb7f97a48554ba)) * remove commit link from changelog template ([bf8106e](https://github.com/pablosec/managed-identity-wallet/commit/bf8106e8903b239a804577b5c10d25586ae494ea)) * removed endpoint from config file ([93612f7](https://github.com/pablosec/managed-identity-wallet/commit/93612f791be46d2bb7de2022c47454495a986b9c)) * removed endpoint from config file ([b3e9f5f](https://github.com/pablosec/managed-identity-wallet/commit/b3e9f5f8724721f43540aef0e788725089c13a74)) * rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([a3f3f1c](https://github.com/pablosec/managed-identity-wallet/commit/a3f3f1c4f9450cc436537672dc439a5e598ea0b5)) * rename tasks from beginning with 'run' to beginning with 'start' to achieve a uniform 'start...' and 'stop...' appearance of task names. ([7d59df4](https://github.com/pablosec/managed-identity-wallet/commit/7d59df41b902e4cdf16b2ab08fbf15a91c83e3a2)) * Resolve the DID document for a given DID or BPN api added ([1368edf](https://github.com/pablosec/managed-identity-wallet/commit/1368edfb1cef1cac0640b599bd8ba76b7e2aa627)) * Resolve the DID document for a given DID or BPN api added ([b5407e6](https://github.com/pablosec/managed-identity-wallet/commit/b5407e6f0068895a69986a6423aeedc9ed5f6af4)) * revert renaming and postpone that for later. ([3a63399](https://github.com/pablosec/managed-identity-wallet/commit/3a63399e80220bca2de0ed3bdcaf3b453b68c8fa)) * revert renaming and postpone that for later. ([3a9a209](https://github.com/pablosec/managed-identity-wallet/commit/3a9a209a6417e1eb7760c9f041b1952934d696e4)) * run Docker release on PR only on specific folders ([186104d](https://github.com/pablosec/managed-identity-wallet/commit/186104d46dbe3e84813e790e546214da2c6e5008)) * set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([af44016](https://github.com/pablosec/managed-identity-wallet/commit/af44016dc3e04d5e7e1448007cb73a429c529de9)) * set health check actuator resp. liveliness probe endpoint to '/actuator/health/liveness' and readiness probe endpoint to '/actuator/health/readiness' both on port '8090' ([24c88be](https://github.com/pablosec/managed-identity-wallet/commit/24c88be0d644666951f928493a4df1b2aaebfffb)) * Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([aed48ee](https://github.com/pablosec/managed-identity-wallet/commit/aed48ee4de89ab0df1d649260609db69264b6530)) * Spring security added with keycloak, Swagger added, Testcases modification based on spring security ([2345a33](https://github.com/pablosec/managed-identity-wallet/commit/2345a332e58262c3e49aba2cb9e7e3c2d97d1802)) * ssi lib v4 added, autority wallet config added ([1c5ee0e](https://github.com/pablosec/managed-identity-wallet/commit/1c5ee0e116bbc0ad69525da8cc7a3fbdfa67da4a)) * ssi lib v4 added, autority wallet config added ([57c8803](https://github.com/pablosec/managed-identity-wallet/commit/57c88033d6af4476ef951466f955777bdc4c6f9b)) * ssi-lib version set to 15 ([910aa2a](https://github.com/pablosec/managed-identity-wallet/commit/910aa2af97dc833da0b9b52fe463b1ca59e1afc3)) * ssi:lib version updated ([4939ddb](https://github.com/pablosec/managed-identity-wallet/commit/4939ddb2d9d4f4b982ffeb75279414b63d16a005)) * ssi:lib version updated ([404b65b](https://github.com/pablosec/managed-identity-wallet/commit/404b65bd325c09959cf79788972aebae6926347b)) * Store credential API with test case, Validate test case ([4911817](https://github.com/pablosec/managed-identity-wallet/commit/4911817dfdf40038cc2298d62676d4e2fa25c2b2)) * Store credential API with test case, Validate test case ([99307bf](https://github.com/pablosec/managed-identity-wallet/commit/99307bfb94b5f9294e9edce8b8f4b2522273ff08)) * Store credntial API, testcase mofitication based on DidDocument Java POJO ([569097b](https://github.com/pablosec/managed-identity-wallet/commit/569097b392d0fb7242ed9df47fcaf5fda40904b0)) * Store credntial API, testcase mofitication based on DidDocument Java POJO ([a0ca176](https://github.com/pablosec/managed-identity-wallet/commit/a0ca176a7e8b59da9120d2756f49ddb6ff0b7831)) * summary credential test cases added ([b322515](https://github.com/pablosec/managed-identity-wallet/commit/b322515b8b5ed1f9fa10f7cd0138820ba15a7e6e)) * summary credential test cases added ([0340efb](https://github.com/pablosec/managed-identity-wallet/commit/0340efb5496f6e83949a3094aade7b8f6b6f1bc2)) * summary VC context URL updated ([0cc6bfb](https://github.com/pablosec/managed-identity-wallet/commit/0cc6bfbd61d845689d6b0fe56214fd03b98bf0e6)) * summary VC context URL updated ([5a52c43](https://github.com/pablosec/managed-identity-wallet/commit/5a52c431684338fe9b69f543ee0425974726ce62)) * Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([07c4706](https://github.com/pablosec/managed-identity-wallet/commit/07c4706a8beb85313f325317e5feb9dca6bfff17)) * Summary VC flow, code changes as per input given in code review, test case changes as per summary VC flow ([50b6168](https://github.com/pablosec/managed-identity-wallet/commit/50b6168fedccd15076044a8a2aa03b3cdbd6d34f)) * summery VC flow after holder delete summary VC ([1b61f38](https://github.com/pablosec/managed-identity-wallet/commit/1b61f38c721ef961e4f6d5c97555a3dc49c1668d)) * summery VC flow after holder delete summary VC ([33135c1](https://github.com/pablosec/managed-identity-wallet/commit/33135c18b5de0734b26e9c0cb536860811299b13)) * swagger doc request example updated ([550cabb](https://github.com/pablosec/managed-identity-wallet/commit/550cabb1b945861e2e0a88f9e1688c6e9293ffe6)) * swagger doc updated as per new role in api and Retrieve wallet by identifier test cases updated ([330d207](https://github.com/pablosec/managed-identity-wallet/commit/330d207e239004340465ecfb34c606a658616c26)) * test case added for VC expiry check while VP validate as JWT ([e605d60](https://github.com/pablosec/managed-identity-wallet/commit/e605d608d9997796031f9831844bf8faec7616b9)) * test case of validate vc wip ([2123468](https://github.com/pablosec/managed-identity-wallet/commit/21234689065a7a39fc45a6d87ce40e7dc79e3ff2)) * test case of validate vc wip ([e4c2ff0](https://github.com/pablosec/managed-identity-wallet/commit/e4c2ff06c50ac7b348ec31231e02037fa2f2b110)) * test cases added for issueMembershipCredential api ([a3d19c1](https://github.com/pablosec/managed-identity-wallet/commit/a3d19c15ad59c57cd06f18fa5630e9555d639d10)) * test cases added for issueMembershipCredential api ([1666bcc](https://github.com/pablosec/managed-identity-wallet/commit/1666bccbfacef2ad423b00e4bc7d688f24bc994f)) * **test:** add Helm unittests for default values ([cc6d2bf](https://github.com/pablosec/managed-identity-wallet/commit/cc6d2bf32f711dd0b745e9e24c7bc73cb02cb5b3)) * **test:** add Helm unittests for default values ([c0f26e4](https://github.com/pablosec/managed-identity-wallet/commit/c0f26e4b47b36e300930b3178b4a5606a26a39c1)) * Testcase modification as per new API specification ([f29edb3](https://github.com/pablosec/managed-identity-wallet/commit/f29edb30ff9c651be10dc082ef6454fd293e7177)) * Testcase modification as per new API specification ([3990eee](https://github.com/pablosec/managed-identity-wallet/commit/3990eee105de860395011fc3a4e0cd7d490d7906)) * token support added in swagger ([cd74001](https://github.com/pablosec/managed-identity-wallet/commit/cd74001c323a54c4dcc9094daca42614c5826ff6)) * token support added in swagger ([813ce33](https://github.com/pablosec/managed-identity-wallet/commit/813ce3305035f66c34d4e696e1ed5819623d4c1f)) * Uncomment KC_HOSTNAME in env.docker.dist and env.local.dist (is required, not optional) ([aaeefc6](https://github.com/pablosec/managed-identity-wallet/commit/aaeefc61546d4ed3fa6fe0c91527e73d17068f45)) * update ditignore and dev.env added ([b90fe94](https://github.com/pablosec/managed-identity-wallet/commit/b90fe944a6f447e54349ff1ef99298d7fa9f2468)) * update ditignore and dev.env added ([6ff0555](https://github.com/pablosec/managed-identity-wallet/commit/6ff0555f77492f2420fca9ba18fa0087c700d5c8)) * update lib method to resolved vc/vp validate ([6f70b09](https://github.com/pablosec/managed-identity-wallet/commit/6f70b09523bed428472ed61c0c88964473a243b5)) * update lib method to resolved vc/vp validate ([1556d7c](https://github.com/pablosec/managed-identity-wallet/commit/1556d7c9e6b9f9449625f56503a9eb80b064a827)) * updated context url of did document and test case ([0b05e15](https://github.com/pablosec/managed-identity-wallet/commit/0b05e15bfd9e366d80c9004f0b3e9b5aea255438)) * updated create wallet api ([ba320ab](https://github.com/pablosec/managed-identity-wallet/commit/ba320ab31fbed0c833ffb8462b0b39c4a5ab3648)) * updated create wallet api ([c5ad2a1](https://github.com/pablosec/managed-identity-wallet/commit/c5ad2a12e0a44c1f7202d67044233264e546d427)) * updated credential get api ([1698996](https://github.com/pablosec/managed-identity-wallet/commit/16989967d67160ffbff6a0b9eae4d616634fd456)) * updated credential get api ([c6e2af4](https://github.com/pablosec/managed-identity-wallet/commit/c6e2af47a0e7b2fc6a0df4b9a68bb2c6dbaa512e)) * updated issuer credential api and test cases as per new api spec ([f33b056](https://github.com/pablosec/managed-identity-wallet/commit/f33b056c41584e65492b028cebb7f4a9f361d01d)) * updated issuer credential api and test cases as per new api spec ([921becf](https://github.com/pablosec/managed-identity-wallet/commit/921becf0d35597e4209cf6e2dc9e689c0ab2b8b0)) * updated issuer credential api and test cases as per new api spec ([c0f493b](https://github.com/pablosec/managed-identity-wallet/commit/c0f493b779175836ba98b774a7d025a0a3b96809)) * updated issuer credential api and test cases as per new api spec ([ff20227](https://github.com/pablosec/managed-identity-wallet/commit/ff2022747151fd887fcc712cfa3995d978b83fbc)) * updated store credential api ([74df138](https://github.com/pablosec/managed-identity-wallet/commit/74df138aa01417887e2bd439178f1e80b7be840a)) * updated store credential api ([f1e5289](https://github.com/pablosec/managed-identity-wallet/commit/f1e5289abe321a7c1153bbbb831035821bf2f1a4)) * updated swagger doc ([e6179d1](https://github.com/pablosec/managed-identity-wallet/commit/e6179d170da340dc7c1d192c516b28778e15fd30)) * updated swagger doc response sample and env file ([cba1d5f](https://github.com/pablosec/managed-identity-wallet/commit/cba1d5fff6dacc7cd09ec89f072bfc1fc9e083fd)) * updated vc type ([8b6ebfa](https://github.com/pablosec/managed-identity-wallet/commit/8b6ebfadbddabe9342b227e8043be110f7ae1ae1)) * updated vc type ([5acbea5](https://github.com/pablosec/managed-identity-wallet/commit/5acbea5c499a32a062819ec2987171efdff1391b)) * validate issuer bpn while creating new wallet ([99b0117](https://github.com/pablosec/managed-identity-wallet/commit/99b0117c2c2ce71d6f69b22d528e41c2656feba4)) * validate VP and validate VC test cases updated with mock ([7531191](https://github.com/pablosec/managed-identity-wallet/commit/7531191afc62fba81d16aeef26b2ff0a84f20fd8)) * validate VP and validate VC test cases updated with mock ([26a91da](https://github.com/pablosec/managed-identity-wallet/commit/26a91da5234ac789515be501f5b6120e80e389c3)) * validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([235420f](https://github.com/pablosec/managed-identity-wallet/commit/235420fcd3eed36e575c10951bb067b0bb530e9a)) * validate VP as jwt API, enforce https while did resolve in config, changes according to new lib ([0339069](https://github.com/pablosec/managed-identity-wallet/commit/0339069c4c90baf4a27829e2fa56c809f76659e5)) * validation added in issue VC api for summary VC ([97ac189](https://github.com/pablosec/managed-identity-wallet/commit/97ac189d1e2ef13da12432c2e340d5b9140fa8cf)) * validation added in issue VC api for summary VC ([159637a](https://github.com/pablosec/managed-identity-wallet/commit/159637a3ce5787c4470b36275b14710aa79022a2)) * Revert "delete file" ([963d008](https://github.com/pablosec/managed-identity-wallet/commit/963d008feaaf7e3bbb98fbceb9d6debec353f345)) * Revert "enabling sqlite usage within scheduler" ([b33936f](https://github.com/pablosec/managed-identity-wallet/commit/b33936f33d712aebd8c85068e72ef58a66dbb819)) --- CHANGELOG.md | 2 +- charts/managed-identity-wallet/Chart.yaml | 4 ++-- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2117fa570..357c9ab9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [0.2.0](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.1.1...v0.2.0) (2023-10-23) +# [0.2.0-develop.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.6...v0.2.0-develop.7) (2023-11-23) ### Bug Fixes diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 20d9cbdaf..4e3ee48ea 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.2.0 -appVersion: 0.2.0 +version: 0.2.0-develop.7 +appVersion: 0.2.0-develop.7 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 0bb2f6277..89bbf273c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0 +applicationVersion=0.2.0-develop.7 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file