Skip to content

I can't get Authorization: Bearer <token> to work with version 6.1.1 . It works with 5.1.1 #773

@ieugen

Description

@ieugen

I've tried for several hours to make it work without success.

I've used it with keycloak provider and oidc provider.
I've tested with echoserver to see the Authorization: Bearer <> header and no luck.
I think it's broken.

I am working to configure authentication for kubernetes dashboard.

extraArgs:
  provider: 'oidc'
  upstream: http://echoserver.default
  pass-authorization-header: true
  pass-basic-auth: false
  skip-jwt-bearer-tokens: true
  ssl-upstream-insecure-skip-verify: true
  email-domain: '*'
  skip-provider-button: true
  oidc-issuer-url: "https://REDACTED/auth/realms/gpi-infra"
  login-url: "https://REDACTED/auth/realms/gpi-infra/protocol/openid-connect/auth"
  redeem-url: "https://REDACTED/realms/gpi-infra/protocol/openid-connect/token"
  validate-url: "https://REDACTED/auth/realms/gpi-infra/protocol/openid-connect/userinfo"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions