From 807a93b7b1ccddbdb0a799cdd399b526bb4bae13 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 13 Oct 2023 06:09:40 -0700 Subject: [PATCH 1/3] Migrate LSBC PROD to Askar Signed-off-by: Wade Barnes --- .../templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param b/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param index bcb6771a..4b84091b 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param @@ -49,7 +49,7 @@ ACAPY_ENDORSER_ALIAS= ACAPY_AUTO_REQUEST_ENDORSEMENT=false ACAPY_AUTO_WRITE_TRANSACTIONS=false ACAPY_CREATE_REVOCATION_TRANSACTIONS=false -ACAPY_WALLET_TYPE=indy +# ACAPY_WALLET_TYPE=askar # ACAPY_WALLET_STORAGE_TYPE=postgres_storage # WALLET_HOST=wallet # WALLET_HOST_PORT=5432 From 22295466d449d4e94ee8b53c52e95f980c6cb05c Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 13 Oct 2023 06:16:37 -0700 Subject: [PATCH 2/3] Migrate LSBC prod to Askar Only images. Signed-off-by: Wade Barnes --- .../issuer-agent/issuer-agent-deploy.lsbc.prod.param | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param b/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param index 4b84091b..15c1f051 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param @@ -19,7 +19,7 @@ ADMIN_APPLICATION_DOMAIN=lsbc-agent-admin.apps.silver.devops.gov.bc.ca # TAG_PREFIX=lsbc- TAG_NAME=prod # APP_CONFIG_MAP_NAME=agent-config -# APP_CONFIG_MOUNT_PATH=/home/indy/ +# APP_CONFIG_MOUNT_PATH=/home/aries/ ACAPY_LABEL=The Law Society of British Columbia ACAPY_READ_ONLY_LEDGER=false AGENT_BASE_URL=https://lsbc-agent.apps.silver.devops.gov.bc.ca @@ -60,7 +60,7 @@ ACAPY_CREATE_REVOCATION_TRANSACTIONS=false # WALLET_SEED=[a-zA-Z0-9]{32} # WALLET_DID=[a-zA-Z0-9]{16} # WALLET_SUFFIX=-lsbc -# TAILS_FILES_DIR=/home/indy/.indy_client/tails +# TAILS_FILES_DIR=/home/aries/.indy_client/tails # TAILS_FILES_VOLUME_CLASS=netapp-file-standard # TAILS_FILES_VOLUME_SIZE=1Gi ACAPY_TAILS_SERVER_BASE_URL=https://tails.vonx.io From 0f230f4e30429782cb6b1b8c8ebc7208bbd0882e Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 13 Oct 2023 06:37:10 -0700 Subject: [PATCH 3/3] Enable endorser protocols for LSBC Prod Signed-off-by: Wade Barnes --- .../issuer-agent/issuer-agent-deploy.lsbc.prod.param | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param b/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param index 15c1f051..ae294bd5 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.lsbc.prod.param @@ -44,11 +44,11 @@ AGENT_BASE_URL=https://lsbc-agent.apps.silver.devops.gov.bc.ca # ACAPY_AUTO_VERIFY_PRESENTATION=true # ACAPY_AUTO_PROVISION=true # ACAPY_NOTIFY_REVOCATION=false -ACAPY_ENDORSER_ROLE=none -ACAPY_ENDORSER_ALIAS= -ACAPY_AUTO_REQUEST_ENDORSEMENT=false -ACAPY_AUTO_WRITE_TRANSACTIONS=false -ACAPY_CREATE_REVOCATION_TRANSACTIONS=false +# ACAPY_ENDORSER_ROLE=author +# ACAPY_ENDORSER_ALIAS=Endorser +# ACAPY_AUTO_REQUEST_ENDORSEMENT=true +# ACAPY_AUTO_WRITE_TRANSACTIONS=true +# ACAPY_CREATE_REVOCATION_TRANSACTIONS=true # ACAPY_WALLET_TYPE=askar # ACAPY_WALLET_STORAGE_TYPE=postgres_storage # WALLET_HOST=wallet