-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v10] Make source IP-pinning and proxy peering enterprise features (#…
…14153) * Make source IP-pinning an enterprise feature * Make proxy peering an enterprise only feature (#14155)
- Loading branch information
Showing
7 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
authors: Przemko Robakowski([email protected]) | ||
state: draft | ||
state: implemented (Teleport 10.0.0) | ||
--- | ||
|
||
# RFD 66 - IP-based validation | ||
|
@@ -12,8 +12,9 @@ state: draft | |
|
||
## What | ||
|
||
Additional validation based on client IP for creating and using certificates. Certificate can be used only with the same | ||
client IP as the one used to generate it. | ||
IP-based validation is an enterprise-only feature that embeds the source IP | ||
in SSH certificates. When enabled, SSH certificates can only be used to connect | ||
to resources from the same source IP that was issued the certificate. | ||
|
||
## Why | ||
|
||
|