Skip to content

Commit

Permalink
PLT-1353: Fixed overlorduid constent typo (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Sivaanand Murugesan <[email protected]>
  • Loading branch information
SivaanandM committed Aug 23, 2024
1 parent 0ed2f9f commit 68556f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 68556f4

Please sign in to comment.