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

Return 202 instead of 200 for "inject_client_cert" #1848

Closed
1 task
orenbm opened this issue Sep 27, 2020 · 0 comments
Closed
1 task

Return 202 instead of 200 for "inject_client_cert" #1848

orenbm opened this issue Sep 27, 2020 · 0 comments

Comments

@orenbm
Copy link
Member

orenbm commented Sep 27, 2020

Connected to #1807

The "inject_client_cert" request initializes the cert injection and then closes the socket. It doesn't wait to see if the cert is injected so it makes more sense to return a 202 Accepted response instead of a 200 OK one.

More info on this can be found here.

DoD:

  • The "inject_client_cert" request responds with 202 Accepted upon success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants