Details
-
Improvement
-
Resolution: Fixed
-
Major
-
3.0
-
Security Level: Public
-
CBG Sprint 105, CBG Sprint 106
-
2
Description
We log on startup when we're running in legacy config mode - but don't actually expose any info on the REST API to determine if this is the case, which can make it difficult - becuase the in-memory representation is "upgraded" to look like a bootstrapped/persistent config!
2022-08-31T04:11:17.846-07:00 [WRN] Running in legacy config mode -- rest.legacyServerMain() at main_legacy.go:17
|
Suggest just returning the value of the field ServerContext.persistentConfig in the root API response (handleRoot()) - to avoid overloading or introducing any new StartupConfig fields required to populate the /_config endpoint.