pai
pai copied to clipboard
general user can not visit marketplace template while admin can visit in openpai v1.7.0
when I click a template ,It will report 403 Error,and then Redirect to http://localhost:9286/plugin.html?index=0
Organization Name:
Short summary about the issue/question:
Brief what process you are following:
How to reproduce it:
OpenPAI Environment:
- OpenPAI version:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Hardware (e.g. core number, memory size, storage size, GPU type etc.):
- Others:
Anything else we need to know:
Please update to v1.8.0
when I update to v1.8.0, rest-server can not start
@siaimes
@guningbo I know that this issue of the marketplace has been resolved in v1.8.0, and I did not encounter the problem of failing to start when I upgraded to v1.8.0. So I can't help you any further.
You can deploy OpenPAI Marketplace v1.8.0
in OpenPAI v1.7.0, if you change these lines:
src/marketplace-restserver/deploy/marketplace-restserver.yaml.template: line 21
image: openpai/pai-marketplace-restserver:v1.8.0
and src/marketplace-webportal/deploy/marketplace-webportal.yaml.template: line 21
image: openpai/pai-marketplace-webportal:v1.8.0
After that, use paictl.py
to restart marketplace-restserver
and marketplace-webportal
.