mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	 df57ff46ff
			
		
	
	df57ff46ff
	
	
	
		
			
			* Add stubs for plugin wif * add header to sdk file * drop changelog to move it * fix test
		
			
				
	
	
		
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Copyright (c) HashiCorp, Inc.
 | |
| // SPDX-License-Identifier: MPL-2.0
 | |
| 
 | |
| package pluginidentityutil
 | |
| 
 | |
| import "errors"
 | |
| 
 | |
| var ErrPluginWorkloadIdentityUnsupported = errors.New("plugin workload identity not supported in Vault community edition")
 |