Skip to content

Conversation

moritzraho
Copy link
Member

@moritzraho moritzraho commented Sep 11, 2025

Description

follow up on #219

  • support adobe annotations for deploy service also on int interfaces
  • fix apihost in getActionUrls, should return adobeioruntime.net for action urls as deploy service is only used on control-plane.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

// we still want to serve dataplane requests on adobeioruntime.net
return urlJoin(
'https://' + config.ow.namespace + '.' + cleanApihost,
'https://' + config.ow.namespace + '.' + 'adobeioruntime.net',
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a nit pick, adobeioruntime.net can be moved as a constant in the same file.

Copy link
Member Author

Choose a reason for hiding this comment

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

sorry missed it, keeping a note, thanks Sandeep

@moritzraho moritzraho merged commit b641760 into master Sep 11, 2025
9 checks passed
@moritzraho moritzraho deleted the fix/deploy-service-int-and-urls-apihosts branch September 11, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants