Skip to content

[SecurityBundle] Remove auto picking the first provider #24380

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

Merged
merged 1 commit into from
Sep 30, 2017
Merged

[SecurityBundle] Remove auto picking the first provider #24380

merged 1 commit into from
Sep 30, 2017

Conversation

ogizanagi
Copy link
Contributor

when no provider is explicitly configured on a firewall

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets #24378
License MIT
Doc PR N/A

After #24378

@ogizanagi ogizanagi added this to the 4.0 milestone Sep 29, 2017
fabpot added a commit that referenced this pull request Sep 30, 2017
…ider (ogizanagi)

This PR was merged into the 3.4 branch.

Discussion
----------

[SecurityBundle] Deprecate auto picking the first provider

when no provider is explicitly configured on a firewall

| Q             | A
| ------------- | ---
| Branch?       | 3.4 <!-- see comment below -->
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | yes <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | https://symfony-devs.slack.com/archives/C3A2XAQ20/p1506626210000345 <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

From @Pierstoval on Slack:

> Hey, guys, I learnt a few days ago that if you don't specify a user provider in a firewall configuration, the security will use the first one in the list. Don't anyone think specifying the user provider should be mandatory ? Or at least mandatory if we have more than one provider registered?

- [x] UPGRADE files
- [x] CHANGELOG
- [x] Fix other tests
- [x] Removal PR #24380

Commits
-------

2d1e334 [SecurityBundle] Deprecate auto picking the first provider
@fabpot fabpot closed this Sep 30, 2017
@ogizanagi ogizanagi deleted the rm/security/autoselect_first_provider branch September 30, 2017 13:53
@ogizanagi ogizanagi restored the rm/security/autoselect_first_provider branch September 30, 2017 14:20
@ogizanagi
Copy link
Contributor Author

Oh, it seems it has not been merged actually. Re-opening this one.

@ogizanagi ogizanagi reopened this Sep 30, 2017
when no provider is explicitly configured on a firewall
@ogizanagi
Copy link
Contributor Author

And rebased.

@fabpot
Copy link
Member

fabpot commented Sep 30, 2017

oops, merging it now

@fabpot
Copy link
Member

fabpot commented Sep 30, 2017

Thank you @ogizanagi.

@fabpot fabpot merged commit aeb57ab into symfony:master Sep 30, 2017
fabpot added a commit that referenced this pull request Sep 30, 2017
…r (ogizanagi)

This PR was merged into the 4.0-dev branch.

Discussion
----------

[SecurityBundle] Remove auto picking the first provider

when no provider is explicitly configured on a firewall

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see comment below -->
| Bug fix?      | no
| New feature?  | yes <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | yes
| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | #24378 <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

After #24378

Commits
-------

aeb57ab [SecurityBundle] Remove auto picking the first provider
@ogizanagi ogizanagi deleted the rm/security/autoselect_first_provider branch September 30, 2017 14:26
@fabpot fabpot mentioned this pull request Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants