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

rename requiredGroups to allowedGroups #655

Merged
merged 1 commit into from
Dec 9, 2024
Merged

rename requiredGroups to allowedGroups #655

merged 1 commit into from
Dec 9, 2024

Conversation

tomrf1
Copy link
Member

@tomrf1 tomrf1 commented Dec 9, 2024

A previous PR reused the googleAuth.requiredGroups config item but changed its meaning.
Now, a user must be in at least one of the configured groups

@tomrf1 tomrf1 requested a review from a team as a code owner December 9, 2024 09:36
@@ -9,7 +9,6 @@ import scala.concurrent.ExecutionContext
class Login(
val authConfig: GoogleAuthConfig,
val wsClient: WSClient,
requiredGoogleGroups: Set[String],
Copy link
Member Author

Choose a reason for hiding this comment

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

this was unused

Copy link
Member

@johnduffell johnduffell left a comment

Choose a reason for hiding this comment

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

👍 nice

@tomrf1 tomrf1 merged commit 6647251 into main Dec 9, 2024
3 checks passed
@tomrf1 tomrf1 deleted the tf-allowed-groups branch December 9, 2024 09:54
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