mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🚀 Feature: Modification audit, commented #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jtagcat on GitHub.
Feature description
Audit log for user modifications (or considering PII laws, accessing/viewing).
I heavily recommend a text box (with a placeholder) for an optional 'commit message' next to the Save button. For design inspiration, see editing files in web for GitHub, GitLab, Gitea, etc.
Pitch
We store our users in Git, which is synced by ArgoCD to passmower. The advantages:
This is our niche use-case with technocrats running the show.
@jtagcat commented on GitHub:
What about uncommented audit logs? Honestly, I expected modifications (/ admin actions, including viewing) under the current audit logs, but don't be bothered by my opinion.
@stonith404 commented on GitHub:
Thank you for your suggestion. While I think the idea is not bad, I believe this feature is too complex for a simple OIDC provider like Pocket ID. Commented audit logs seem more suited for an enterprise-level IDP, which Pocket ID is not.
@kmendell commented on GitHub:
I think this may be overkill and would add bloat to the UI when its a niche feature, that a small subset of users would use, but ill leave it up to @stonith404