这是登录失败时候的日志么?
你贴一下登录失败时候的harbor-core和harbor-portal日志

你安装的时候配置还有么,

expose:
  # Set the way how to expose the service. Set the type as "ingress",
  # "clusterIP", "nodePort" or "loadBalancer" and fill the information
  # in the corresponding section
  type: ingress
  tls:
    # Enable the tls or not. Note: if the type is "ingress" and the tls
    # is disabled, the port must be included in the command when pull/push
    # images. Refer to https://github.com/goharbor/harbor/issues/5291
    # for the detail.
    enabled: true  #这是什么配置

# the IP address of k8s node
#
# If Harbor is deployed behind the proxy, set it as the URL of proxy
externalURL: https://core.harbor.domain  #这是什么配置, 

tiger-ye 看起来像是harbor 的issue,换成nodePort试试, 不要用ingress

额 我直接安装的 没有改过配置,要按照文档修改下配置么

2 个月 后

Rick 谢谢,已经解决了,按照官方文档重新配置了一边可以了

Rick 怎么关闭这个问题,我没有找到按钮,你知道么

我也不是特别清楚,不过,有个小技巧。你可以在你的这个帖子的标题前加个【已解决】

    tiger-ye 更改标题为「【已解决】应用商店 harbor 安装后登录 密码错误
    1 年 后

    我在kubeSphere的VERSION=v1.2.1也出现了同样的问题。请问大家是真没解决的?