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: Forward path mapping rules to backend process #11

Merged
merged 4 commits into from
Oct 10, 2023

Conversation

agerveshi
Copy link
Contributor

What was the problem/requirement? (What/Why)

When running in daemon mode, the path mapping rules were not being forwarded from the frontend runner to the backend runner. Integration clients that rely on the adaptor's http_server for path mapping were failing, as the path mapping rules on the backend were empty.

What was the solution? (How)

Provide the path mapping data to the Frontend running during initialization so they can be passed to the backend process.

What is the impact of this change?

The backend process contains the path mapping rules and is able to provide them to the client.

How was this change tested?

  • Unit tests pass
  • Submitted a farm job

Was this change documented?

Updated docstring.

Is this a breaking change?

No.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@agerveshi agerveshi requested a review from a team as a code owner October 9, 2023 21:38
@agerveshi agerveshi force-pushed the agerveshi/backend_path_mapping branch from c3008b6 to c23ac6a Compare October 9, 2023 21:42
Signed-off-by: Alex Gerveshi <[email protected]>
@agerveshi agerveshi merged commit 60a7d45 into mainline Oct 10, 2023
5 checks passed
@agerveshi agerveshi deleted the agerveshi/backend_path_mapping branch October 10, 2023 15:34
Honglichenn pushed a commit that referenced this pull request Jan 17, 2024
…#11)

* chore(github): Bump aws-actions/configure-aws-credentials from 2 to 4

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v2...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants