mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package command
 | |
| 
 | |
| import (
 | |
| 	"github.com/hashicorp/vault/command/server"
 | |
| 	"github.com/hashicorp/vault/vault"
 | |
| )
 | |
| 
 | |
| var adjustCoreConfigForEnt = adjustCoreConfigForEntNoop
 | |
| 
 | |
| func adjustCoreConfigForEntNoop(config *server.Config, coreConfig *vault.CoreConfig) {
 | |
| }
 | 
