Disallow HTTP update methods in job_detail API endpoint.

This commit is contained in:
Yunfan Zhang
2018-06-08 17:29:20 -04:00
parent 18384bc509
commit 1bc1a6f63f
3 changed files with 64 additions and 12 deletions

View File

@@ -67,6 +67,8 @@
[[#1873](https://github.com/ansible/awx/issues/1873)].
* Switched authentication to Django sessions.
* Implemented OAuth2 support for token based authentication [[#21](https://github.com/ansible/awx/issues/21)].
* Added the ability to forcibly expire sessions through `awx-manage expire_sessions`.
* Disallowed using HTTP PUT/PATCH methods to modify existing jobs in Job Details API endpoint.
3.2.0
=====