semaphoreio/semaphore

Show in the UI who created and last edited the secret

オープン

#503 opened on 2025/08/19

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (77 件のフォーク)batch import
enhancementgood first issueqol

Repository metrics

Stars
 (1,519 個のスター)
PR merge metrics
 (平均マージ 6d 15h) (30d で 40 merged PRs)

説明

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

コントリビューターガイド