From fabc6e2b3c624b121dd1086a7feaf8e2e09d7ae5 Mon Sep 17 00:00:00 2001 From: Sivaanand Murugesan Date: Fri, 23 Aug 2024 12:07:14 +0530 Subject: [PATCH] PLT-1353: Fixed overlorduid constent typo Signed-off-by: Sivaanand Murugesan --- client/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/constants.go b/client/constants.go index ca13a185..ca3c6f33 100644 --- a/client/constants.go +++ b/client/constants.go @@ -6,7 +6,7 @@ const ( authJwt = "Authorization" // OverlordUID is an annotation key used to link a cloud accounts with a private cloud gateway. - OverlordUID = "overlordUID" + OverlordUID = "overlordUid" // Scope is the key for the scope in the Palette authorization context // One of: "project", "system", "tenant"