GitHub user BadMan008 edited a discussion: k8s 部署ds,配置oidc对接keycloak,一直失败
在helm的value.yaml中配置如下
security:
authentication:
# Authentication types (supported types: PASSWORD, LDAP, CASDOOR_SSO, OIDC)
type: OIDC
oidc:
enable: true
providers:
keycloak:
display-name: "Login with Keycloak1"
issuer-uri: https://xxx/realms/.well-known/openid-configuration
icon-uri: "/images/providers-icon/keycloak.png"
client-id: dolphinscheduler
client-secret: 0WKmCxxxxx
scope: openid, profile, email, groups
user-name-attribute: preferred_username
groups-claim: groups
user:
auto-create: false
default-tenant-code: "default"
default-queue: "default"
admin-group-mapping:
- dolphinscheduler-admins
页面出现了跳转按钮但是点击后没有不会跳转到keyloak的跳转页面
api服务跳转日志报错
请问在helm配置的信息加载到api服务了吗 在api服务pod中什么也找不到
<img width="1120" height="266" alt="image"
src="https://github.com/user-attachments/assets/d2593565-af55-4596-8e1a-6e3ce3a3c940"
/>
GitHub link: https://github.com/apache/dolphinscheduler/discussions/17922
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]