-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Google without groups seems broken after #2530 #2670
Comments
@nabokihms and @sagikazarmark: I'm testing this with v2.35.1 (which contains both your fixes) and it still gives an error:
|
I can't see anything related to admin email here. How do you configure default creds? |
I'm using the config mentioned in the original post. I have not done anything with default credentials, just following the docs. |
As I can't reopen this issue and it is not fixed for me, should I open a new one? |
This issue seems fixed with the release of v2.36.0 |
It's partially fixed, but it's still broken when groups are required I believe. |
The version v2.36.0 worked for me ! |
Preflight Checklist
Version
2.34.0
Storage Type
Kubernetes
Installation Type
Official Helm chart
Expected Behavior
I've upgraded dex from v2.33.0 to v2.34.0, and expected the Google connector to keep working.
Actual Behavior
Dex was crashlooping, complaining about
adminEmail
not being set. After settingadminEmail
, there was something wrong with default application credentials.Steps To Reproduce
groups
,serviceAccountFilePath
oradminEmail
Additional Information
It is not really clear to me if this is an actual bug introduced by #2530, or a lack of documentation (which could have been part of #2530). The documentation suggest group/svc account is optional, but these errors suggest otherwise.
In other words: is using Google as a provider without group/svc account still supported?
Downgrading to v2.33.0 still works, so I am guessing it might be a bug.
Configuration
Logs
The text was updated successfully, but these errors were encountered: