mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 10:12:35 +00:00 
			
		
		
		
	Merge branch 'master-oss' into sethvargo/cli-magic
This commit is contained in:
		| @@ -138,7 +138,7 @@ func (c *AuthListCommand) detailedMounts(auths map[string]*api.AuthMount) []stri | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	out := []string{"Path | Type | Accessor | Plugin | Default TTL | Max TTL | Replication | Description"} | ||||
| 	out := []string{"Path | Type | Accessor | Plugin | Default TTL | Max TTL | Replication | Seal Wrap | Description"} | ||||
| 	for _, path := range paths { | ||||
| 		mount := auths[path] | ||||
|  | ||||
| @@ -150,7 +150,7 @@ func (c *AuthListCommand) detailedMounts(auths map[string]*api.AuthMount) []stri | ||||
| 			replication = "local" | ||||
| 		} | ||||
|  | ||||
| 		out = append(out, fmt.Sprintf("%s | %s | %s | %s | %s | %s | %v | %s", | ||||
| 		out = append(out, fmt.Sprintf("%s | %s | %s | %s | %s | %s | %s | %t | %s", | ||||
| 			path, | ||||
| 			mount.Type, | ||||
| 			mount.Accessor, | ||||
| @@ -158,6 +158,7 @@ func (c *AuthListCommand) detailedMounts(auths map[string]*api.AuthMount) []stri | ||||
| 			defaultTTL, | ||||
| 			maxTTL, | ||||
| 			replication, | ||||
| 			mount.SealWrap, | ||||
| 			mount.Description, | ||||
| 		)) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell