mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	Plumb request UUID through the API
This commit is contained in:
		@@ -9,6 +9,9 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Secret is the structure returned for every secret within Vault.
 | 
					// Secret is the structure returned for every secret within Vault.
 | 
				
			||||||
type Secret struct {
 | 
					type Secret struct {
 | 
				
			||||||
 | 
						// The request ID that generated this response
 | 
				
			||||||
 | 
						RequestID string `json:"request_id"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LeaseID       string `json:"lease_id"`
 | 
						LeaseID       string `json:"lease_id"`
 | 
				
			||||||
	LeaseDuration int    `json:"lease_duration"`
 | 
						LeaseDuration int    `json:"lease_duration"`
 | 
				
			||||||
	Renewable     bool   `json:"renewable"`
 | 
						Renewable     bool   `json:"renewable"`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user