8000 Can't integrate the OIDC · Issue #2328 · tchiotludo/akhq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Can't integrate the OIDC #2328
Open
Open
@yupingdeyouxiang

Description

@yupingdeyouxiang

Hi Guys,

I have created my own OIDC provider, I intent to setup the OIDC authentication in AKHQ, but failed although I followed https://akhq.io/docs/configuration/authentifications/oidc.html#direct-oidc-mapping, I use the AKHQ in an docker-compose.yml as below, any idea?:

akhq:
image: tchiotludo/akhq:latest
container_name: akhq
ports:
- "8080:8080"
environment:
AKHQ_CONFIGURATION: |
akhq:
connections:
my-cluster:
properties:
bootstrap.servers: "kafka:9092"

    micronaut:
      security:
        oauth2:
          enabled: true
          clients:
            google: #what should I use?
              client-id: "akhq-client"
              client-secret: "akhq-xxx"
              openid:
                issuer: "https://17ca27.app.shuhenglianchang.com"  #this is my own OIDC issuer
      caches:
        local-security-claim-provider:
          expire-after-write: 600s # Default. May be overridden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0