Skip to content
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: use LocalPublicKeyService for data plane token verification #1167

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

wolf4ood
Copy link
Contributor

WHAT

When validating the access token resolve the key id with the LocalPublicKeyService

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes #1161

@wolf4ood wolf4ood marked this pull request as ready for review March 27, 2024 17:29
@wolf4ood wolf4ood force-pushed the fix/1161_local_resolver branch from 2d38025 to c557d65 Compare March 28, 2024 07:50
Copy link

sonarcloud bot commented Mar 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@wolf4ood wolf4ood merged commit b83338b into eclipse-tractusx:main Mar 28, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

DataPlaneTokenRefreshService needs a LocalPublicKeyResolver
2 participants