featurehub
featurehub copied to clipboard
Auditing support
Is your feature request related to a problem? Please describe. At the moment it is only possible to see who updated and when the last feature value status, however it would be useful to have historical feature auditing support
Hey @IrinaSouth, I'm looking at using FeatureHub and I'm curious about this issue. Is this issue specifically to display audit information in the admin-ui? I'm running a party server locally and when I run docker logs
on the container I'm able to see messages when a flag is updated along with a DbLogin
tag that appears to be tied to the logged in user who made the change.
It's possible that I'm misinterpreting the output of docker logs
, so if you have more context on how auditing currently works with FeatureHub I'd love to learn more!
heya @cspalding - ebean supports a changelog output, so you can configure something like this if you want to get full db auditing:
We are putting feature value auditing into the next release, we will keep track of all changes to feature values in each environment, and we will have an API to extract that data along with a summary API for the UI. Do you have any other requirements?
Any update on this?
We don't have a UI, but the APis are all there for this. Is that useful?