From d04cc08898baad9146859d7759fa11ab7c66d52b 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..8ad2eb4e 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=true 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..9492002a 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=true # 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..b4fec258 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=true # 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..0ec7fe6e 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=true 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..1aec9943 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=true 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..666a9340 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=true # 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..565de855 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=true 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..b6df9aa8 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=true # 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..aef3245d 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=true # 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..fdd7fc0a 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: 'true' - name: ACAPY_AUTO_ACCEPT_INVITES displayName: ACAPY_AUTO_ACCEPT_INVITES