Keycloak 钥匙斗篷守门员无法解码;“国家”;由于;非法base64数据“;

Keycloak 钥匙斗篷守门员无法解码;“国家”;由于;非法base64数据“;,keycloak,keycloak-gatekeeper,Keycloak,Keycloak Gatekeeper,在尝试访问受保护的资源时,我从Keyclope gatekeeper处收到此错误 unable to decode the state parameter {"state": "8d07f10b-d096-4241-8a42-9f169de11352", "error": "illegal base64 data at input byte 8"} 这是我的docker compose: version: '3' services: keycloak-proxy: image

在尝试访问受保护的资源时,我从Keyclope gatekeeper处收到此错误

unable to decode the state parameter    {"state": "8d07f10b-d096-4241-8a42-9f169de11352", "error": "illegal base64 data at input byte 8"}
这是我的docker compose:

version: '3'
services:
  keycloak-proxy:
    image: "keycloak/keycloak-gatekeeper"
    environment:
     - PROXY_LISTEN=0.0.0.0:3000
     - PROXY_DISCOVERY_URL=http://keycloak.example.com:8181/auth/realms/realmcom
     - PROXY_CLIENT_ID=webapp
     - PROXY_CLIENT_SECRET=0b57186c-e939-48ff-aa17-cfd3e361f65e
     - PROXY_UPSTREAM_URL=http://test-server:8000
    ports:
      - "8282:3000"
    command:
      - "--verbose"
      - "--enable-refresh-tokens=true"
      - "--enable-default-deny=true"
      - "--resources=uri=/*"
      - "--enable-session-cookies=true"
      - "--encryption-key=AgXa7xRcoClDEU0ZDSH4X0XhL5Qy2Z2j"
  test-server:
    image: "test-server"
这似乎是一个错误-。请您提交Jira(),添加受影响的版本和重现问题的步骤,好吗