Revert changes introduced when trying to address 28713, since this won't fix the problem in question.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
* Refactored PATH fleet/config end-point to use the primary DB node for both persisting changes and fetching modified App Config.
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user