Show in the UI who created and last edited the secret
#503 ouverte le 19 août 2025
Métriques du dépôt
- Stars
- (1 519 étoiles)
- Métriques de merge PR
- (Merge moyen 6j 15h) (40 PRs mergées en 30 j)
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