Roundup Tracker - Issues

Issue 2551059

classification
Extend values for tx_Source to include rest, xmlrpc
Type: rfe Severity: normal
Components: Database, Web interface, API Versions: devel
process
Status: fixed fixed
:
: rouilj : ezio.melotti, rouilj, schlatterbeck
Priority: normal :

Created on 2019-09-13 22:04 by rouilj, last changed 2019-09-28 22:33 by rouilj.

Messages
msg6633 Author: [hidden] (rouilj) Date: 2019-09-13 22:04
There is no way for a detector to tell the source of a change among: 
xmlrpc, rest and web interfaces. Currently they all end up setting 
tx_Source on the database object to "web".

We distinguish between email submission methods.
We differentiate pgp signed vs unsigned email mechanisms.
These corresponds to different security/authentication levels.

All the web endpoints have the same authentication level (password).

Ralf believes this may be useful. I am not quite so sure.

Quips, comments, evasions, questions or answers?
msg6667 Author: [hidden] (rouilj) Date: 2019-09-28 22:33
Still a little dubious that this is worth it. People want to be
able to restrict who can do what via the rest interface.
This is a valid addition to those use cases.

Done on rev5881:9938c40e03bc
History
Date User Action Args
2019-09-28 22:33:07rouiljsetstatus: new -> fixed
versions: + devel
messages: + msg6667
assignee: rouilj
components: + Web interface
resolution: fixed
2019-09-13 22:04:51rouiljcreate