Commit be7efd6
committed
minor #6253 [Security] Include guard firewall configuration sample. (calinpristavu)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #6253).
Discussion
----------
[Security] Include guard firewall configuration sample.
As per "`config:dump-reference symfony`" output, add the guard firewall configuration to the sample security configuration file.
`guard:
# A key from the "providers" section of your security config, in case your user provider is different than the firewall
provider: ~
# A service id (of one of your authenticators) whose start() method should be called when an anonymous user hits a page that requires authentication
entry_point: null
# An array of service ids for all of your "authenticators"
authenticators: []
`
Commits
-------
63c57dd [Security] Include guard firewall configuration sample.1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
136 | 145 | | |
137 | 146 | | |
138 | 147 | | |
| |||
0 commit comments