Skip to content
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

fix social auth namespace creation (again) #1937

Merged

Conversation

jctanner
Copy link
Collaborator

@jctanner jctanner commented Oct 16, 2023

The loop that checked for existing users by email was always skipping the checks because it was evaluating the "email" property from github which is usually null.

https://issues.redhat.com/browse/AAH-2787

@jctanner jctanner marked this pull request as draft October 16, 2023 21:10
No-Issue

Signed-off-by: James Tanner <[email protected]>
@jctanner jctanner requested review from jerabekjiri and a team October 16, 2023 21:35
@jctanner jctanner changed the title WIP - debug and try to fix social auth mapping (again) fix social auth namespace creation (again) Oct 17, 2023
@jctanner jctanner marked this pull request as ready for review October 17, 2023 00:32
SOCIAL_AUTH_GITHUB_KEY='abcd1234'
SOCIAL_AUTH_GITHUB_SECRET='abcd1234'
#SOCIAL_AUTH_GITHUB_KEY='abcd1234'
#SOCIAL_AUTH_GITHUB_SECRET='abcd1234'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these lines be removed to reduce confusion?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tbh, i'm not sure why we have these env files here and also profile specific files in the profiles dir.

@jctanner jctanner merged commit 913f7ab into ansible:master Oct 17, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants