Skip to content

Commit

Permalink
Set dev env endorser cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Nov 10, 2023
1 parent d44fec1 commit c377964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ acapy:
is_production: true
is_write: true
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "Ket75eV5UQvVkW2XBjgDH7"
endorser_did: "DfQetNSm7gGEHuzfUvpfPn"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
Expand Down Expand Up @@ -84,6 +84,7 @@ tenant_proxy:
network.openshift.io/policy-group: ingress
ui:
showOIDCReservationLogin: true
quickConnectEndorserName: "bcovrin-test-endorser"
image:
pullPolicy: Always
ux:
Expand All @@ -110,7 +111,7 @@ ui:
"type": "string"
}
},
"required": []
"required": ["ministry", "contactName", "tenantReason"]
},
"formUISchema": {
"type": "VerticalLayout",
Expand Down

0 comments on commit c377964

Please sign in to comment.