vc-authn-oidc
vc-authn-oidc copied to clipboard
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 8.1.1. Release notes Sourced from pytest's releases. 8.1.1 pytest 8.1.1 (2024-03-08) ::: {.note} ::: {.title} Note ::: This release is not a usual bug fix...
Bumps [structlog](https://github.com/hynek/structlog) from 23.1.0 to 24.1.0. Release notes Sourced from structlog's releases. 24.1.0 Highlights This quick bugfix release fixes two regressions and the fact that RichTracebackFormatter has been ignoring its...
Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.7 to 0.0.9. Release notes Sourced from python-multipart's releases. Version 0.0.9 Add support for Python 3.12 #85. Drop support for Python 3.7 #95. Add MultipartState(IntEnum) #96. Add...
Bumps python from 3.11 to 3.12. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.2 to 4.6.3. Changelog Sourced from pymongo's changelog. Changelog Changes in Version 4.7 PyMongo 4.7 brings a number of improvements including: Added the :class:pymongo.hello.Hello.connection_id, :attr:pymongo.monitoring.CommandStartedEvent.server_connection_id, :attr:pymongo.monitoring.CommandSucceededEvent.server_connection_id, and...
The helm chart must be updated to be deployed with ArgoCD. ArgoCD uses `helm template` command when deploying, rendering logic, like secret lookup inoperable. If deployed as is with ArgoCD,...
Generating OOB proof-request payloads broke, likely as a consecuence of [this PR](https://github.com/bcgov/vc-authn-oidc/pull/436) to enforce using a local DID. The error being thrown is the following: ```log controller-1 | http://aca-py:8077 "GET...
Publicly accessible UI to search available proof-request configurations, see https://github.com/bcgov/vc-authn-oidc/issues/226 Some thoughts: * it might be preferable to not require an extra service to be deployed alongside VC-AuthN, but this...
This was an idea from some discussion with Kim about VCAuthn use cases where someone might need to be running a verifier on a tablet or phone or other android/ios...