elsloo commented on issue #2017: TP, TO API should allow for 'delete' of users
URL: 
https://github.com/apache/incubator-trafficcontrol/issues/2017#issuecomment-373752279
 
 
   @mitchell852 suggested adding a column, say, "active," on the user table to 
disable a user. We could then switch to a view for some APIs that return users 
to exclude any disabled users, while allowing us to retain changelog history 
associated with the inactive user. For example, the API that performs 
authentication needs to find a user; if that API uses the view, any inactive 
user that attempts to authenticate would be rejected due to not being found in 
the view.
   
   Just some ideas, but I do like the idea of retaining the changelog history 
and any other ancillary fingerprints that might exist elsewhere in the system.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to