-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(core): Updates dpop check for connect #1760
Conversation
- Threads through Dpop token and REST service path from gRPC gateway - This is needed when DPoP is enabled (required) OR when the IdP requests it
@dmihalcik-virtru What broke with connect? Did our x-tests miss something? |
XTests don't currently use dpop. The xtests all use client secret auth, which did not support DPoP on keycloak until recently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the lint is failing
🤖 I have created a release *beep* *boop* --- ## [0.4.28](service/v0.4.27...service/v0.4.28) (2024-11-15) ### Features * **sdk:** add collections for nanotdf ([#1695](#1695)) ([6497bf3](6497bf3)) ### Bug Fixes * **core:** Autobump service ([#1767](#1767)) ([949087e](949087e)) * **core:** Autobump service ([#1771](#1771)) ([7a2e709](7a2e709)) * **core:** Updates dpop check for connect ([#1760](#1760)) ([6d7f24a](6d7f24a)) * grpc-gateway connection with tls enabled ([#1758](#1758)) ([3120350](3120350)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Proposed Changes
Checklist
Testing Instructions