Show in the UI who created and last edited the secret
#503 aberto em 19 de ago. de 2025
Métricas do repositório
- Stars
- (1.519 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d 15h) (40 fundiu PRs em 30d)
Description
Is your improvement proposal related to a problem? Please describe.
This is a feature request to improve the secret management interface by providing more detailed information about who created and last edited a secret.
Currently, organizing and managing secrets can be challenging due to a lack of visibility into their history and usage. This makes it difficult to clean up or safely modify secrets without the risk of breaking a critical workflow.
Describe the solution you'd like
The UI element that shows details for a specific secret should be updated to include information about who created and who last updated the secret. Here is an example:
All needed information is available in the backend service and can be obtained from the front UI service via gRPC. If the secret was never updated, the update line should not be shown.
Describe alternatives you've considered
N/A
Additional context
N/A