-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Removed option firewall_names #1864
Conversation
c31a97c
to
09a41fb
Compare
@@ -156,8 +156,8 @@ public function getConfigTreeBuilder() | |||
->fixXmlConfig('firewall_name') | |||
->children() | |||
->arrayNode('firewall_names') | |||
->isRequired() | |||
->requiresAtLeastOneElement() | |||
->setDeprecated('hwi/oauth-bundle', '2.0', '"%path%.%node%" is deprecated. Firewall names are collected automatically.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, as 2.0 is not yet final we could deprecate this in 1.x (1.5?) and remove it in 2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this commits are for 2.0 only. Is version 1.5 also planned?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if required I can prepare commits for 1.x-dev too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to have any 1.5, I can leave with this deprecation in 2.0 :)
09a41fb
to
1d647a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, but IMHO a bit "broken"
|
0e69571
to
7809b43
Compare
7809b43
to
481517e
Compare
Nice job @gassan 🎉 |
…wner check path links. fixes hwi#1864
…wner check path links. fixes hwi#1864
Firewall names are collected automatically.
oauth
authenticator/provider, thenfirewallName
is stored in HWIOAuthExtension property.