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

Upgrade ACA-Py Version #142

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openshift/templates/agent/agent-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ parameters:
displayName: Source Image Registry
description: The name of the Source Image Registry.
required: false
value: artifacts.developer.gov.bc.ca/docker-remote/
value: artifacts.developer.gov.bc.ca/github-docker-remote/
- name: SOURCE_IMAGE_NAME
displayName: Source Image Name
description: The name of the Docker image to be used for the build. Overrides the FROM instruction in the Dockerfile.
required: false
value: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1
value: hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.12.1
- name: OUTPUT_IMAGE_TAG
displayName: Output Image Tag
description: The tag given to the built image.
Expand Down
1 change: 1 addition & 0 deletions openshift/templates/agent/agent-deploy.bc.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ AGENT_READ_ONLY_LEDGER=true
# AGENT_TRACE_TARGET=log
# AGENT_TRACE_TAG=
# AGENT_TRACE_LABEL='${HOSTNAME}'
# AGENT_DEBUG_WEBHOOKS=true
# TAILS_FILES_DIR=/home/indy/.indy_client/tails
# TAILS_FILES_VOLUME_CLASS=netapp-file-standard
# TAILS_FILES_VOLUME_SIZE=2Gi
Expand Down
1 change: 1 addition & 0 deletions openshift/templates/agent/agent-deploy.bc.param
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ AGENT_TRACING=false
AGENT_TRACE_TARGET=log
AGENT_TRACE_TAG=
AGENT_TRACE_LABEL='${HOSTNAME}'
AGENT_DEBUG_WEBHOOKS=true
TAILS_FILES_DIR=/home/indy/.indy_client/tails
TAILS_FILES_VOLUME_CLASS=netapp-file-standard
TAILS_FILES_VOLUME_SIZE=2Gi
Expand Down
1 change: 1 addition & 0 deletions openshift/templates/agent/agent-deploy.bc.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ AGENT_READ_ONLY_LEDGER=true
# AGENT_TRACE_TARGET=log
# AGENT_TRACE_TAG=
# AGENT_TRACE_LABEL='${HOSTNAME}'
# AGENT_DEBUG_WEBHOOKS=true
# TAILS_FILES_DIR=/home/indy/.indy_client/tails
# TAILS_FILES_VOLUME_CLASS=netapp-file-standard
# TAILS_FILES_VOLUME_SIZE=2Gi
Expand Down
1 change: 1 addition & 0 deletions openshift/templates/agent/agent-deploy.bc.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ AGENT_READ_ONLY_LEDGER=true
# AGENT_TRACE_TARGET=log
# AGENT_TRACE_TAG=
# AGENT_TRACE_LABEL='${HOSTNAME}'
# AGENT_DEBUG_WEBHOOKS=true
# TAILS_FILES_DIR=/home/indy/.indy_client/tails
# TAILS_FILES_VOLUME_CLASS=netapp-file-standard
# TAILS_FILES_VOLUME_SIZE=2Gi
Expand Down
7 changes: 7 additions & 0 deletions openshift/templates/agent/agent-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ objects:
value: ${AGENT_TRACE_TAG}
- name: ACAPY_TRACE_LABEL
value: ${AGENT_TRACE_LABEL}
- name: ACAPY_DEBUG_WEBHOOKS
value: ${AGENT_DEBUG_WEBHOOKS}
- name: TAILS_FILES_DIR
value: ${TAILS_FILES_DIR}
- name: TAILS_SERVER_BASE_URL
Expand Down Expand Up @@ -579,6 +581,11 @@ parameters:
description: Label (agent name) used logging events. Supports environment variables, '${HOSTNAME}' for example.
required: false
value: "'${HOSTNAME}'"
- name: AGENT_DEBUG_WEBHOOKS
displayName: Debug Webooks
description: When set to 'true' the webhooks contain the full webhook payload rather than the default abbreviated payload.
required: true
value: "true"
# ===============================================================================
# Tails Files Configuration
#--------------------------------------------------------------------------------
Expand Down