Vote #68178
完了Issues API doesn't allow full key auth for all actions
100%
説明
Needs an @accept_key_auth@ so full key actions can work (i.e. not HTTP basic based keys).
Simple fix but I want to have a solid test suite for this so we can reuse it as new APIs are added.
journals
Please fix this problem before cording test suite? minimum fix about issues_controller.rb and project_controller.rb.
--------------------------------------------------------------------------------
I'm working on this now by cleaning up the existing tests to see which actions are missing the auth key option.
--------------------------------------------------------------------------------
Fixed in various commits over this week. Now the basic issues API should allow authentication with any of the methods Redmine supports.
I also rewrote the test suite for the Issues API so it's much more through now. (391 tests, 403 assertions)
--------------------------------------------------------------------------------
I am stepping down from working on Redmine. If someone else is interesting in working on this issue, feel free to reassign it to them.
Eric Davis
--------------------------------------------------------------------------------
All the required changes are merged in 1.0-stable (r4439).
--------------------------------------------------------------------------------
related_issues
relates,Closed,6841,Projects API doesn't allow full key auth for all actions