StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
to:
cc: @airbnb/streamalert-maintainers
related to:
resolves:
Background
Jira with their SASS offering and later product versions have deprecated the use of basic username + password authentication and instead, they require an API key to be used.
The following takes the existing jira output and adds does the relevant b64 encoding + removes the cookie path.
Changes
Summary of changes
...
Testing
Steps for how this change was tested and verified.
Added Output to StreamAlert instance and carried out test_rules / live to see a jira issue + comment created.
to: cc: @airbnb/streamalert-maintainers related to: resolves:
Background
Jira with their SASS offering and later product versions have deprecated the use of basic username + password authentication and instead, they require an API key to be used.
The following takes the existing
jira
output and adds does the relevant b64 encoding + removes the cookie path.Changes
Testing
Steps for how this change was tested and verified.