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

Migrate LSBC Prod Agent to Askar and wire to endorser service #155

Merged
merged 3 commits into from
Oct 13, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,12 +44,12 @@ 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_WALLET_TYPE=indy
# 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
# WALLET_HOST_PORT=5432
Expand All @@ -60,7 +60,7 @@ ACAPY_WALLET_TYPE=indy
# 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
Expand Down