File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
keps/sig-auth/541-external-credential-providers Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -834,10 +834,13 @@ _This section must be completed when targeting beta graduation to a release._
834
834
- This feature set operates on the client-side.
835
835
836
836
* ** What are the reasonable SLOs (Service Level Objectives) for the above SLIs?**
837
- - ` rest_client_exec_plugin_ttl_seconds ` : the expected lifetime of client-side certificates, in seconds
838
- - ` rest_client_exec_plugin_certificate_rotation_age ` : the expected lifetime of client-side certificates, in seconds
839
- - ` rest_client_exec_plugin_calls ` : 1 per the lifetime of the credential returned by the exec plugin
840
- - ` rest_client_exec_plugin_failed_calls ` : 0, or a very low number compared to ` rest_client_exec_plugin_calls `
837
+ - We target certificate rotations to happen within 1% of a certificate's
838
+ lifetime. This is measured by
839
+ ` rest_client_exec_plugin_certificate_rotation_age ` and
840
+ ` rest_client_exec_plugin_ttl_seconds ` .
841
+ - We target 0.01% unsuccessful calls to the exec plugin in a moving 24h
842
+ window. This is measured by
843
+ ` rest_client_exec_plugin_calls ` and ` rest_client_exec_plugin_failed_calls ` .
841
844
842
845
* ** Are there any missing metrics that would be useful to have to improve
843
846
observability if this feature?**
You can’t perform that action at this time.
0 commit comments