mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	Change default TTL from 30 to 32 to accommodate monthly operations (#1942)
This commit is contained in:
		@@ -174,7 +174,7 @@ func TestRekey_init_pgp(t *testing.T) {
 | 
			
		||||
		Logger: nil,
 | 
			
		||||
		System: logical.StaticSystemView{
 | 
			
		||||
			DefaultLeaseTTLVal: time.Hour * 24,
 | 
			
		||||
			MaxLeaseTTLVal:     time.Hour * 24 * 30,
 | 
			
		||||
			MaxLeaseTTLVal:     time.Hour * 24 * 32,
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
	sysBackend := vault.NewSystemBackend(core, bc)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user