-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
RA: Allow profile selection to be gated on account-based allow lists #7959
Conversation
1758de8
to
62b8206
Compare
62b8206
to
c73237e
Compare
As discussed offline, putting this into draft to introduce a third state (nil) that this new config field can have. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with two test nits.
b370dec
b87227f
to
aaf942d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch on the parallelism, I'd forgotten that the inner loop was modifying ra.validationProfiles
.
Use the new allowlist package added in #7958 to implement an account-based allow list for profile selection in the RA.
Part of #7604