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

Support profiles associated with authorizations #7956

Draft
wants to merge 4 commits into
base: authz-profile-col
Choose a base branch
from

Conversation

aarongable
Copy link
Contributor

@aarongable aarongable commented Jan 17, 2025

In the SA, 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.

In the RA, inspect the profile of all authorizations returned when looking for authz reuse, and refuse to reuse any whose profile doesn't match the requested profile of the current NewOrder request.

Add support for the profile field to core types so that it can be transmitted between the RA and the SA.

DO NOT MERGE until #7954 has been deployed

Fixes #7955
Fixes #7949

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.

1 participant