Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test_url_base_defaults_to_request to reference local host instead… ↵ | Lila Yasin | 2024-07-18 | 1 | -1/+1 |
| | | | | | | | (#15367) * Update all references to towerhost to platformhost * Run prettier on failing ui files | ||||
* | Add AWS SNS notification support for webhook (#15184) | Ethem Cem Özkan | 2024-06-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Support for AWS SNS notifications. SNS is a widespread service that is used to integrate with other AWS services(EG lambdas). This support would unlock use cases like triggering lambda functions, especially when AWX is deployed on EKS. Decisions: Data Structure - I preferred using the same structure as Webhook for message body data because it contains all job details. For now, I directly linked to Webhook to avoid duplication, but I am open to suggestions. AWS authentication - To support non-AWS native environments, I added configuration options for AWS secret key, ID, and session tokens. When entered, these values are supplied to the underlining boto3 SNS client. If not entered, it falls back to the default authentication chain to support the native AWS environment. Properly configured EKS pods are created with temporary credentials that the default authentication chain can pick automatically. --------- Signed-off-by: Ethem Cem Ozkan <ethemcem.ozkan@gmail.com> | ||||
* | Assorted renaming and string changes | Bill Nottingham | 2021-04-30 | 1 | -8/+8 |
| | |||||
* | Update changelog and README text | beeankha | 2020-05-20 | 1 | -2/+0 |
| | |||||
* | Remove HipChat notification type | beeankha | 2020-05-19 | 1 | -1/+2 |
| | |||||
* | More AWX docs edits | beeankha | 2019-09-20 | 1 | -7/+10 |
| | |||||
* | Docs update for notification templates | Jim Ladd | 2019-08-24 | 1 | -22/+47 |
| | |||||
* | cleanup tooling | Jake McDermott | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | rename docker-notifications to docker-httpbin | Jake McDermott | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Update logic in send method to recognize password field in upgraded webhook ↵ | beeankha | 2019-07-23 | 1 | -2/+2 |
| | | | | notifications | ||||
* | add tooling for basic testing of notification webhooks | Jake McDermott | 2019-07-23 | 1 | -0/+8 |
| | |||||
* | Removing references to 'any' state notifications | beeankha | 2019-06-17 | 1 | -3/+1 |
| | |||||
* | Add api test, edit AWX docs | beeankha | 2019-06-17 | 1 | -2/+4 |
| | |||||
* | remove /api/v1 and deprecated credential fields | Ryan Petrello | 2019-06-06 | 1 | -1/+0 |
| | |||||
* | Address comments/suggested changes | beeankha | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Make more edits/grammatical changes | beeankha | 2019-05-13 | 1 | -4/+0 |
| | |||||
* | Make edits to Notification doc | beeankha | 2019-05-13 | 1 | -38/+13 |
| | |||||
* | Update AWX docs | beeankha | 2019-05-09 | 1 | -98/+114 |
| | |||||
* | Update email section of Notification doc | beeankha | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Add grafana notification type | Sebastian | 2019-01-20 | 1 | -1/+31 |
| | |||||
* | Add Rocket.Chat notification type | Jeandre Le Roux | 2018-03-21 | 1 | -0/+21 |
| | | | | | | | | Summary: Add Rocket.Chat notification type Issue type: Feature Pull Request Component: Notifications Signed-off-by: Jeandre Le Roux <theblazehen@theblazehen.com> | ||||
* | Update mattermost notification docs with examples | Nicholas O. Wilburn | 2017-09-15 | 1 | -1/+7 |
| | |||||
* | Add mattermost to notification_system docs | Nicholas O. Wilburn | 2017-09-15 | 1 | -0/+21 |
| | |||||
* | Fixing up unit tests from HA/Clustering work | Matthew Jones | 2016-10-03 | 1 | -2/+0 |
| | | | | | * Also purge old fact migration tests * Upgrade some services on various container images | ||||
* | Add notification system documentation | Matthew Jones | 2016-02-24 | 1 | -0/+187 |