From 2759f5eddf8a30714dc6a5b93b5600b55ab70b4a Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Fri, 6 Dec 2024 13:09:04 -0300 Subject: [PATCH] Update generated protos --- .../proto/go/teleport/decision/v1alpha1/tls_identity.pb.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/gen/proto/go/teleport/decision/v1alpha1/tls_identity.pb.go b/api/gen/proto/go/teleport/decision/v1alpha1/tls_identity.pb.go index 4cdc57d505e71..d5b8151bddc1d 100644 --- a/api/gen/proto/go/teleport/decision/v1alpha1/tls_identity.pb.go +++ b/api/gen/proto/go/teleport/decision/v1alpha1/tls_identity.pb.go @@ -37,12 +37,14 @@ const ( ) // TLSIdentity is the identity used for TLS connections. +// Must be kept in sync with tlsca.Identity. type TLSIdentity struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Username is a username or name of the node connection. + // Username is the name of the user (for end-users/bots) or the Host ID (for + // Teleport processes). Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // Impersonator is a username of a user impersonating this user. Impersonator string `protobuf:"bytes,2,opt,name=impersonator,proto3" json:"impersonator,omitempty"`