Fix incorrect proxy_servers mention in the config reference docs#16962
Merged
Fix incorrect proxy_servers mention in the config reference docs#16962
proxy_servers mention in the config reference docs#16962Conversation
zmb3
approved these changes
Oct 4, 2022
ptgott
approved these changes
Oct 4, 2022
e53c577 to
8417272
Compare
Member
Author
|
@ptgott this doesn't need backporting to v10 (as we're not backporting config v3 to v10, it's new from v11) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
proxy_serversisn't a thing, it'sproxy_server. This will fix the typo I made in #15761.I've also reworded the line to be a bit clearer and true to the original it replaced. This makes the actual diff
# Auth Server address and port to connect to. If you enable the Teleport # Auth Server to run in High Availability configuration, the address should # point to a Load Balancer. - # If adding a node located behind NAT, use the Proxy URL. e.g. - # auth_servers: - # - teleport-proxy.example.com:443 + # If adding a node located behind NAT, use the Proxy URL (e.g. teleport-proxy.example.com:443) + # and set `proxy_server` instead. + auth_server: 10.1.0.5:3025