fix: management proto delete machine key (#6179)

This commit is contained in:
mffap 2023-07-10 14:50:17 +02:00 committed by GitHub
parent 112f672266
commit be1fe36776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1629,7 +1629,7 @@ service ManagementService {
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
summary: "Create Key for machine user";
summary: "Delete Key for machine user";
description: "Delete a specific key from a user. The user will not be able to authenticate with that key afterward."
tags: "Users";
tags: "User Machine";