Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Messenger] Fix invalid option sslmode in AmazonSqs bridge#37654

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:5.1fromjderusse:fix-sslmode-option
Jul 31, 2020

Conversation

@jderusse
Copy link
Member

QA
Branch?5.1
Bug fix?yes
New feature?no
Deprecations?no
Tickets/>
LicenseMIT
Doc PR/

The sslmode option allows people to use AmazonSqs with non-offical endpoint like theasyncaws/testing-sqs docker image

By fixing precedence of DNS options in#37269 I introduced a bug that trigger an exceptionUnknown option found: [sslmode]. I apologize for this

This PR addssslmode in list of allowed options

@jderussejderusse requested a review fromsroze as acode ownerJuly 24, 2020 10:24
@jderussejderusseforce-pushed thefix-sslmode-option branch 3 times, most recently fromcea413e tofa8672bCompareJuly 24, 2020 10:36
}

// check for extra keys in options
$optionsExtraKeys =array_diff(array_keys($options),array_keys(self::DEFAULT_OPTIONS));
Copy link
MemberAuthor

@jderussejderusseJul 24, 2020
edited
Loading

Choose a reason for hiding this comment

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

moved the checks before the merge of$options = $query + $options to distinguish errors inoption anddsn.
maybe it doesn't worth it, and we should just keep the first check onoptions

@xabbuhxabbuh added this to the5.1 milestoneJul 27, 2020
@nicolas-grekasnicolas-grekas changed the titleFix invalid option sslmode[Messenger] Fix invalid option sslmode in AmazonSqs bridgeJul 29, 2020
@migo315
Copy link

Tested your changes locally (have same problem) and worked for me 👍

migo315 added a commit to bestit/amazon-sqs-messenger that referenced this pull requestJul 30, 2020
@fabpot
Copy link
Member

Thank you@jderusse.

@fabpotfabpot merged commitbfc0351 intosymfony:5.1Jul 31, 2020
@fabpotfabpot mentioned this pull requestAug 31, 2020
@jderussejderusse deleted the fix-sslmode-option branchOctober 15, 2020 10:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@stofstofstof left review comments

@fabpotfabpotfabpot approved these changes

@srozesrozeAwaiting requested review from sroze

Assignees

No one assigned

Projects

None yet

Milestone

5.1

Development

Successfully merging this pull request may close these issues.

6 participants

@jderusse@migo315@fabpot@stof@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp