GithubHelp home page GithubHelp logo

Comments (5)

KomachiSion avatar KomachiSion commented on July 24, 2024

首先是两个问题:

  1. Invalid signature 一般情况下是两者的secret.key不同导致的,但也有jdk的bug会导致Hmac算法不支持从而提示Invalid signature,首先确认secret.key的配置是一致的,然后再确认jdk是否有Hmac算法的bug。

  2. Caused by: com.alibaba.nacos.api.exception.NacosException: Nacos cluster is running with 1.X mode, can't accept gRPC request temporarily. Please check the server status or close Double write to force open 2.0 mode. Detail https://nacos.io/en-us/docs/2.0.0-upgrading.html.
    这个问题提示的挺明确的, 建议按照文档看一下,强制关闭双写。应该是你2.0.3的时候没有关闭过,而2.2之后不再支持双写,所以协议不支持了。

from nacos.

KomachiSion avatar KomachiSion commented on July 24, 2024

#12097

from nacos.

zzzxx avatar zzzxx commented on July 24, 2024

这个是我2.0.3版本的配置 ,是默认的配置,没有进行修改
图片
我在升级2.2.3版本是直接使用这个 secret.key 是否可以

from nacos.

zzzxx avatar zzzxx commented on July 24, 2024

这个是2.23版本k8s的 configmap 配置 图片

from nacos.

KomachiSion avatar KomachiSion commented on July 24, 2024

可以是可以, 但是建议还是用标准的base64编码, 根据上述issue的反馈, 非标准的token的长度可能会影响不同版本的兼容性。

from nacos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.