You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Short summary about the issue/question:
We use nginx to redirect incoming openpai webportal request from 443 to 80 due to some firewall issue. However, some job log direct link behavior is changed between openpai v1.0.1 and v1.4.1 and the change will prevent user to browser the correct log through browser:
The job link will change from https to http. If the deployed master is inside firewall then the link is unreachable. Could we keep using https request if the original request is https ?
The link domain name will be changed to IP directly. If the IP is private IP then the link is unusable. Could we use domain name in log browse request? (Please see the bottom-left link in the Unreachab v1.4.1 log link.)
Reachable v1.0.1 log link
Unreachab v1.4.1 log link
Brief what process you are following:
Check the log link in deployed openpai V1.0.1 and V1.4.1
How to reproduce it:
Check the log link in deployed openpai V1.0.1 and V1.4.1
OpenPAI Environment:
OpenPAI version: v1.0.1 and v1.4.1
The text was updated successfully, but these errors were encountered:
@JosephKang This caused by you redirect the request from 443 to 80. PAI treat your request as HTTP request so the log URL will use http protocol.
One workaround is change this line to your desired URL:
Actually, it's a new deploy method which use external gateway instead of pylon. And all PAI service use http protocol. We will consider to support this use case.
Organization Name:
Advantech
Short summary about the issue/question:
We use nginx to redirect incoming openpai webportal request from 443 to 80 due to some firewall issue. However, some job log direct link behavior is changed between openpai v1.0.1 and v1.4.1 and the change will prevent user to browser the correct log through browser:
Reachable v1.0.1 log link
Unreachab v1.4.1 log link
Brief what process you are following:
Check the log link in deployed openpai V1.0.1 and V1.4.1
How to reproduce it:
Check the log link in deployed openpai V1.0.1 and V1.4.1
OpenPAI Environment:
The text was updated successfully, but these errors were encountered: