solo-io / gloo

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
https://docs.solo.io/
Apache License 2.0
4.08k stars 437 forks source link

Automate OCSP Staple/Response Fetching #8202

Open inFocus7 opened 1 year ago

inFocus7 commented 1 year ago

Version

None

Is your feature request related to a problem? Please describe.

We've exposed the configuration needed to have an OCSP response stapled to a TLS request, but we do not handle automating the OCSP response fetched. Currently, a customer would have to manually rotate secrets every time they want to update the OCSP response stapled.

Envoy is currently not capable of fetching OCSP responses directly. However, a control plane or an operator may configure Envoy to use pre-computed OCSP responses.

- guydc, from original issue

Describe the solution you'd like

We'd like to automate the OCSP response fetching process so users won't have to manually do so.

We could do so by adding logic (ex. updating our control plane, and/or creating a service like ext-auth?) which automatically fetches an updated OCSP response every X {time_unit}.

Describe alternatives you've considered

No response

Additional Context

github-actions[bot] commented 3 months ago

This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.