mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
fix: add tags in response when creating an auth key
This commit is contained in:
@@ -93,6 +93,7 @@ func (s *Service) CreateAuthKey(ctx context.Context, req *api.CreateAuthKeyReque
|
||||
Id: authKey.ID,
|
||||
Key: authKey.Key,
|
||||
Ephemeral: authKey.Ephemeral,
|
||||
Tags: authKey.Tags,
|
||||
CreatedAt: timestamppb.New(authKey.CreatedAt),
|
||||
ExpiresAt: expiresAtPb,
|
||||
Tailnet: &api.Ref{
|
||||
|
||||
Reference in New Issue
Block a user