• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openwallet-foundation / acapy-vc-authn-oidc / 18732506905
89%

Build:
DEFAULT BRANCH: main
Ran 22 Oct 2025 11:16PM UTC
Jobs 1
Files 31
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Oct 2025 11:16PM UTC coverage: 92.384% (+0.5%) from 91.885%
18732506905

push

github

web-flow
Redis based PyOP wrapper implementation (#878)

* Initial implementation of redis wrapper

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

* Multi pod focused changes enhancing OIDC Authentication and Client Management

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

- Added `pyop_user_id` field to `AuthSessionBase` model to store original user ID for authorization code regeneration.
- Updated `ClientConfigurationCRUD` to remove unnecessary provider reloads, leveraging `DynamicClientDatabase` for on-demand MongoDB access.
- Implemented `DynamicClientDatabase` class to cache client configurations and ensure consistency across pods.
- Refined `generate_auth_code` function to ensure the use of the correct user ID from the `AuthSession` during code regeneration.
- Added handling for legacy sessions missing `pyop_user_id`, generating new UUIDs when necessary.
- Improved comments and documentation throughout the code for clarity on changes and their purposes.

* Allow swapping between stateless and redis storage

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

- Introduced conditional logic to select between `RedisWrapperWithPack` for multi-pod deployments and `StatelessWrapper` for single-pod deployments based on the `USE_REDIS_ADAPTER` setting.
- Updated storage initialization to improve clarity and maintainability.
- Added logging to reflect the chosen storage backend and warn about stateless deployment limitations.

* Added redis wrapper test

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

* attempt to fix python 3.12 errors

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

* dropped test dependant on time

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

* More tests

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>

* self.collection -> self._collection and recover subject identifier

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.co... (continued)

69 of 87 new or added lines in 2 files covered. (79.31%)

1577 of 1707 relevant lines covered (92.38%)

0.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
18
82.27
-6.06% oidc-controller/api/core/oidc/provider.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.12 - 18732506905.1 22 Oct 2025 11:16PM UTC 31
92.38
GitHub Action Run
Source Files on build 18732506905
  • Tree
  • List 31
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18732506905
  • 3f3af667 on github
  • Prev Build on main (#18390534355)
  • Next Build on main (#19144900054)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc