-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document some missing configuration items #5393
Conversation
b935389
to
3cd2db5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @sorindumitru!
doc/spire_server.md
Outdated
@@ -82,6 +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 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be deprecated in SPIRE 1.12.0
Since this is already deprecated, I would change that to say:
This is deprecated and will be removed in a future version.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
5ed1777
to
8aead66
Compare
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
8aead66
to
139daaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @sorindumitru!
Which issue this PR fixes
fixes #5382