Skip to content

Commit 9e2d7c1

Browse files
sbernauerrazvan
andauthored
Apply suggestions from code review
Co-authored-by: Razvan-Daniel Mihai <[email protected]>
1 parent 87cdc4b commit 9e2d7c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/concepts/pages/operations/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Make sure to go through the following checklist to achieve the maximum level of
2727
Although we try our best to reduce the impact of disruptions, some tools simply don't support HA setups.
2828
One example is the Trino coordinator - if you restart it, all running queries will fail.
2929
Many products use temporary credentials (such as TLS certificates), which have a short lifetime by default for maximum security.
30-
Please read on xref:operations/temporary_credentials_lifetime.adoc[] on how you can increase the lifetime of this temporary credentials too avoid frequent restarts.
30+
The xref:operations/temporary_credentials_lifetime.adoc[] page describes how you can increase the lifetime of this temporary credentials too avoid frequent restarts.
3131

3232
== Maintenance actions
3333

modules/concepts/pages/operations/temporary_credentials_lifetime.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Currently the only temporary credentials are TLS certificates.
99

1010
Many products use TLS to secure the communications, often times customers use the xref:secret-operator:secretclass.adoc#backend-autotls[secret-operator autoTls] backend to create TLS certificates for the Pods on the fly.
11-
For maximum security these temporary credentials have a short lifetime by default, which will result in e.g. your Trino coordinator restarting every ~24 hours (minus some safety buffer) to avoid using expired certificates.
11+
To increase security, these temporary credentials have a short lifetime by default, which will result in e.g. Trino coordinator Pods restarting every ~24 hours (minus some safety buffer) to avoid using expired certificates.
1212

1313
== Configure the lifetime
1414

@@ -55,7 +55,7 @@ NOTE: The configuration for the JournalNodes is done at roleGroup level for demo
5555

5656
Even though operators allow setting this property to a value of your choice, the xref:secret-operator:index.adoc[secret-operator] will not exceed the `maxCertificateLifetime` value specified in SecretClass creating the TLS certificates (see xref:secret-operator/secretclass.adoc#certificate_lifetime).
5757

58-
=== Operators supporting the lifetime configuration
58+
=== Operator support
5959

6060
Similar to the example above, users can configure the lifetime of temporary credentials for the following operators:
6161

0 commit comments

Comments
 (0)