Skip to content

Commit

Permalink
Merge pull request #1050 from bcgov/chore/removeBcovrinDev
Browse files Browse the repository at this point in the history
Remove bcovrin-dev, set second (aliased) bcovrin-test for local multiledger
  • Loading branch information
loneil authored Mar 28, 2024
2 parents ed52d60 + fbf0ec8 commit 3471f07
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 39 deletions.
9 changes: 0 additions & 9 deletions charts/traction/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ acapy:
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "Ket75eV5UQvVkW2XBjgDH7"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
is_write: true
genesis_url: "http://dev.bcovrin.vonx.io/genesis"
endorser_did: "N5bxk3jWkpZ2tEaMtjPjPa"
endorser_alias: "bcovrin-dev-endorser"

## @section Wallet Storage configuration
## Specifies the storage configuration to use for the wallet.
Expand Down Expand Up @@ -244,11 +238,8 @@ acapy:
connect_to_endorser:
- endorser_alias: bcovrin-test-endorser
ledger_id: bcovrin-test
- endorser_alias: bcovrin-dev-endorser
ledger_id: bcovrin-dev
create_public_did:
- bcovrin-test
- bcovrin-dev
reservation:
expiry_minutes: 2880
auto_approve: false
Expand Down
9 changes: 0 additions & 9 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ acapy:
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "DfQetNSm7gGEHuzfUvpfPn"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
is_write: true
genesis_url: "http://dev.bcovrin.vonx.io/genesis"
endorser_did: "N5bxk3jWkpZ2tEaMtjPjPa"
endorser_alias: "bcovrin-dev-endorser"
- id: candy-dev
is_production: true
is_write: true
Expand All @@ -40,15 +34,12 @@ acapy:
connect_to_endorser:
- endorser_alias: bcovrin-test-endorser
ledger_id: bcovrin-test
- endorser_alias: bcovrin-dev-endorser
ledger_id: bcovrin-dev
- endorser_alias: candy-dev-endorser
ledger_id: candy-dev
- endorser_alias: sovrin-testnet-endorser
ledger_id: sovrin-testnet
create_public_did:
- bcovrin-test
- bcovrin-dev
- candy-dev
- sovrin-testnet
reservation:
Expand Down
9 changes: 0 additions & 9 deletions deploy/traction/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ acapy:
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "DfQetNSm7gGEHuzfUvpfPn"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
is_write: true
genesis_url: "http://dev.bcovrin.vonx.io/genesis"
endorser_did: "N5bxk3jWkpZ2tEaMtjPjPa"
endorser_alias: "bcovrin-dev-endorser"
- id: sovrin-testnet
is_production: true
is_write: true
Expand All @@ -39,13 +33,10 @@ acapy:
connect_to_endorser:
- endorser_alias: bcovrin-test-endorser
ledger_id: bcovrin-test
- endorser_alias: bcovrin-dev-endorser
ledger_id: bcovrin-dev
- endorser_alias: sovrin-testnet-endorser
ledger_id: sovrin-testnet
create_public_did:
- bcovrin-test
- bcovrin-dev
- sovrin-testnet
reservation:
expiry_minutes: 2880
Expand Down
4 changes: 1 addition & 3 deletions scripts/.env-example
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ACAPY_WALLET_TYPE=askar
ACAPY_WALLET_STORAGE_TYPE=postgres_storage
ACAPY_LABEL="Traction Agent"
ACAPY_GENESIS_URL=http://test.bcovrin.vonx.io/genesis
ACAPY_GENESIS_URL_1=http://dev.bcovrin.vonx.io/genesis
ACAPY_GENESIS_URL_1=http://test.bcovrin.vonx.io/genesis
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers.yml
ACAPY_READ_ONLY_LEDGER=false

Expand Down Expand Up @@ -191,8 +191,6 @@ UX_APP_INNKEEPER_TITLE=Traction Innkeeper Console
UX_SIDEBAR_TITLE=Traction
UX_COPYRIGHT=2022 © Energy & Mines Digital Trust
UX_OWNER=Owned and operated by the B.C. Government
FRONTEND_ARIES_LEDGER_DESCRIPTION=bcovrin-test
FRONTEND_ACAPY_VERSION_DISPLAY=0.10.3
FRONTEND_QUICK_CONNECT_ENDORSER_NAME=bcovrin-test-endorser

# ------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ services:
- UX_SIDEBAR_TITLE=${UX_SIDEBAR_TITLE}
- UX_COPYRIGHT=${UX_COPYRIGHT}
- UX_OWNER=${UX_OWNER}
- FRONTEND_ARIES_LEDGER_DESCRIPTION=${FRONTEND_ARIES_LEDGER_DESCRIPTION}
- FRONTEND_ACAPY_VERSION_DISPLAY=${FRONTEND_ACAPY_VERSION_DISPLAY}
- FRONTEND_QUICK_CONNECT_ENDORSER_NAME=${FRONTEND_QUICK_CONNECT_ENDORSER_NAME}
- SERVER_SMTP_SERVER=maildev
- SERVER_SMTP_PORT=1025
Expand Down
8 changes: 4 additions & 4 deletions scripts/ledgers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
endorser_did: 'SVfHGCEEvEFmpBPcxgNqRR'
endorser_alias: 'bcovrin-test-endorser'
- id: bcovrin-dev
- id: bcovrin-test-1
is_production: true
is_write: true
genesis_url: 'http://dev.bcovrin.vonx.io/genesis'
endorser_did: 'FBmi5JLf5g58kDnNXMy4QM'
endorser_alias: 'bcovrin-dev-endorser'
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
endorser_did: 'SVfHGCEEvEFmpBPcxgNqRR'
endorser_alias: 'bcovrin-test-endorser-1'
6 changes: 3 additions & 3 deletions scripts/plugin-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ traction_innkeeper:
"ledger_id": "bcovrin-test",
},
{
"endorser_alias": "bcovrin-dev-endorser",
"ledger_id": "bcovrin-dev",
"endorser_alias": "bcovrin-test-endorser-1",
"ledger_id": "bcovrin-test-1",
}
]
create_public_did: ["bcovrin-test", "bcovrin-dev"]
create_public_did: ["bcovrin-test", "bcovrin-test-1"]
reservation:
auto_approve: true
expiry_minutes: 2880
Expand Down

0 comments on commit 3471f07

Please sign in to comment.