edge-sync-service
edge-sync-service copied to clipboard
Cloud - Edge synchronization service (MMS)
Signed-off-by: zhangl
``` Scenario: 1. Made an MMS object for service xyz:1.0.4 so put that in the json file for the model (using a policy and not a pattern) 2. Had to...
Static scan results of ESS on 7/22 reveal the following errors, and per @dabooz each of these should be evaluated. ``` /tmp/edge/repos/codescans/edge-sync-service/core/communications/httpCommunication.go (line 805) Errors unhandled. writer.WriteHeader(http.StatusForbidden) writer.Write(unauthorizedBytes) return /tmp/edge/repos/codescans/edge-sync-service/core/communications/httpCommunication.go...
Signed-off-by: Marhababanu Chariwala
Add `/docs` directory where source files for the github pages site will be stored.
When object is deleted from CSS, the object status is "objectdeleted" until all related ESS mark delete for this object. If the object is not mark deleted by all the...
In my scale environment running MMS update tests, I see a flood of these CSS log messages. ``` Sep 17 16:09:25 ibm-edge-css-559c44dcc7-tndbz ibm-edge-css 2021/09/17 20:09:25 http: superfluous response.WriteHeader call from...
I am try to commit a fix to this repo: ``` % git fetch upstream; git rebase upstream/master fatal: It seems that there is already a rebase-apply directory, and I...