Skip to content

Commit

Permalink
Merge pull request #74 from smartSenseSolutions/fix/default_enforce_h…
Browse files Browse the repository at this point in the history
…ttps_should_be_true_in_did_resoluation

fix:default enforceHttpsInDidWebResolution set to true
  • Loading branch information
scherersebastian authored Sep 15, 2023
2 parents 0a710c6 + f4090c8 commit 83c6435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tests:
- name: AUTHORITY_WALLET_DID
value: did:web:RELEASE-NAME-managed-identity-wallet%3A8080:BPNL000000000000
- name: ENFORCE_HTTPS_IN_DID_RESOLUTION
value: "false"
value: "true"
- name: APPLICATION_ENVIRONMENT
value: dev
- name: KEYCLOAK_REALM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ tests:
- name: AUTHORITY_WALLET_DID
value: did:web:RELEASE-NAME-managed-identity-wallet%3A8080:BPNL000000000000
- name: ENFORCE_HTTPS_IN_DID_RESOLUTION
value: "false"
value: "true"
- name: APPLICATION_ENVIRONMENT
value: dev
- name: KEYCLOAK_REALM
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ miw:
environment: "dev"
ssi:
# -- Enable to use HTTPS in DID Web Resolution
enforceHttpsInDidWebResolution: false
enforceHttpsInDidWebResolution: true
# -- Verifiable Credential expiry date. Format 'dd-MM-yyyy'. If empty it is set to 31-12-<current year>
vcExpiryDate: ""
authorityWallet:
Expand Down

0 comments on commit 83c6435

Please sign in to comment.