Skip to content

Commit

Permalink
Merge pull request bcgov#196 from esune/feat/use-person-credential
Browse files Browse the repository at this point in the history
Update dev/test vc-authn agents to support CANdy Prod
  • Loading branch information
WadeBarnes authored Apr 5, 2024
2 parents 20cd78f + 4f16859 commit fbafa85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions helm-values/vc-authn-oidc/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ networkPolicy:
ingress:
enabled: true
annotations:
route.openshift.io/termination: edge
route.openshift.io/termination: edge

acapy:
image:
Expand Down Expand Up @@ -76,13 +76,16 @@ acapy:
- id: SOVRINSandbox
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
genesis_url: "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis"
- id: BCovrinTest
is_production: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
genesis_url: "http://test.bcovrin.vonx.io/genesis"
- id: CANdyDev
is_production: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis'
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis"
- id: CANdyProd
is_production: true
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"

networkPolicy:
enabled: true
Expand Down
11 changes: 7 additions & 4 deletions helm-values/vc-authn-oidc/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ networkPolicy:
ingress:
enabled: true
annotations:
route.openshift.io/termination: edge
route.openshift.io/termination: edge

acapy:
image:
Expand Down Expand Up @@ -76,13 +76,16 @@ acapy:
- id: SovrinStagingNet
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
genesis_url: "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis"
- id: BCovrinTest
is_production: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
genesis_url: "http://test.bcovrin.vonx.io/genesis"
- id: CANdyTest
is_production: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis'
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis"
- id: CANdyProd
is_production: true
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"

networkPolicy:
enabled: true
Expand Down

0 comments on commit fbafa85

Please sign in to comment.