Actions
Bug #13426
closedPOST/PUT/DELETE API requests gives 403
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Since we updated spring security in 5.0.0~beta1 we can not use POST/PUT/DELETE api (GET are ok) because spring security thinks those methods are not allowed.
We need to update its configuration to allow access to those methods
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/2026
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6e1afff32a398f62c95d5bdb3a7d7953315b31a1.
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.0~rc1 which was released today.
Changelog
Actions