Roundup Tracker - Issues

Message6666

Author rouilj
Recipients ezio.melotti, rouilj, schlatterbeck
Date 2019-09-28.03:38:25
Message-id <1569641905.4.0.790990407512.issue2551058@roundup.psfhosted.org>
In-reply-to
I added new permissions in rev5879:94a7669677ae they are:

  Rest Access
  Xmlrpc Access

to cgi/client.py.

Adding entries to schema.py like:

  db.security.addPermissionToRole('User', 'Rest Access')
  db.security.addPermissionToRole('User', 'Xmlrpc Access')

will permit the User role to use the xmlrpc and rest APIs.

Looking at handle_xmlrpc, it looks like error conditions
were not properly reported. I made some changes that seem to work,
but it could use another set of eyes.
History
Date User Action Args
2019-09-28 03:38:25rouiljsetmessageid: <1569641905.4.0.790990407512.issue2551058@roundup.psfhosted.org>
2019-09-28 03:38:25rouiljsetrecipients: + rouilj, schlatterbeck, ezio.melotti
2019-09-28 03:38:25rouiljlinkissue2551058 messages
2019-09-28 03:38:25rouiljcreate