[
https://issues.apache.org/jira/browse/AURORA-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701812#comment-14701812
]
Maxim Khutornenko commented on AURORA-1438:
-------------------------------------------
I am afraid none. The logic behind the observer filebrowser endpoint (1)
explicitly ensures the path is inside the sandbox (2). Even if it did work, it
would inevitably get broken with the upcoming file system isolation support in
Mesos: MESOS-1589.
(1) -
https://github.com/apache/aurora/blob/827b9abea48babe53ad5b2c521757c60f04c6dfc/src/main/python/apache/thermos/observer/http/file_browser.py#L126
(2) -
https://github.com/apache/aurora/blob/8def0a90d9f402eca0a25e51f1bc1022fbce7bfc/src/main/python/apache/thermos/observer/task_observer.py#L598-L600
> Aurora Web UI Task Browse fails to Follow Symbolic Links
> --------------------------------------------------------
>
> Key: AURORA-1438
> URL: https://issues.apache.org/jira/browse/AURORA-1438
> Project: Aurora
> Issue Type: Bug
> Reporter: zane silver
> Priority: Minor
>
> Receive a web 404 error in the Aurora web UI when I click on a link to a
> directory or file which exists as a symlink in the task's sandbox. This
> happens when browsing a task's sandbox.
> For example, at <host>.<domain>:<observer_port_#>/browse/<task_id> will
> display a list of files in the task's sandbox. However, when I click on a
> directory that is a symbolic link, the site does not follow the path but
> rather returns a 404 error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)