Skip to content

[SecurityBundle] configuration for the storage service for the login throttling rate limiter #61046

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
Jul 7, 2025

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jul 6, 2025

Q A
Branch? 7.4
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #60744
License MIT

Comment on lines +58 to +59
->scalarNode('cache_pool')->info('The cache pool to use for storing the limiter state')->defaultValue('cache.rate_limiter')->end()
->scalarNode('storage_service')->info('The service ID of a custom storage implementation, this precedes any configured "cache_pool"')->defaultNull()->end()
Copy link
Member

Choose a reason for hiding this comment

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

Should we use the recently added stringNode() instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

added in #61502

@nicolas-grekas
Copy link
Member

Thank you @xabbuh.

@nicolas-grekas nicolas-grekas merged commit d320603 into symfony:7.4 Jul 7, 2025
11 checks passed
@xabbuh xabbuh deleted the issue-60744 branch July 7, 2025 06:19
fabpot added a commit that referenced this pull request Aug 22, 2025
This PR was merged into the 7.4 branch.

Discussion
----------

[SecurityBundle] add missing changelog entry

| Q             | A
| ------------- | ---
| Branch?       | 7.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

following #61046

Commits
-------

4986042 add missing changelog entry
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.

[Security] Impossible to configure the storage service for login_throttling
4 participants