From 487974c28bf6d701917cdc496156313cf3f78d60 Mon Sep 17 00:00:00 2001 From: Dennis Gove Date: Wed, 26 Oct 2022 00:37:39 -0400 Subject: [PATCH] Another windows test fix Signed-off-by: Dennis Gove --- cmd/spire-server/cli/entry/util_windows_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/spire-server/cli/entry/util_windows_test.go b/cmd/spire-server/cli/entry/util_windows_test.go index aed43e2da4..c35e4964f8 100644 --- a/cmd/spire-server/cli/entry/util_windows_test.go +++ b/cmd/spire-server/cli/entry/util_windows_test.go @@ -32,7 +32,7 @@ const ( -storeSVID A boolean value that, when set, indicates that the resulting issued SVID from this entry must be stored through an SVIDStore plugin -ttl int - The lifetime, in seconds, for SVIDs issued based on this registration entry + The lifetime, in seconds, for SVIDs issued based on this registration entry. This field is deprecated in favor of x509SVIDTTL and jwtSVIDTTL and will be removed in a future version -x509SVIDTTL int The lifetime, in seconds, for x509-SVIDs issued based on this registration entry. Overrides ttl field ` @@ -84,7 +84,7 @@ const ( -storeSVID A boolean value that, when set, indicates that the resulting issued SVID from this entry must be stored through an SVIDStore plugin -ttl int - The lifetime, in seconds, for SVIDs issued based on this registration entry + The lifetime, in seconds, for SVIDs issued based on this registration entry. This field is deprecated in favor of x509SVIDTTL and jwtSVIDTTL and will be removed in a future version -x509SVIDTTL int The lifetime, in seconds, for x509-SVIDs issued based on this registration entry. Overrides ttl field `