From 603a761da8dc6b3030531436d126b703e00f5777 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 30 Jan 2025 11:17:17 +0200 Subject: [PATCH 01/11] :art: Update repo name --- dockerfiles/agents/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index fa51ba0df1..43f5c58d72 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -7,7 +7,7 @@ USER root 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/aries-acapy-plugins@1.2.0-20250127#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-plugins@1.2.0-20250127#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From 83c4095a00e61745c81718ae4464a3dd74ae68e6 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 30 Jan 2025 11:25:17 +0200 Subject: [PATCH 02/11] :arrow_up: Test acapy image 1.2.1 --- dockerfiles/agents/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index 43f5c58d72..c54f102f1b 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -1,13 +1,13 @@ 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-20250130 USER root # Install Google Protobuf 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/acapy-plugins@1.2.0-20250127#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@release-1.2.1-20250130 \ + git+https://github.com/didx-xyz/acapy-plugins@release-1.2.1-20250130#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From 6c2f455f3a92ee699bb88bb694eed59ede0e5b60 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 6 Feb 2025 12:54:08 +0200 Subject: [PATCH 03/11] :construction: Debug logs --- dockerfiles/agents/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index c54f102f1b..90e5dee12a 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -6,8 +6,8 @@ USER root # Install Google Protobuf ARG PROTOBUF_VERSION=5.29.3 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ - git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@release-1.2.1-20250130 \ - git+https://github.com/didx-xyz/acapy-plugins@release-1.2.1-20250130#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@3fd7d79db \ + git+https://github.com/didx-xyz/acapy-plugins@5b137142d70#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From 591675c9d667681e06ab3ce0ce15d060c5103dec Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 6 Feb 2025 16:14:41 +0200 Subject: [PATCH 04/11] :test_tube: Testing ... --- dockerfiles/agents/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index 90e5dee12a..0397a6ad2a 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -1,13 +1,13 @@ ARG BBS_SUFFIX="-bbs" -FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250130 +FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-release-1.2.1-20250130 USER root # Install Google Protobuf ARG PROTOBUF_VERSION=5.29.3 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ - git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@3fd7d79db \ - git+https://github.com/didx-xyz/acapy-plugins@5b137142d70#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@396eeb4290 \ + git+https://github.com/didx-xyz/acapy-plugins@b3c593f103aa#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From 66c9722ac8d88cc29633102c887bce0d4cc85214 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 13 Feb 2025 12:22:36 +0200 Subject: [PATCH 05/11] :construction: Test latest release --- dockerfiles/agents/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index 0397a6ad2a..6ad43aef35 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -1,13 +1,13 @@ ARG BBS_SUFFIX="-bbs" -FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-release-1.2.1-20250130 +FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250213 USER root # Install Google Protobuf ARG PROTOBUF_VERSION=5.29.3 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ - git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@396eeb4290 \ - git+https://github.com/didx-xyz/acapy-plugins@b3c593f103aa#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fb0ed39 \ + git+https://github.com/didx-xyz/acapy-plugins@16062c227#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From d9babd0ed9e1c0f8042e1372f7174157304ab021 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 13 Feb 2025 12:28:13 +0200 Subject: [PATCH 06/11] :construction: Install git for testing (acapy agent no longer includes git) --- dockerfiles/agents/Dockerfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index 6ad43aef35..0bdd5268b2 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -3,11 +3,16 @@ FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250213 USER root -# Install Google Protobuf +# Install git for testing (acapy agent no longer includes git) +RUN apt-get update && \ + apt-get install -y git && \ + rm -rf /var/lib/apt/lists/* + +# Install Google Protobuf and Python packages ARG PROTOBUF_VERSION=5.29.3 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ - git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fb0ed39 \ - git+https://github.com/didx-xyz/acapy-plugins@16062c227#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fb0ed39 \ + git+https://github.com/didx-xyz/acapy-plugins@16062c227#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From d98ed5a96908446c8a2729c010953f2a6a9ee87d Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 13 Feb 2025 13:03:14 +0200 Subject: [PATCH 07/11] :art: Remove git install (moved to base dockerfile) --- dockerfiles/agents/Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index 0bdd5268b2..a39ef55cf1 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -3,16 +3,11 @@ FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250213 USER root -# Install git for testing (acapy agent no longer includes git) -RUN apt-get update && \ - apt-get install -y git && \ - rm -rf /var/lib/apt/lists/* - # Install Google Protobuf and Python packages ARG PROTOBUF_VERSION=5.29.3 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ - git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fb0ed39 \ - git+https://github.com/didx-xyz/acapy-plugins@16062c227#subdirectory=nats_events + git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fb0ed39 \ + git+https://github.com/didx-xyz/acapy-plugins@16062c227#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh From 9a019c88541602e038e66bcb865edbb242b4b783 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 13 Feb 2025 13:54:05 +0200 Subject: [PATCH 08/11] :art: Use official release tags --- dockerfiles/agents/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index a39ef55cf1..5be9124082 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -3,11 +3,11 @@ FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250213 USER root -# Install Google Protobuf and Python packages +# Install Google Protobuf and Plugins ARG PROTOBUF_VERSION=5.29.3 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ - git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@fb0ed39 \ - git+https://github.com/didx-xyz/acapy-plugins@16062c227#subdirectory=nats_events + acapy-wallet-groups-plugin==1.2.1.post20250213 \ + git+https://github.com/didx-xyz/aries-acapy-plugins@1.2.1-20250213#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh @@ -15,10 +15,10 @@ 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\""] From f983638635b496b0f5631fb73ccf16a5a2f4b837 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 13 Feb 2025 16:19:09 +0200 Subject: [PATCH 09/11] :test_tube: Testing new cloudcontroller before official publish --- app/poetry.lock | 13 +++++++++---- app/pyproject.toml | 7 ++++++- endorser/poetry.lock | 13 +++++++++---- endorser/pyproject.toml | 7 ++++++- 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index ae460dd004..5ea65df1fa 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -198,14 +198,14 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "aries-cloudcontroller" -version = "1.2.0.post20241205" +version = "1.2.1.post20250213" description = "A simple python client for controlling an ACA-Py agent" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aries_cloudcontroller-1.2.0.post20241205-py3-none-any.whl", hash = "sha256:981adef02b774481ce7a79d2eb69db6f0d7a240cf917d23c956386ad3613bc66"}, - {file = "aries_cloudcontroller-1.2.0.post20241205.tar.gz", hash = "sha256:b3c31e13bad3f8e48e392dfa6163a2d22cd5db7fe9fa4e194f8cf09a4d84df35"}, + {file = "aries_cloudcontroller-1.2.1.post20250213-py3-none-any.whl", hash = "sha256:ab3e73efdf5f5b746d893812095b449119f1d7bda2774e92f6876f0b5caa6ee4"}, + {file = "aries_cloudcontroller-1.2.1.post20250213.tar.gz", hash = "sha256:0674b017d5fd73a264e894a4e6f5e0f663029cdd02cc67fa524e8f812b387cab"}, ] [package.dependencies] @@ -217,6 +217,11 @@ python-dateutil = ">=2" typing-extensions = ">=4,<5.0" urllib3 = ">=2.1,<3" +[package.source] +type = "legacy" +url = "https://test.pypi.org/simple" +reference = "testpypi" + [[package]] name = "assertpy" version = "1.1" @@ -1848,4 +1853,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "~3.12.8" -content-hash = "033f4d21b60a84dc0a83696502772549bd9ed554fcd7dfe231b4d2ea3382354c" +content-hash = "2ed41b23434e8670bb2b4cbe1aa42e76675a7269517e246a2f8a5121bc0ce633" diff --git a/app/pyproject.toml b/app/pyproject.toml index 6968cb2262..d7f6632412 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -13,7 +13,7 @@ python = "~3.12.8" aiohttp = "~3.11.7" aiocache = "~0.12.0" -aries-cloudcontroller = "==1.2.0.post20241205" +aries-cloudcontroller = { version = "==1.2.1.post20250213", source = "testpypi" } base58 = "~2.1.1" fastapi = "~0.115.0" httpx = "~0.28.0" @@ -54,3 +54,8 @@ profile = "black" [tool.pytest.ini_options] addopts = "--junitxml=junit.xml -p no:cacheprovider --cov-report=xml --cov-report=term" junit_family = "xunit2" + +[[tool.poetry.source]] +name = "testpypi" +url = "https://test.pypi.org/simple/" +priority = "supplemental" diff --git a/endorser/poetry.lock b/endorser/poetry.lock index 300be54f42..14e164b442 100644 --- a/endorser/poetry.lock +++ b/endorser/poetry.lock @@ -181,14 +181,14 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "aries-cloudcontroller" -version = "1.2.0.post20241205" +version = "1.2.1.post20250213" description = "A simple python client for controlling an ACA-Py agent" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aries_cloudcontroller-1.2.0.post20241205-py3-none-any.whl", hash = "sha256:981adef02b774481ce7a79d2eb69db6f0d7a240cf917d23c956386ad3613bc66"}, - {file = "aries_cloudcontroller-1.2.0.post20241205.tar.gz", hash = "sha256:b3c31e13bad3f8e48e392dfa6163a2d22cd5db7fe9fa4e194f8cf09a4d84df35"}, + {file = "aries_cloudcontroller-1.2.1.post20250213-py3-none-any.whl", hash = "sha256:ab3e73efdf5f5b746d893812095b449119f1d7bda2774e92f6876f0b5caa6ee4"}, + {file = "aries_cloudcontroller-1.2.1.post20250213.tar.gz", hash = "sha256:0674b017d5fd73a264e894a4e6f5e0f663029cdd02cc67fa524e8f812b387cab"}, ] [package.dependencies] @@ -200,6 +200,11 @@ python-dateutil = ">=2" typing-extensions = ">=4,<5.0" urllib3 = ">=2.1,<3" +[package.source] +type = "legacy" +url = "https://test.pypi.org/simple" +reference = "testpypi" + [[package]] name = "astroid" version = "3.3.8" @@ -1969,4 +1974,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "~3.12.8" -content-hash = "cdc46aa2bb10c3cec34fcc66e20be8c7a24ec69173aaf977f723d609a137314a" +content-hash = "cca1e40a4890ddc60653905b7f0e5e066fcee1c8988436c21117a47dd103249b" diff --git a/endorser/pyproject.toml b/endorser/pyproject.toml index 98f8344f2b..abe8b77b50 100644 --- a/endorser/pyproject.toml +++ b/endorser/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.12.8" -aries-cloudcontroller = "==1.2.0.post20241205" +aries-cloudcontroller = { version = "==1.2.1.post20250213", source = "testpypi" } dependency-injector = "~=4.45.0" fastapi = "~0.115.0" httpx = "~0.28.0" @@ -48,3 +48,8 @@ profile = "black" [tool.pytest.ini_options] addopts = "--junitxml=junit.xml -p no:cacheprovider --cov-report=xml --cov-report=term" junit_family = "xunit2" + +[[tool.poetry.source]] +name = "testpypi" +url = "https://test.pypi.org/simple/" +priority = "supplemental" From a0bf4cc315c19684375608a7dda428bf0866baa6 Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 13 Feb 2025 16:59:21 +0200 Subject: [PATCH 10/11] :arrow_up: Use official pypi release for cloudcontroller --- app/poetry.lock | 11 +++-------- app/pyproject.toml | 7 +------ endorser/poetry.lock | 11 +++-------- endorser/pyproject.toml | 7 +------ 4 files changed, 8 insertions(+), 28 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 5ea65df1fa..142e5d16ed 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -204,8 +204,8 @@ optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aries_cloudcontroller-1.2.1.post20250213-py3-none-any.whl", hash = "sha256:ab3e73efdf5f5b746d893812095b449119f1d7bda2774e92f6876f0b5caa6ee4"}, - {file = "aries_cloudcontroller-1.2.1.post20250213.tar.gz", hash = "sha256:0674b017d5fd73a264e894a4e6f5e0f663029cdd02cc67fa524e8f812b387cab"}, + {file = "aries_cloudcontroller-1.2.1.post20250213-py3-none-any.whl", hash = "sha256:07e4c30c82c87de983c3aa50fbd30aea6f9c62dfdd99a35644b41c037b3c80a6"}, + {file = "aries_cloudcontroller-1.2.1.post20250213.tar.gz", hash = "sha256:a1f929d7155800ff9bf5cc0584355742a99fe00b356d1e3b839c368a30eb42f2"}, ] [package.dependencies] @@ -217,11 +217,6 @@ python-dateutil = ">=2" typing-extensions = ">=4,<5.0" urllib3 = ">=2.1,<3" -[package.source] -type = "legacy" -url = "https://test.pypi.org/simple" -reference = "testpypi" - [[package]] name = "assertpy" version = "1.1" @@ -1853,4 +1848,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "~3.12.8" -content-hash = "2ed41b23434e8670bb2b4cbe1aa42e76675a7269517e246a2f8a5121bc0ce633" +content-hash = "6ee15cc82196a2d8e02ae20675d2dc433aef56583a9d90361ad7050ece7e2ae3" diff --git a/app/pyproject.toml b/app/pyproject.toml index d7f6632412..da13990389 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -13,7 +13,7 @@ python = "~3.12.8" aiohttp = "~3.11.7" aiocache = "~0.12.0" -aries-cloudcontroller = { version = "==1.2.1.post20250213", source = "testpypi" } +aries-cloudcontroller = "==1.2.1.post20250213" base58 = "~2.1.1" fastapi = "~0.115.0" httpx = "~0.28.0" @@ -54,8 +54,3 @@ profile = "black" [tool.pytest.ini_options] addopts = "--junitxml=junit.xml -p no:cacheprovider --cov-report=xml --cov-report=term" junit_family = "xunit2" - -[[tool.poetry.source]] -name = "testpypi" -url = "https://test.pypi.org/simple/" -priority = "supplemental" diff --git a/endorser/poetry.lock b/endorser/poetry.lock index 14e164b442..828a3ccba3 100644 --- a/endorser/poetry.lock +++ b/endorser/poetry.lock @@ -187,8 +187,8 @@ optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aries_cloudcontroller-1.2.1.post20250213-py3-none-any.whl", hash = "sha256:ab3e73efdf5f5b746d893812095b449119f1d7bda2774e92f6876f0b5caa6ee4"}, - {file = "aries_cloudcontroller-1.2.1.post20250213.tar.gz", hash = "sha256:0674b017d5fd73a264e894a4e6f5e0f663029cdd02cc67fa524e8f812b387cab"}, + {file = "aries_cloudcontroller-1.2.1.post20250213-py3-none-any.whl", hash = "sha256:07e4c30c82c87de983c3aa50fbd30aea6f9c62dfdd99a35644b41c037b3c80a6"}, + {file = "aries_cloudcontroller-1.2.1.post20250213.tar.gz", hash = "sha256:a1f929d7155800ff9bf5cc0584355742a99fe00b356d1e3b839c368a30eb42f2"}, ] [package.dependencies] @@ -200,11 +200,6 @@ python-dateutil = ">=2" typing-extensions = ">=4,<5.0" urllib3 = ">=2.1,<3" -[package.source] -type = "legacy" -url = "https://test.pypi.org/simple" -reference = "testpypi" - [[package]] name = "astroid" version = "3.3.8" @@ -1974,4 +1969,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "~3.12.8" -content-hash = "cca1e40a4890ddc60653905b7f0e5e066fcee1c8988436c21117a47dd103249b" +content-hash = "fab4c242a75526f59068c872cfcf15745031318dcae03df7223bfb7edb1d8104" diff --git a/endorser/pyproject.toml b/endorser/pyproject.toml index abe8b77b50..b80eb0dfc7 100644 --- a/endorser/pyproject.toml +++ b/endorser/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.12.8" -aries-cloudcontroller = { version = "==1.2.1.post20250213", source = "testpypi" } +aries-cloudcontroller = "==1.2.1.post20250213" dependency-injector = "~=4.45.0" fastapi = "~0.115.0" httpx = "~0.28.0" @@ -48,8 +48,3 @@ profile = "black" [tool.pytest.ini_options] addopts = "--junitxml=junit.xml -p no:cacheprovider --cov-report=xml --cov-report=term" junit_family = "xunit2" - -[[tool.poetry.source]] -name = "testpypi" -url = "https://test.pypi.org/simple/" -priority = "supplemental" From 9df9a56fc1dc1bddf776e935e73588b9fa7d2b01 Mon Sep 17 00:00:00 2001 From: ff137 Date: Fri, 14 Feb 2025 11:54:04 +0200 Subject: [PATCH 11/11] :memo: Update spec --- docs/openapi/tenant-admin-openapi.json | 5 ----- docs/openapi/tenant-admin-openapi.yaml | 2 -- 2 files changed, 7 deletions(-) diff --git a/docs/openapi/tenant-admin-openapi.json b/docs/openapi/tenant-admin-openapi.json index dc152697ee..b01156433a 100644 --- a/docs/openapi/tenant-admin-openapi.json +++ b/docs/openapi/tenant-admin-openapi.json @@ -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": { diff --git a/docs/openapi/tenant-admin-openapi.yaml b/docs/openapi/tenant-admin-openapi.yaml index 298592a479..42f250ae9c 100644 --- a/docs/openapi/tenant-admin-openapi.yaml +++ b/docs/openapi/tenant-admin-openapi.yaml @@ -12,8 +12,6 @@ info: ' version: 4.2.0 -servers: -- url: /tenant-admin paths: /v1/tenants: post: