You've already forked ionscale
mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-04-05 12:32:58 +01:00
display tags of auth keys
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
This commit is contained in:
@@ -37,6 +37,7 @@ func (s *Service) ListAuthKeys(ctx context.Context, req *api.ListAuthKeysRequest
|
||||
Id: key.ID,
|
||||
Key: key.Key,
|
||||
Ephemeral: key.Ephemeral,
|
||||
Tags: key.Tags,
|
||||
CreatedAt: timestamppb.New(key.CreatedAt),
|
||||
ExpiresAt: expiresAt,
|
||||
Tailnet: &api.Ref{
|
||||
|
||||
Reference in New Issue
Block a user