Skip to content

Commit

Permalink
Merge pull request #237 from loneil/feature/vcauthnInvitationLabels
Browse files Browse the repository at this point in the history
Set vcauth env values for label
  • Loading branch information
esune authored Sep 13, 2024
2 parents 9324edc + d8465b1 commit 537a526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/vc-authn-oidc/charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ vc-authn-oidc:
tag: sha-23676cc
acapyTenancyMode: single
setNonRevoked: true
invitationLabel: BC Gov SSO Service (Dev)
useOobPresentProof: true
useOobLocalDIDService: false
useUrlDeepLink: true
Expand Down
1 change: 1 addition & 0 deletions services/vc-authn-oidc/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ vc-authn-oidc:

acapyTenancyMode: single
setNonRevoked: true
invitationLabel: BC Gov SSO Service
useOobPresentProof: false
useOobLocalDIDService: false
controllerCameraRedirectUrl: wallet_howto
Expand Down
1 change: 1 addition & 0 deletions services/vc-authn-oidc/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ vc-authn-oidc:

acapyTenancyMode: single
setNonRevoked: true
invitationLabel: BC Gov SSO Service (Test)
useOobPresentProof: false
useOobLocalDIDService: false
controllerCameraRedirectUrl: wallet_howto
Expand Down

0 comments on commit 537a526

Please sign in to comment.