Provisioing: Update provisioned folder with a manager identity (#110988)

This commit is contained in:
Ryan McKinley
2025-09-12 10:50:10 +03:00
committed by GitHub
parent 0b9e0ef4dc
commit 1944d2dd0e
12 changed files with 123 additions and 67 deletions
+7
View File
@@ -158,6 +158,13 @@ type UpdateFolderCommand struct {
Overwrite bool `json:"overwrite"`
SignedInUser identity.Requester `json:"-"`
// When running classic file provisioning with folders saved in kubernetes,
// folders will be marked with a manager of kind ManagerKindClassicFP
// NOTE: this is ignored when running legacy SQL storage
//
// Deprecated: this should only be used by the legacy file provisioning system
ManagerKindClassicFP string `json:"-"`
}
// MoveFolderCommand captures the information required by the folder service