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: compile errors after EDC token refactor #195

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

Briefly describe WHAT your pr changes, which features it adds/modifies.

Why it does that

Briefly state why the change was necessary.

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.

Linked Issue(s)

Closes # <-- insert Issue number if one exists

@paullatzelsperger paullatzelsperger added the bug Something isn't working label Jan 14, 2024
Copy link

github-actions bot commented Jan 14, 2024

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit a16868e. ± Comparison against base commit 27096ff.

♻️ This comment has been updated with latest results.

@@ -37,7 +34,7 @@
* using the AWS Secretes Manager Vault implementation.
* The extension requires the "edc.vault.aws.region" parameter to be set to the AWS region in which secrets should be stored.
*/
@Provides({ Vault.class, PrivateKeyResolver.class, CertificateResolver.class })
@Provides({ Vault.class })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be removed as the @Provider annotation is used

@paullatzelsperger paullatzelsperger merged commit 7e0784f into main Jan 15, 2024
25 checks passed
@paullatzelsperger paullatzelsperger deleted the fix/compile_errors branch January 15, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants