From cad6983163ad55350ea4f889949b903d9d5c523a Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Wed, 13 Mar 2024 12:11:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20regenerate=20upstream=20proto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers-sdk/v1/upstream/upstream.pb.go | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/providers-sdk/v1/upstream/upstream.pb.go b/providers-sdk/v1/upstream/upstream.pb.go index 566eef8377..f533424173 100644 --- a/providers-sdk/v1/upstream/upstream.pb.go +++ b/providers-sdk/v1/upstream/upstream.pb.go @@ -116,13 +116,17 @@ type ServiceAccountCredentials struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields + // MRN of the service account Mrn string `protobuf:"bytes,1,opt,name=mrn,proto3" json:"mrn,omitempty"` // Deprecated: use scope_mrn instead - ParentMrn string `protobuf:"bytes,2,opt,name=parent_mrn,json=parentMrn,proto3" json:"parent_mrn,omitempty"` - PrivateKey string `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` + ParentMrn string `protobuf:"bytes,2,opt,name=parent_mrn,json=parentMrn,proto3" json:"parent_mrn,omitempty"` + // PEM-encoded private key + PrivateKey string `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` + // PEM-encoded certificate Certificate string `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"` + // API Endpoint for the service account ApiEndpoint string `protobuf:"bytes,5,opt,name=api_endpoint,json=apiEndpoint,proto3" json:"api_endpoint,omitempty"` - // Scope MRN for the service account, can be either and organization or a space + // Scope MRN for the service account, either organization or a space ScopeMrn string `protobuf:"bytes,6,opt,name=scope_mrn,json=scopeMrn,proto3" json:"scope_mrn,omitempty"` }