mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	CLI: Tune plugin version for auth/secret mounts (#17277)
* Add -plugin-version flag to vault auth/secrets tune * CLI tests for auth/secrets tune * CLI test for plugin register * Plugin catalog listing bug where plugins of different type with the same name could be double counted * Use constant for -plugin-version flag name
This commit is contained in:
		| @@ -124,6 +124,8 @@ const ( | ||||
| 	flagNameTokenType = "token-type" | ||||
| 	// flagNameAllowedManagedKeys is the flag name used for auth/secrets enable | ||||
| 	flagNameAllowedManagedKeys = "allowed-managed-keys" | ||||
| 	// flagNamePluginVersion selects what version of a plugin should be used. | ||||
| 	flagNamePluginVersion = "plugin-version" | ||||
| ) | ||||
|  | ||||
| var ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Proctor
					Tom Proctor