Skip to content

Commit

Permalink
fix: update cred offer (bcgov#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored Feb 3, 2024
1 parent e652aa7 commit cef39c9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devops/charts/controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
30 changes: 25 additions & 5 deletions fixtures/offer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit cef39c9

Please sign in to comment.