From 5ed1777636f45b2b7ba54ff0022ec369f4dc8d2f Mon Sep 17 00:00:00 2001 From: Sorin Dumitru Date: Mon, 19 Aug 2024 12:14:41 +0300 Subject: [PATCH] Adjust deprecation message --- doc/spire_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spire_server.md b/doc/spire_server.md index 18638b0b12e..48a7768d967 100644 --- a/doc/spire_server.md +++ b/doc/spire_server.md @@ -82,7 +82,7 @@ This may be useful for templating configuration files, for example across differ | `ratelimit` | Rate limiting configurations, usually used when the server is behind a load balancer (see below) | | | `socket_path` | Path to bind the SPIRE Server API socket to (Unix only) | /tmp/spire-server/private/api.sock | | `trust_domain` | The trust domain that this server belongs to (should be no more than 255 characters) | | -| `use_legacy_downstream_x509_ca_ttl` | Use the downstream spire-server registration entry TTL as the downstream CA TTL. This will be deprecated in SPIRE 1.12.0 | true | +| `use_legacy_downstream_x509_ca_ttl` | Use the downstream spire-server registration entry TTL as the downstream CA TTL. This is deprecated and will be removed in a future version. | true | | ca_subject | Description | Default | |:----------------------------|--------------------------------|----------------|