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

Spelling and grammar fixes #5571

Merged
merged 6 commits into from
Nov 4, 2024

Conversation

keeganwitt
Copy link
Contributor

This fixes a number of spelling, grammar, and Markdown table formatting problems.

Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
@azdagron azdagron self-assigned this Oct 15, 2024
Copy link
Member

@azdagron azdagron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this cleanup, @keeganwitt! Just a few comments.

cmd/spire-server/cli/agent/count.go Outdated Show resolved Hide resolved
cmd/spire-server/cli/agent/list.go Outdated Show resolved Hide resolved
pkg/server/plugin/keymanager/gcpkms/gcpkms_test.go Outdated Show resolved Hide resolved
@@ -185,7 +185,7 @@ func TestGcpCAS(t *testing.T) {
}

func generateCert(t *testing.T, cn string, issuer *x509.Certificate, issuerKey crypto.PrivateKey, ttlInHours int, keyfn func(testing.TB) *ecdsa.PrivateKey) (*x509.Certificate, crypto.PrivateKey, error) {
priv := keyfn(t)
keyPair := keyfn(t)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe privateKey?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought that looked confusing for line 208, it'd be

privateKey.Public()

instead of

keyPair.Public()

@azdagron
Copy link
Member

Friendly ping @keeganwitt :) As soon as the comments are addressed I think we're good to merge.

keeganwitt and others added 4 commits October 24, 2024 16:30
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
…r-fixes

Signed-off-by: Keegan Witt <keeganwitt@gmail.com>

# Conflicts:
#	pkg/common/fflag/fflag.go
#	pkg/server/endpoints/authorized_entryfetcher_attested_nodes.go
#	pkg/server/endpoints/authorized_entryfetcher_attested_nodes_test.go
#	pkg/server/endpoints/authorized_entryfetcher_registration_entries.go
#	pkg/server/endpoints/authorized_entryfetcher_registration_entries_test.go
@azdagron azdagron merged commit 20d4242 into spiffe:main Nov 4, 2024
34 checks passed
@azdagron azdagron added this to the 1.11.1 milestone Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants