summaryrefslogtreecommitdiffstats
path: root/docs/notification_system.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_url_base_defaults_to_request to reference local host instead… ↵Lila Yasin2024-07-181-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 Özkan2024-06-021-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 changesBill Nottingham2021-04-301-8/+8
|
* Update changelog and README textbeeankha2020-05-201-2/+0
|
* Remove HipChat notification typebeeankha2020-05-191-1/+2
|
* More AWX docs editsbeeankha2019-09-201-7/+10
|
* Docs update for notification templatesJim Ladd2019-08-241-22/+47
|
* cleanup toolingJake McDermott2019-07-231-1/+1
|
* rename docker-notifications to docker-httpbinJake McDermott2019-07-231-1/+1
|
* Update logic in send method to recognize password field in upgraded webhook ↵beeankha2019-07-231-2/+2
| | | | notifications
* add tooling for basic testing of notification webhooksJake McDermott2019-07-231-0/+8
|
* Removing references to 'any' state notificationsbeeankha2019-06-171-3/+1
|
* Add api test, edit AWX docsbeeankha2019-06-171-2/+4
|
* remove /api/v1 and deprecated credential fieldsRyan Petrello2019-06-061-1/+0
|
* Address comments/suggested changesbeeankha2019-05-131-1/+1
|
* Make more edits/grammatical changesbeeankha2019-05-131-4/+0
|
* Make edits to Notification docbeeankha2019-05-131-38/+13
|
* Update AWX docsbeeankha2019-05-091-98/+114
|
* Update email section of Notification docbeeankha2019-03-181-1/+1
|
* Add grafana notification typeSebastian2019-01-201-1/+31
|
* Add Rocket.Chat notification typeJeandre Le Roux2018-03-211-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 examplesNicholas O. Wilburn2017-09-151-1/+7
|
* Add mattermost to notification_system docsNicholas O. Wilburn2017-09-151-0/+21
|
* Fixing up unit tests from HA/Clustering workMatthew Jones2016-10-031-2/+0
| | | | | * Also purge old fact migration tests * Upgrade some services on various container images
* Add notification system documentationMatthew Jones2016-02-241-0/+187