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

[5.x] Pass the Guzzle config to the StaticWarmJob #10395

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue with the static:warm command, where you couldn't queue warming and provide HTTP Auth credentials.

The HTTP Auth credentials were only being used in the StaticWarm command itself when newing up the Guzzle client. Those details weren't being passed to the StaticWarmJob, which is responsible for newing up it's own Guzzle client.

No issue, came out of a support ticket.

@jasonvarga jasonvarga merged commit 3c52d88 into 5.x Jul 5, 2024
17 checks passed
@jasonvarga jasonvarga deleted the pass-guzzle-config-to-static-warm-job branch July 5, 2024 14:02
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.

2 participants