From e0b440633a864d0fabe72f32b975dd03c2612277 Mon Sep 17 00:00:00 2001 From: John Eikenberry Date: Tue, 28 Feb 2023 23:30:02 +0000 Subject: [PATCH] Update agent/connect/ca/provider_vault_auth_jwt.go PR feedback. Co-authored-by: Paul Glass --- agent/connect/ca/provider_vault_auth_jwt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/connect/ca/provider_vault_auth_jwt.go b/agent/connect/ca/provider_vault_auth_jwt.go index 4b22515c01529..30c13a2e90b8f 100644 --- a/agent/connect/ca/provider_vault_auth_jwt.go +++ b/agent/connect/ca/provider_vault_auth_jwt.go @@ -62,7 +62,7 @@ func JwtLoginDataGen(authMethod *structs.VaultAuthMethod) (map[string]any, error }, nil } -// Note the `jwt` can be passed directly in the authMethod as the it's Params +// Note: the `jwt` can be passed directly in the authMethod as Params // is a freeform map in the config where they could hardcode it. // See comment on configureVaultAuthMethod (in ./provider_vault.go) for more. func hasJWT(params map[string]any) (string, bool) {