-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
resolve minor TODOs #47777
resolve minor TODOs #47777
Conversation
// TODO(nklaassen): consider recording both public keys once they are | ||
// actually separated. |
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.
tbot always uses the same key for SSH and TLS when it requests both
@@ -1240,7 +1240,6 @@ func checkResourceConsistency(ctx context.Context, keyStore *keystore.Manager, c | |||
|
|||
// GenerateIdentity generates identity for the auth server | |||
func GenerateIdentity(a *Server, id state.IdentityID, additionalPrincipals, dnsNames []string) (*state.Identity, error) { | |||
// TODO(nklaassen): split SSH and TLS keys for host identities. |
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.
not splitting SSH/TLS keys for host identities
@@ -100,7 +100,6 @@ const ( | |||
// HostSSH represents a host SSH key. | |||
HostSSH | |||
// HostIdentity represents a key used for a Teleport host identity. | |||
// TODO(nklaassen): split SSH and TLS keys used for host identities. |
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.
not splitting SSH/TLS keys for host identities
// TODO(nklaassen): request only an SSH cert, we don't need TLS here. | ||
// GenerateHostCert needs support for this. |
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.
it already does this idk why i wrote this TODO
This pull request is automatically being deployed by Amplify Hosting (learn more). |
🤖 Vercel preview here: https://docs-m62dh3yk1-goteleport.vercel.app/docs/ver/preview |
No description provided.