keystone/releasenotes/notes/dont-enforce-get-s3tokens-ec2tokens-62b90b199e8075d8.yaml
Tobias Urdin 6096457d74 Dont enforce when HTTP GET on s3tokens and ec2tokens
When calling the s3tokens or ec2tokens API with a
HTTP GET we should get a 405 Method Not Allowed but
we get a 500 Internal Server Error because we enforce
that method.

Closes-Bug: #2052916
Change-Id: I5f60d10dc25551175cc73ca8f3f28b0b95ec9f99
Signed-off-by: Tobias Urdin <tobias.urdin@binero.se>
2024-02-12 08:41:39 +00:00

7 lines
223 B
YAML

---
fixes:
- |
[`bug 2052916 <https://bugs.launchpad.net/keystone/+bug/2052916>`_]
Fixed a bug where a HTTP GET request against ``/v3/s3tokens`` or
``/v3/ec2tokens`` would return HTTP 500 instead of HTTP 405.