-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Elasticsearch Feed] Authentication Error Bug FIx #27614
[Elasticsearch Feed] Authentication Error Bug FIx #27614
Conversation
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.
Very Nice!
Did we test it with both auth methods?
Do we have a valid instance for both methods? if yes - it is worth adding them both to the GSM so the TPB will run on both of them.
@ShacharKidor, regarding your question - we currently do not have an instance of API key authentication method available for this integration. We only have basic authentication available. The bug fix testing happend through debugging and has also been verified by both the CS and the customer within the ticket. |
@samuelFain - Sounds good. |
* Add debug logs * Add differentiation between authentication methods * Remove extra debug logs * Update docker image * Update release notes * Add known_words section to .pack-ignore fille * Update Release Notes * Update authentication related UTs
* Add debug logs * Add differentiation between authentication methods * Remove extra debug logs * Update docker image * Update release notes * Add known_words section to .pack-ignore fille * Update Release Notes * Update authentication related UTs
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: XSUP-25267
Description
This PR will fix an an issue in
Elasticsearch Feed
integration where API key based authentication failed due to lack differentiation between authentication methods.Minimum version of Cortex XSOAR
Does it break backward compatibility?