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

Allow for using query strings in DefaultProbingRequestFactory. #2421

Merged
merged 4 commits into from
Mar 12, 2024

Conversation

robbieknuth
Copy link
Contributor

fixes #2420

An attempt at allowing query strings in health probes.

If a query is specified both on the probe address and the probe path, the probe path wins.

@robbieknuth
Copy link
Contributor Author

Build issues: New property needs to be initialized in other places. Checking.

@robbieknuth
Copy link
Contributor Author

Build issues: New property needs to be initialized in other places. Checking.

Issues have been addresssed. Query will now be properly supported via config files as well.

@robbieknuth robbieknuth reopened this Feb 27, 2024
@robbieknuth
Copy link
Contributor Author

Close button is confusing.

@MihaZupan MihaZupan added this to the v.Next milestone Mar 5, 2024
Copy link
Member

@MihaZupan MihaZupan left a comment

Choose a reason for hiding this comment

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

Thanks.
A bit unfortunate we didn't just make it PathAndQuery to begin with.

@MihaZupan MihaZupan enabled auto-merge (squash) March 12, 2024 10:38
@MihaZupan MihaZupan merged commit 3c6ff2c into microsoft:main Mar 12, 2024
7 checks passed
@MihaZupan MihaZupan modified the milestones: v.Next, YARP 2.2.0-preview1 May 14, 2024
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.

Consider allowing query strings in health probes
3 participants