From 93b783d91377478db6864451ddfa1150eb07cad0 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Wed, 23 Oct 2024 07:21:55 -0700 Subject: [PATCH] Enable DRPC plugin on Service BC agents. - All but `prod` for now. Signed-off-by: Wade Barnes --- .../issuer-agent/issuer-agent-deploy.idim-preprod.param | 2 +- .../templates/issuer-agent/issuer-agent-deploy.idim-qa.param | 2 +- .../templates/issuer-agent/issuer-agent-deploy.idim-sit.param | 2 +- .../templates/issuer-agent/issuer-agent-deploy.idim.test.param | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-preprod.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-preprod.param index 1abdd47..055f72e 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-preprod.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-preprod.param @@ -48,7 +48,7 @@ ACAPY_ENDORSER_ALIAS=Endorser ACAPY_AUTO_REQUEST_ENDORSEMENT=true ACAPY_AUTO_WRITE_TRANSACTIONS=true ACAPY_CREATE_REVOCATION_TRANSACTIONS=true -ACAPY_PLUGIN= +ACAPY_PLUGIN=[rpc.v1_0] ACAPY_PLUGIN_CONFIG= ACAPY_WALLET_TYPE=askar ACAPY_WALLET_STORAGE_TYPE=postgres_storage diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-qa.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-qa.param index 5b5f40a..9b820c5 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-qa.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-qa.param @@ -50,7 +50,7 @@ ACAPY_AUTO_WRITE_TRANSACTIONS=true ACAPY_CREATE_REVOCATION_TRANSACTIONS=true ACAPY_WALLET_TYPE=askar ACAPY_WALLET_STORAGE_TYPE=postgres_storage -ACAPY_PLUGIN= +ACAPY_PLUGIN=[rpc.v1_0] ACAPY_PLUGIN_CONFIG= WALLET_HOST=wallet WALLET_HOST_PORT=5432 diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-sit.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-sit.param index 69d2f91..4703bed 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-sit.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-sit.param @@ -48,7 +48,7 @@ ACAPY_ENDORSER_ALIAS=Endorser ACAPY_AUTO_REQUEST_ENDORSEMENT=true ACAPY_AUTO_WRITE_TRANSACTIONS=true ACAPY_CREATE_REVOCATION_TRANSACTIONS=true -ACAPY_PLUGIN= +ACAPY_PLUGIN=[rpc.v1_0] ACAPY_PLUGIN_CONFIG= ACAPY_WALLET_TYPE=askar ACAPY_WALLET_STORAGE_TYPE=postgres_storage diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.test.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.test.param index d4d6e6e..b30c3c6 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.test.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.test.param @@ -48,7 +48,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml # ACAPY_AUTO_REQUEST_ENDORSEMENT=true # ACAPY_AUTO_WRITE_TRANSACTIONS=true # ACAPY_CREATE_REVOCATION_TRANSACTIONS=true -ACAPY_PLUGIN= +ACAPY_PLUGIN=[rpc.v1_0] # ACAPY_PLUGIN_CONFIG= # ACAPY_WALLET_TYPE=askar # ACAPY_WALLET_STORAGE_TYPE=postgres_storage