-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency-track Azure OpenId configuration #153
Comments
@iamrahul127 can you format the issue properly in order to make it more readable: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax |
Done. |
Try this config: frontend:
replicaCount: 1
env:
- name: OIDC_ISSUER
value: "https://login.microsoftonline.com/<TENANTID>/v2.0"
- name: OIDC_CLIENT_ID
value: <theClientId>
- name: OIDC_SCOPE
value: "openid profile email"
apiserver:
env:
- name: ALPINE_OIDC_CLIENT_ID
value: <theClientId>
- name: ALPINE_OIDC_ENABLED
value: "true"
- name: ALPINE_OIDC_ISSUER
value: "https://login.microsoftonline.com/<TENANTID>/v2.0"
- name: ALPINE_OIDC_USERNAME_CLAIM
value: email
- name: ALPINE_OIDC_USER_PROVISIONING
value: "true" |
It worked perfectly. Thank you. Following are the other changes I did.
I see a opportunity of updating values.yaml and readme here. I will be happy to create PR. Shall I create the one? |
Sure, document it in an "OIDC" section in the readme, and commented out values in the values.yaml |
@iamrahul127 bump |
Will create PR this week. On my task list but has quite busy last week. |
I see that charts\dependency-track\README.md is autogenerated using helm-doc. Shall I add OIDC section in this README.md file? |
@davidkarlsen Please let me know which readme to update. |
ah, just add a new file |
stale |
Dear Team, Thank you for excellent work. Let me apologize using bug template but I don't see any template which can be used for asking question.
I am trying to integrate dependency-track with Azuer OpenId and not sure how to do that as there is no single consolidated documentation available. I looked into multiple sources and got confused to be honest. Following is my finding and lots of questions may be :).
This has added more confusion as it has more environment variable for apiserver & frontend server.
What I am looking for is concreate steps which enables me to configure the integration. I promise to update documentation with exact steps and create the PR for you. You can directly reach out to me in Tietoevry.
Regards
Rahul Mahulkar
The text was updated successfully, but these errors were encountered: