Skip to content

Commit

Permalink
Fixes failing windows-only test
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Gove <[email protected]>
  • Loading branch information
dennisgove committed Oct 26, 2022
1 parent d3f9a58 commit cfda2e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmd/spire-server/cli/entry/util_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const (
An expiry, from epoch in seconds, for the resulting registration entry to be pruned
-federatesWith value
SPIFFE ID of a trust domain to federate with. Can be used more than once
-jwtSVIDTTL int
The lifetime, in seconds, for JWT-SVIDs issued based on this registration entry. Overrides ttl field
-namedPipeName string
Pipe name of the SPIRE Server API named pipe (default "\\spire-server\\private\\api")
-node
Expand All @@ -31,6 +33,8 @@ const (
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
-x509SVIDTTL int
The lifetime, in seconds, for x509-SVIDs issued based on this registration entry. Overrides ttl field
`
showUsage = `Usage of entry show:
-downstream
Expand Down Expand Up @@ -67,6 +71,8 @@ const (
The Registration Entry ID of the record to update
-federatesWith value
SPIFFE ID of a trust domain to federate with. Can be used more than once
-jwtSVIDTTL int
The lifetime, in seconds, for JWT-SVIDs issued based on this registration entry. Overrides ttl field
-namedPipeName string
Pipe name of the SPIRE Server API named pipe (default "\\spire-server\\private\\api")
-parentID string
Expand All @@ -79,5 +85,7 @@ const (
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
-x509SVIDTTL int
The lifetime, in seconds, for x509-SVIDs issued based on this registration entry. Overrides ttl field
`
)

0 comments on commit cfda2e7

Please sign in to comment.