Skip to content
Merged
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
8 changes: 4 additions & 4 deletions app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = "~3.12.8"

aiohttp = "~3.11.7"
aiocache = "~0.12.0"
aries-cloudcontroller = "==1.2.0.post20241205"
aries-cloudcontroller = "==1.2.1.post20250213"
base58 = "~2.1.1"
fastapi = "~0.115.0"
httpx = "~0.28.0"
Expand Down
12 changes: 6 additions & 6 deletions dockerfiles/agents/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
ARG BBS_SUFFIX="-bbs"
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.0-20250127
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250213

USER root

# Install Google Protobuf
# Install Google Protobuf and Plugins
ARG PROTOBUF_VERSION=5.29.3
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \
acapy-wallet-groups-plugin==1.2.0.post20250127 \
git+https://github.com/didx-xyz/[email protected].0-20250127#subdirectory=nats_events
acapy-wallet-groups-plugin==1.2.1.post20250213 \
git+https://github.com/didx-xyz/[email protected].1-20250213#subdirectory=nats_events

COPY scripts/startup.sh startup.sh
RUN chmod +x ./startup.sh

USER aries

ENTRYPOINT [ "./startup.sh" ]
## Governance Agent
CMD [ "--wallet-type", "askar", \
## Setting for Governance Agent and Multitenant Agent
"--plugin", "nats_events.v1_0.nats_queue.events", \
## Multitenant Agent
## Additional settings for Multitenant Agent only
# "--auto-promote-author-did", \
# "--plugin", "acapy_wallet_groups_plugin", \
"--plugin-config-value", "nats_queue.connection.connection_url=\"nats://nats-1:4222\""]
5 changes: 0 additions & 5 deletions docs/openapi/tenant-admin-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"description": "\nWelcome to CloudAPI Multitenant Admin!\n\nFor detailed guidance on using the API, please visit our official documentation:\nhttps://www.didx.co.za/acapy-cloud/index.html\n",
"version": "4.2.0"
},
"servers": [
{
"url": "/tenant-admin"
}
],
"paths": {
"/v1/tenants": {
"post": {
Expand Down
2 changes: 0 additions & 2 deletions docs/openapi/tenant-admin-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ info:

'
version: 4.2.0
servers:
- url: /tenant-admin
paths:
/v1/tenants:
post:
Expand Down
8 changes: 4 additions & 4 deletions endorser/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "~3.12.8"

aries-cloudcontroller = "==1.2.0.post20241205"
aries-cloudcontroller = "==1.2.1.post20250213"
dependency-injector = "~=4.45.0"
fastapi = "~0.115.0"
httpx = "~0.28.0"
Expand Down
Loading