semaphoreio/semaphore

Show in the UI who created and last edited the secret

Open

#503 opened on Aug 19, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Elixir (77 forks)batch import
enhancementgood first issueqol

Repository metrics

Stars
 (1,519 stars)
PR merge metrics
 (Avg merge 4d 11h) (23 merged PRs in 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

Contributor guide