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

consume new pipelines service url in handlers #3185

Conversation

patrickcarnahan
Copy link
Contributor

adds support for specification of the PipelinesServiceUrl to be independent of the server which delivered the message. decoupling this setting provides more flexibility in our backend infrastructure and service configuration, since the system endpoint no longer needs to house endpoints which are assumed to live as sub-resources of ACTIONS_RUNTIME_URL.

updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
@patrickcarnahan patrickcarnahan requested a review from a team as a code owner March 5, 2024 15:58
@TingluoHuang TingluoHuang merged commit 2c8c941 into actions:main Mar 5, 2024
10 checks passed
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.

None yet

2 participants