DependencyTrack / DependencyTrack/helm-charts

unable to use openid

Open
#244 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go Template
Stars
78
Forks
55
Avg merge
1h 57m
Merged PRs (30d)
14

Description

i'm trying to setup OpenID configuration on my helm chart.

i've set up this vars

frontend:
extraEnv:
- name: OIDC_CLIENT_ID
value: "value"
- name: OIDC_ISSUER
value: "address"
- name: OIDC_LOGIN_BUTTON_TEXT
value: "Sign in with Platform"
apiServer:
extraEnv:
- name: ALPINE_OIDC_ENABLED
value: "true"
- name: ALPINE_OIDC_CLIENT_ID
value: "value"
- name: ALPINE_OIDC_ISSUER
value: "address"
- name: ALPINE_OIDC_USERNAME_CLAIM
value: preferred_username
- name: ALPINE_OIDC_TEAMS_CLAIM
value: groups
- name: ALPINE_OIDC_USER_PROVISIONING
value: "true"
- name: ALPINE_OIDC_TEAM_SYNCHRONIZATION
value: "true"

i've replate issuer and client_id with a placeholder for this ticket

but i don't see the openid button on login

![Image](https://github.com/user-attachments/assets/d697c5f7-d59a-402b-83a9-941622a0aadb)

could someone help me with this config? PS is a configuration using keycloak.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.