[
https://issues.apache.org/jira/browse/USERGRID-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Dunker updated USERGRID-1200:
----------------------------------
Description:
1. Add usergrid.api.url.base property (defaults to http://localhost:8080/ROOT)
that can be overridden for an org.
2. The confirmation and activation properties are hardcoded paths and don't
need org overrides. Example:
usergrid.admin.activation.url is built by concatenating usergrid.api.url.base
and "/management/users/%s/activate"
3. swagger.basepath removed and replaced by usergrid.api.url.base.
4. Refactor orgconfig to return system defaults if not configurable by org.
usergrid.redirect_root changes will happen later -- org not known when setting
is being used, so no need to add an org config item.
was:
1. Add usergrid.api.url.base property (defaults to http://localhost:8080/ROOT)
that can be overridden for an org.
2. The confirmation and activation properties should be the concatenated paths
and don't need org overrides. Example:
usergrid.admin.activation.url.path=/management/users/%s/activate
3. swagger.basepath replaced by usergrid.api.url.base.
4. Refactor orgconfig to return system defaults if not configurable by org.
usergrid.redirect_root changes will happen later -- org not known when setting
is being used, so no need to add an org config item.
> Org config override for portal and API URLs
> -------------------------------------------
>
> Key: USERGRID-1200
> URL: https://issues.apache.org/jira/browse/USERGRID-1200
> Project: Usergrid
> Issue Type: Story
> Reporter: Mike Dunker
> Assignee: Mike Dunker
> Fix For: 2.1.2
>
>
> 1. Add usergrid.api.url.base property (defaults to
> http://localhost:8080/ROOT) that can be overridden for an org.
> 2. The confirmation and activation properties are hardcoded paths and don't
> need org overrides. Example:
> usergrid.admin.activation.url is built by concatenating usergrid.api.url.base
> and "/management/users/%s/activate"
> 3. swagger.basepath removed and replaced by usergrid.api.url.base.
> 4. Refactor orgconfig to return system defaults if not configurable by org.
> usergrid.redirect_root changes will happen later -- org not known when
> setting is being used, so no need to add an org config item.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)