File tree Expand file tree Collapse file tree
rust/operator-binary/src/backend/tls Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub const DEFAULT_CA_CERT_LIFETIME: Duration = Duration::from_days_unchecked(365
5454/// The CA certificate is not published anymore while in retirement to avoid that pods get almost
5555/// expired certificates.
5656///
57- /// see https://github.com/stackabletech/secret-operator/issues/625
57+ /// see < https://github.com/stackabletech/secret-operator/issues/625>
5858pub const DEFAULT_CA_CERT_RETIREMENT_DURATION : Duration = Duration :: from_hours_unchecked ( 1 ) ;
5959
6060/// As the Pods will be evicted [`DEFAULT_CERT_RESTART_BUFFER`] before
@@ -66,7 +66,7 @@ pub const DEFAULT_CA_CERT_RETIREMENT_DURATION: Duration = Duration::from_hours_u
6666/// [`DEFAULT_MAX_CERT_LIFETIME`] must be less than `([DEFAULT_CA_CERT_LIFETIME] -
6767/// [DEFAULT_CA_CERT_RETIREMENT_DURATION]) / [CA_ROTATION_FACTOR] / 2`.
6868///
69- /// see the explanation in [`AutoTlsBackend::max_certificate_lifetime`]
69+ /// see the explanation in [`v1alpha2:: AutoTlsBackend::max_certificate_lifetime`]
7070pub const DEFAULT_MAX_CERT_LIFETIME : Duration = Duration :: from_days_unchecked ( 15 ) ;
7171
7272/// Default lifetime of certs when no annotations are set on the Volume.
You can’t perform that action at this time.
0 commit comments