Skip to content

无法开启 Dashboard 的访问认证 #13

Open
@ralphQi

Description

在 docker-entrypoint.sh 里增加了:

if [[ "X${ORANGE_AUTH}" != "X" ]]; then
sed -i "s/"auth": false/"auth": "${ORANGE_AUTH}"/g" ${ORANGE_CONF}
fi

并且 run 的时候增加参数

-e ORANGE_AUTH=true

但是认证并没有生效,还是可以直接访问到 Dashboard。

在容器内查看配置文件是启用了auth的。

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions