From cef39c9f6e3bbcd490aa6a725c194a6486021131 Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Fri, 2 Feb 2024 19:13:21 -0800 Subject: [PATCH] fix: update cred offer (#28) Signed-off-by: Jason C. Leach --- devops/charts/controller/values.yaml | 2 +- fixtures/offer.json | 30 +++++++++++++++++++++++----- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/devops/charts/controller/values.yaml b/devops/charts/controller/values.yaml index d3ee8a3..9185af3 100644 --- a/devops/charts/controller/values.yaml +++ b/devops/charts/controller/values.yaml @@ -14,7 +14,7 @@ image: registry: ghcr.io repository: bcgov/mobile-attestation-vc-controller/controller # Overrides the image tag whose default is the chart appVersion. - tag: "90bffd6" + tag: "e652aa7" env: TRACTION_BASE_URL: "https://traction-tenant-proxy-dev.apps.silver.devops.gov.bc.ca" diff --git a/fixtures/offer.json b/fixtures/offer.json index 8aab136..35a01e0 100644 --- a/fixtures/offer.json +++ b/fixtures/offer.json @@ -2,17 +2,37 @@ "auto_issue": true, "auto_remove": true, "trace": true, - "cred_def_id": "NxWbeuw8Y2ZBiTrGpcK7Tn:3:CL:48312:default", + "cred_def_id": "NXp6XcGeCR2MviWuY51Dva:3:CL:33557:bcwallet", "credential_preview": { "@type": "issue-credential/1.0/credential-preview", "attributes": [ { - "name": "Assurance Level", - "value": "3" + "name": "operating_system_version", + "value": "9000" }, { - "name": "Issued At", - "value": "2023-05-14T14:48:00.000Z" + "name": "validation_method", + "value": "Quantum" + }, + { + "name": "app_id", + "value": "ca.bc.gov.BCWallet" + }, + { + "name": "app_vendor", + "value": "Govornment of British Columbia" + }, + { + "name": "issue_date_dateint", + "value": "2024-02-03T03:09:07.667236" + }, + { + "name": "operating_system", + "value": "HAL" + }, + { + "name": "app_version", + "value": "1.0.0" } ] },