mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
cli: use spaces when outputting ACL auth method token TTL param. (#19159)
This commit is contained in:
@@ -77,7 +77,7 @@ func formatAuthMethod(authMethod *api.ACLAuthMethod) string {
|
||||
fmt.Sprintf("Name|%s", authMethod.Name),
|
||||
fmt.Sprintf("Type|%s", authMethod.Type),
|
||||
fmt.Sprintf("Locality|%s", authMethod.TokenLocality),
|
||||
fmt.Sprintf("MaxTokenTTL|%s", authMethod.MaxTokenTTL.String()),
|
||||
fmt.Sprintf("Max Token TTL|%s", authMethod.MaxTokenTTL.String()),
|
||||
fmt.Sprintf("Default|%t", authMethod.Default),
|
||||
fmt.Sprintf("Create Index|%d", authMethod.CreateIndex),
|
||||
fmt.Sprintf("Modify Index|%d", authMethod.ModifyIndex),
|
||||
|
||||
Reference in New Issue
Block a user