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

Clarify multiplexing profile operations is not allowed in Certz.Rotate #201

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

robshakir
Copy link
Contributor

* (M) certz/certz.proto
   - It is possible within the current certz API for a client to start
     an operation for ssl_profile_id = "foo" and then, using the same
     RPC, start an operation for ssl_profile_id = "bar". This
     introduces significant server-side complexity since it must track
     the state machine on a per-profile basis, with little benefit to
     the client. Clarify that this is not allowed and specify the
     error code to indicate as such.

 * (M) certz/certz.proto
   - It is possible within the current certz API for a client to start
     an operation for ssl_profile_id = "foo" and then, using the same
     RPC, start an operation for ssl_profile_id = "bar". This
     introduces significant server-side complexity since it must track
     the state machine on a per-profile basis, with little benefit to
     the client. Clarify that this is not allowed and specify the
     error code to indicate as such.
@robshakir robshakir merged commit 7a39665 into main Jul 25, 2024
5 checks passed
@robshakir robshakir deleted the robjs-certz-clarifications branch July 25, 2024 21:06
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