fix: add tags in response when creating an auth key

This commit is contained in:
Johan Siebens
2022-05-20 17:45:31 +02:00
parent 9a5be02dbb
commit 482194a506
+1
View File
@@ -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{