Skip to content

Conversation

@thomasrutger
Copy link
Contributor

What this PR changes/adds

Adds missing IdentityHubApiContext.STS, api context.

Why it does that

The sts api context string was previously defined in the connector code base, but was removed, leading to a failing Identity Hub build.

Further notes

Who will sponsor this feature?

@ndr-brt

Linked Issue(s)

Closes #826

@paullatzelsperger paullatzelsperger added the bug Something isn't working label Oct 20, 2025
@paullatzelsperger
Copy link
Member

@thomasrutger to fix the failing "Verify-OpenApi" test you have to update the last-update field in extensions/api/issuer-admin-api/issuer-admin-api-configuration/src/main/resources/issuer-admin-api-version.json.

Same for all other API versioning JSON files, should other errors occur.

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Oct 21, 2025

@thomasrutger I just noticed that i "fixed" this issue in another PR (#834) just to get rid of the compile errors, but I did that in a quite hamfisted way...

So feel free to nuke my violating changes when you rebase your PR :)

@thomasrutger
Copy link
Contributor Author

@thomasrutger I just noticed that i "fixed" this issue in another PR (#834) just to get rid of the compile errors, but I did that in a quite hamfisted way...

So feel free to nuke my violating changes when you rebase your PR :)

sure :)

@thomasrutger thomasrutger force-pushed the fix/missing-sts-apicontext branch from 614189d to e191da1 Compare October 21, 2025 15:59
@thomasrutger thomasrutger marked this pull request as ready for review October 21, 2025 19:08
@thomasrutger thomasrutger requested a review from a team as a code owner October 21, 2025 19:08
@paullatzelsperger paullatzelsperger merged commit cc92ea2 into eclipse-edc:main Oct 22, 2025
16 checks passed
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.

Unable to build due to missing ApiContext.STS

2 participants