From 129b11a5b5c979cec8ec9836f7da08f63dd4498b Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Wed, 19 Apr 2023 13:24:29 -0700 Subject: [PATCH] Add ACAPY_REQUESTS_THROUGH_PUBLIC_DID to address breaking changes - Related to https://github.com/hyperledger/aries-cloudagent-python/pull/2034 Signed-off-by: Wade Barnes --- .../issuer-agent/issuer-agent-deploy.bcvcpilot.param | 1 + .../issuer-agent/issuer-agent-deploy.bcvcpilot.prod.param | 1 + .../issuer-agent/issuer-agent-deploy.bcvcpilot.test.param | 1 + .../issuer-agent/issuer-agent-deploy.idim-qa.param | 1 + .../issuer-agent/issuer-agent-deploy.idim-sit.param | 1 + .../issuer-agent/issuer-agent-deploy.idim.dev.param | 1 + .../templates/issuer-agent/issuer-agent-deploy.idim.param | 1 + .../issuer-agent/issuer-agent-deploy.idim.prod.param | 1 + .../issuer-agent/issuer-agent-deploy.idim.test.param | 1 + openshift/templates/issuer-agent/issuer-agent-deploy.yaml | 7 +++++++ 10 files changed, 16 insertions(+) diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.param b/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.param index fc18c1c9..64205511 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.param @@ -33,6 +33,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml ACAPY_LOG_LEVEL=WARNING ACAPY_INVITE_PUBLIC=true ACAPY_PUBLIC_INVITES=true +ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false ACAPY_AUTO_ACCEPT_INVITES=true ACAPY_AUTO_ACCEPT_REQUESTS=true ACAPY_AUTO_PING_CONNECTION=true diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.prod.param b/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.prod.param index a3cdd90a..f393457a 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.prod.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.prod.param @@ -33,6 +33,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml # ACAPY_LOG_LEVEL=WARNING # ACAPY_INVITE_PUBLIC=true # ACAPY_PUBLIC_INVITES=true +# ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false # ACAPY_AUTO_ACCEPT_INVITES=true # ACAPY_AUTO_ACCEPT_REQUESTS=true # ACAPY_AUTO_PING_CONNECTION=true diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.test.param b/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.test.param index 106a297b..7a57753d 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.test.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.bcvcpilot.test.param @@ -33,6 +33,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml # ACAPY_LOG_LEVEL=WARNING # ACAPY_INVITE_PUBLIC=true # ACAPY_PUBLIC_INVITES=true +# ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false # ACAPY_AUTO_ACCEPT_INVITES=true # ACAPY_AUTO_ACCEPT_REQUESTS=true # ACAPY_AUTO_PING_CONNECTION=true 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 1ce9f469..1c676502 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-qa.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-qa.param @@ -32,6 +32,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml ACAPY_LOG_LEVEL=WARNING ACAPY_INVITE_PUBLIC=true ACAPY_PUBLIC_INVITES=true +ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false ACAPY_AUTO_ACCEPT_INVITES=false ACAPY_AUTO_ACCEPT_REQUESTS=false ACAPY_AUTO_PING_CONNECTION=true 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 205569db..b04150c2 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim-sit.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim-sit.param @@ -32,6 +32,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml ACAPY_LOG_LEVEL=WARNING ACAPY_INVITE_PUBLIC=true ACAPY_PUBLIC_INVITES=true +ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false ACAPY_AUTO_ACCEPT_INVITES=false ACAPY_AUTO_ACCEPT_REQUESTS=false ACAPY_AUTO_PING_CONNECTION=true diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.dev.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.dev.param index 0abd0049..6a715840 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.dev.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.dev.param @@ -32,6 +32,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml # ACAPY_LOG_LEVEL=WARNING # ACAPY_INVITE_PUBLIC=true # ACAPY_PUBLIC_INVITES=true +# ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false # ACAPY_AUTO_ACCEPT_INVITES=false # ACAPY_AUTO_ACCEPT_REQUESTS=false # ACAPY_AUTO_PING_CONNECTION=true diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.param index bf6994c1..2ca673c4 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.param @@ -32,6 +32,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml ACAPY_LOG_LEVEL=WARNING ACAPY_INVITE_PUBLIC=true ACAPY_PUBLIC_INVITES=true +ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false ACAPY_AUTO_ACCEPT_INVITES=false ACAPY_AUTO_ACCEPT_REQUESTS=false ACAPY_AUTO_PING_CONNECTION=true diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.prod.param b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.prod.param index 7600124d..b9836df7 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.prod.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.prod.param @@ -32,6 +32,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml # ACAPY_LOG_LEVEL=WARNING # ACAPY_INVITE_PUBLIC=true # ACAPY_PUBLIC_INVITES=true +# ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false # ACAPY_AUTO_ACCEPT_INVITES=false # ACAPY_AUTO_ACCEPT_REQUESTS=false # ACAPY_AUTO_PING_CONNECTION=true 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 ca8203a3..e9e28888 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.idim.test.param +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.idim.test.param @@ -32,6 +32,7 @@ ACAPY_GENESIS_TRANSACTIONS_LIST=ledgers-candy.yaml # ACAPY_LOG_LEVEL=WARNING # ACAPY_INVITE_PUBLIC=true # ACAPY_PUBLIC_INVITES=true +# ACAPY_REQUESTS_THROUGH_PUBLIC_DID=false # ACAPY_AUTO_ACCEPT_INVITES=false # ACAPY_AUTO_ACCEPT_REQUESTS=false # ACAPY_AUTO_PING_CONNECTION=true diff --git a/openshift/templates/issuer-agent/issuer-agent-deploy.yaml b/openshift/templates/issuer-agent/issuer-agent-deploy.yaml index b0a581a3..94d4bc66 100644 --- a/openshift/templates/issuer-agent/issuer-agent-deploy.yaml +++ b/openshift/templates/issuer-agent/issuer-agent-deploy.yaml @@ -271,6 +271,8 @@ objects: value: ${ACAPY_INVITE_PUBLIC} - name: ACAPY_PUBLIC_INVITES value: ${ACAPY_PUBLIC_INVITES} + - name: ACAPY_REQUESTS_THROUGH_PUBLIC_DID + value: ${ACAPY_REQUESTS_THROUGH_PUBLIC_DID} - name: ACAPY_AUTO_ACCEPT_INVITES value: ${ACAPY_AUTO_ACCEPT_INVITES} @@ -583,6 +585,11 @@ parameters: description: Send invitations out, and receive connection requests, using the public DID for the agent. required: true value: 'true' + - name: ACAPY_REQUESTS_THROUGH_PUBLIC_DID + displayName: Requests Through Public DID + description: Allow agent to receive unsolicited connection requests, using the public DID for the agent. Defaults to false in aca-py. + required: true + value: 'false' - name: ACAPY_AUTO_ACCEPT_INVITES displayName: ACAPY_AUTO_ACCEPT_INVITES