Add an api view for obtaining and rotating the webhook key

This commit is contained in:
Jeff Bradberry
2019-08-12 15:49:15 -04:00
parent b0c530402f
commit 9d269d59d6
4 changed files with 49 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ from awx.api.views.root import ( # noqa
ApiV2SubscriptionView,
)
from awx.api.views.webhooks import ( # noqa
WebhookKeyView,
GithubWebhookReceiver,
GitlabWebhookReceiver,
BitbucketWebhookReceiver,