-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ResponseOps][Alerting] action validators should be passed allow-list config utils #139438
[ResponseOps][Alerting] action validators should be passed allow-list config utils #139438
Conversation
Pinging @elastic/response-ops (Team:ResponseOps) |
…akalexi/kibana into alerting/pass-allow-list-config-utils
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.
LGTM! Left a comment about another test and would like @cnasikas to review if he gets a chance to
*/ | ||
subActionParams: schema.object({}, { unknowns: 'allow' }), | ||
}), | ||
config: { |
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.
@cnasikas Wanted to flag these changes for your review since you are most familiar with the subaction framework. Would you mind giving it a review?
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.
Thank you @ymao1! I will take a look tomorrow.
…akalexi/kibana into alerting/pass-allow-list-config-utils
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
… config utils (elastic#139438) * Updating email first * Updating the other connector types * Fixing types * Fixing functional tests * Updating validators * Updating to throw errors * Adding new tests
Resolves #64659
Summary
configurationUtilities
from the action type registryChecklist
To verify