-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Allow ['*'] for actions whitelistedHosts #46384
Allow ['*'] for actions whitelistedHosts #46384
Conversation
Pinging @elastic/kibana-stack-services |
Tested this out on my machine and this works as advertised to where I can start up and run with this in my
👍 LGTM |
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 tested and this is LGTM to me.
💚 Build Succeeded |
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.
Code LGTM
In this PR, I'm changing the Joi validation for actions plugin config to allow
xpack.actions.whitelistedHosts: ['*']
. The underlying code & tests support it but the validation wasn't aligned.