Revert changes introduced for #28713 (#33320)

Revert changes introduced when trying to address 28713, since this won't fix the problem in question.
This commit is contained in:
Juan Fernandez
2025-09-23 06:32:02 -04:00
committed by GitHub
parent ee10e1711a
commit da07fff9da
2 changed files with 1 additions and 2 deletions
@@ -1 +0,0 @@
* Refactored PATH fleet/config end-point to use the primary DB node for both persisting changes and fetching modified App Config.
+1 -1
View File
@@ -751,7 +751,7 @@ func (svc *Service) ModifyAppConfig(ctx context.Context, p []byte, applyOpts fle
}
// retrieve new app config with obfuscated secrets
obfuscatedAppConfig, err := svc.ds.AppConfig(ctxdb.RequirePrimary(ctx, true))
obfuscatedAppConfig, err := svc.ds.AppConfig(ctx)
if err != nil {
return nil, err
}