Loading go-apps/meep-app-enablement/server/app-support/app-support.go +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob // Set base path & base storage key if mepName == globalMepName { basePath = "/" + sandboxName + "/" + appSupportBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":global:" baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep-global:" } else { basePath = "/" + sandboxName + "/" + mepName + "/" + appSupportBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep:" + mepName + ":" Loading go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +2 −2 Original line number Diff line number Diff line Loading @@ -101,8 +101,8 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob // Set base path & storage key if mepName == globalMepName { basePath = "/" + sandboxName + "/" + svcMgmtBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":global:" baseKeyAnyMep = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":global:" baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep-global:" baseKeyAnyMep = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep-global:" } else { basePath = "/" + sandboxName + "/" + mepName + "/" + svcMgmtBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep:" + mepName + ":" Loading Loading
go-apps/meep-app-enablement/server/app-support/app-support.go +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob // Set base path & base storage key if mepName == globalMepName { basePath = "/" + sandboxName + "/" + appSupportBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":global:" baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep-global:" } else { basePath = "/" + sandboxName + "/" + mepName + "/" + appSupportBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep:" + mepName + ":" Loading
go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +2 −2 Original line number Diff line number Diff line Loading @@ -101,8 +101,8 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob // Set base path & storage key if mepName == globalMepName { basePath = "/" + sandboxName + "/" + svcMgmtBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":global:" baseKeyAnyMep = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":global:" baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep-global:" baseKeyAnyMep = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep-global:" } else { basePath = "/" + sandboxName + "/" + mepName + "/" + svcMgmtBasePath baseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":mep:" + mepName + ":" Loading