Introduce config v3, add auth_server and proxy_server, remove auth_addresses#15761
Merged
Introduce config v3, add auth_server and proxy_server, remove auth_addresses#15761
Conversation
08c9cd4 to
ee252c7
Compare
b45205e to
5efda32
Compare
zmb3
requested changes
Sep 8, 2022
f9afb10 to
04b4eba
Compare
54d9ee0 to
f7b81e9
Compare
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
3894b16 to
10225fb
Compare
This was referenced Sep 29, 2022
This was referenced Oct 4, 2022
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.
This introduces a new version of the config, v3, as we're adding a new item to the schema (
proxy_server) and makingauth_serversno longer pluralised (auth_server).This allows us to go straight to tunnelling through the proxy server if specified via
proxy_server, as we know it's not an auth server and we don't need to attempt to direct dial it first.This updates all docs to reference config v3, and also adds a config changelog to the bottom of the config reference page
It also adds
--proxytoteleport node configureandteleport configure, matching that ofteleport db configure create. These commands have all been updated to produce a v3 valid config.