-
-
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
SA: Support profiles associated with authorizations #7956
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aarongable
force-pushed
the
authz-profile-col
branch
from
January 18, 2025 01:26
8f655fb
to
a8b5249
Compare
aarongable
force-pushed
the
authz-profile
branch
2 times, most recently
from
January 21, 2025 23:26
0ca78f0
to
a620455
Compare
aarongable
force-pushed
the
authz-profile
branch
from
January 21, 2025 23:38
a620455
to
9f7ff4b
Compare
@aarongable, this PR appears to contain configuration and/or SQL schema changes. Please ensure that a corresponding deployment ticket has been filed with the new values. |
aarongable
changed the title
Support profiles associated with authorizations
SA: Support profiles associated with authorizations
Jan 21, 2025
jprenken
previously approved these changes
Jan 22, 2025
jprenken
requested review from
a team and
jsha
and removed request for
a team
January 22, 2025 00:02
jsha
previously approved these changes
Jan 22, 2025
jsha
previously approved these changes
Jan 22, 2025
jprenken
previously approved these changes
Jan 22, 2025
jprenken
approved these changes
Jan 27, 2025
jsha
approved these changes
Jan 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add "certificateProfileName" to the model used to insert new authz2 rows and to the list of column names read when retrieving rows from the authz2 table. Add support for this column to the functions which convert to and from authz2 model types.
Add support for the profile field to core types so that it can be returned by the SA.
Fixes #7955
Warning
Do not merge until IN-10973 is complete