Actions
Bug #4535
closed[API] Configuration option to set advertised hostname
Start date:
11/17/2014
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Description
In development mode, the default root_url of rails is 'localhost'. This gets advertised in the discovery document. Unfortunately, this is a problem when running jobs in Docker, because 'localhost' means the docker container's namespace and not that of the host. This is a problem any time that Rail's default logic for generating the hostname in root_url does not match up with the hostname that actually should be advertised.
API server needs a configuration option to explicitly set the hostname that is advertised by rails.
Updated by Tom Clegg about 10 years ago
- Target version changed from 2014-11-19 sprint to Arvados Future Sprints
Updated by Tom Clegg about 10 years ago
- Target version changed from Arvados Future Sprints to 2014-11-19 sprint
Updated by Anonymous about 10 years ago
- Status changed from New to Resolved
Applied in changeset arvados|commit:9a46fb0033514db6dd5e8ab4ccf793f78458a734.
Actions