Skip to content
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

Merged
merged 2 commits into from
Oct 22, 2024
Merged

resolve minor TODOs #47777

merged 2 commits into from
Oct 22, 2024

Conversation

nklaassen
Copy link
Contributor

No description provided.

@nklaassen nklaassen added the no-changelog Indicates that a PR does not require a changelog entry label Oct 22, 2024
Comment on lines -291 to -292
// TODO(nklaassen): consider recording both public keys once they are
// actually separated.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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

Comment on lines -116 to -117
// TODO(nklaassen): request only an SSH cert, we don't need TLS here.
// GenerateHostCert needs support for this.
Copy link
Contributor Author

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

@nklaassen nklaassen enabled auto-merge October 22, 2024 00:34
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-47777.d3pp5qlev8mo18.amplifyapp.com

Copy link

🤖 Vercel preview here: https://docs-m62dh3yk1-goteleport.vercel.app/docs/ver/preview

@nklaassen nklaassen added this pull request to the merge queue Oct 22, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 22, 2024
@nklaassen nklaassen added this pull request to the merge queue Oct 22, 2024
Merged via the queue into master with commit 93a548c Oct 22, 2024
44 checks passed
@nklaassen nklaassen deleted the nklaassen/todos branch October 22, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants