Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Sovrin ledgers from configurations, consolidated ledger configuration files #280

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
10 changes: 0 additions & 10 deletions openshift/templates/issuer-agent/config/dev/ledgers-bcreg.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis'
- id: SovrinStagingNet
- id: CANdyTest
is_production: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis'
- id: BCovrinTest
is_production: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
5 changes: 1 addition & 4 deletions openshift/templates/issuer-agent/config/dev/ledgers.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
- id: SovrinStagingNet
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
- id: BCovrinTest
is_production: true
is_write: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
- id: CANdyDev
is_production: true
Expand Down
10 changes: 0 additions & 10 deletions openshift/templates/issuer-agent/config/prod/ledgers-bcreg.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
- id: CANdyProd
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis'
- id: SovrinMainNet
is_production: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_live_genesis'
- id: BCovrinTest
is_production: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis'
2 changes: 1 addition & 1 deletion openshift/templates/issuer-agent/config/prod/ledgers.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- id: SovrinMainNet
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_live_genesis'
- id: BCovrinTest
is_production: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
- id: CANdyProd
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis'
10 changes: 0 additions & 10 deletions openshift/templates/issuer-agent/config/test/ledgers-bcreg.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis'
- id: SovrinStagingNet
is_production: true
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'
5 changes: 1 addition & 4 deletions openshift/templates/issuer-agent/config/test/ledgers.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
- id: SovrinStagingNet
is_production: true
is_write: true
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
- id: BCovrinTest
is_production: true
is_write: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
- id: CANdyTest
is_production: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AGENT_ADMIN_PORT=8024
# ADMIN_API_KEY=[a-zA-Z0-9]{16}
API_HOST=api
AGENT_HTTP_PORT=8021
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy-idim.yaml
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml
ACAPY_LOG_LEVEL=WARNING
ACAPY_INVITE_PUBLIC=true
ACAPY_PUBLIC_INVITES=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WEBHOOK_URL=http://orgbook-issuer-controller-lcrb:8080/api/agentcb
AGENT_ADMIN_PORT=8024
ADMIN_API_KEY=[a-zA-Z0-9]{16}
AGENT_HTTP_PORT=8021
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-bcreg.yaml
ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers.yaml
ACAPY_READ_ONLY_LEDGER=false
ACAPY_AUTO_ACCEPT_INVITES=true
ACAPY_AUTO_ACCEPT_REQUESTS=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AGENT_BASE_URL=https://lcrb-agent.apps.silver.devops.gov.bc.ca
# AGENT_ADMIN_PORT=8024
# ADMIN_API_KEY=[a-zA-Z0-9]{16}
# AGENT_HTTP_PORT=8021
# ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-bcreg.yaml
# ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers.yaml
ACAPY_READ_ONLY_LEDGER=false
# ACAPY_AUTO_ACCEPT_INVITES=true
# ACAPY_AUTO_ACCEPT_REQUESTS=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AGENT_BASE_URL=https://lcrb-agent-test.apps.silver.devops.gov.bc.ca
# AGENT_ADMIN_PORT=8024
# ADMIN_API_KEY=[a-zA-Z0-9]{16}
# AGENT_HTTP_PORT=8021
# ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-bcreg.yaml
# ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers.yaml
ACAPY_READ_ONLY_LEDGER=false
# ACAPY_AUTO_ACCEPT_INVITES=true
# ACAPY_AUTO_ACCEPT_REQUESTS=false
Expand Down