Hello everyone,
Can someone help us identify what we missed out in our configuration for Data Residency in Connect-on-Forge app. We are trying to convert our atlassian-connect.json to manifest.yml, but when we try to test our application for Data Residency, a warning appears stating “the application can’t be pinned or migrated to a new location” when we pin it to SG.
Our configuration in the manifest is as follows:
- Lifecycle
connectModules:
jira:lifecycle:
- key: lifecycle-events
installed: /installed
uninstalled: /uninstalled
- Endpoints
remotes:
- key: connect
baseUrl:
default: <Default_BaseURL>
SG: <SG_BaseURL>
EU: <EU_BaseURL>
operations:
- storage
- compute
- fetch
- other
storage:
inScopeEUD: true
- Configuration
migration:dataResidency:
- key: dare
remote: connect
path: /rest/internal/1/migration/realm
Our configuration in the atlassian-connect is as follows:
- Lifecycle
"lifecycle": {
"installed": "/installed",
"uninstalled": "/uninstalled",
"dare-migration": "/rest/internal/1/migration/realm"
},
- Endpoints
"regionBaseUrls": {
"Global": <Default_BaseURL>,
"US": <SG_BaseURL>,
"EU": <EU_BaseURL>
},
Thank you in advance!
