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

Only enable groups params if secrets are present (google oidc) #1232

Merged
merged 3 commits into from
Mar 19, 2021

Conversation

rene-dekker
Copy link
Member

No description provided.

"scopes": d.RequestedScopes(),
}
if d.idpSecret.Data[serviceAccountSecretField] != nil && d.idpSecret.Data[adminEmailSecretField] != nil {
config["serviceAccountFilePath"] = serviceAccountSecretLocation
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: Same comment here as the other version of this.

Copy link
Contributor

@stevegaossou stevegaossou left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@tmjd tmjd left a comment

Choose a reason for hiding this comment

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

Should we include a UT for this change?

@tmjd tmjd added docs-not-required enterprise Feature applies to enterprise only kind/bug Something isn't working and removed docs-pr-required labels Mar 19, 2021
@tmjd tmjd merged commit e0b3290 into tigera:master Mar 19, 2021
@rene-dekker rene-dekker deleted the saas-1352 branch March 19, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required enterprise Feature applies to enterprise only kind/bug Something isn't working release-note-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants