IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

Use OpenShift integration for user sign in #245

Closed nastacio closed 1 year ago

nastacio commented 1 year ago

Is your feature request related to a problem? Please describe. ArgoCD configuration in OpenShift allows Openshift users to login to ArgoCD using OpenShift credentials, which is very convenient compared to fishing for the admin creds for the ArgoCD instance instance in the cluster.

https://docs.openshift.com/container-platform/4.12/cicd/gitops/configuring-sso-on-argo-cd-using-dex.html

The default configuration allows OpenShift admins to be read:admin users in ArgoCD. Describe the solution you'd like Modify the ArgoCD configuration to enable integration with the OpenShift identity provider.

Describe alternatives you've considered None, the requirement is very narrow.

Additional context Add any other context or screenshots about the feature request here.

nastacio commented 1 year ago

:tada: This issue has been resolved in version 0.23.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: