Implement HTTP search API for Variables (#13257)

* Add Path only index for SecureVariables
* Add GetSecureVariablesByPrefix; refactor tests
* Add search for SecureVariables
* Add prefix search for secure variables
This commit is contained in:
Charlie Voiselle
2022-06-19 20:39:00 -07:00
committed by Tim Gross
parent f060647c9a
commit 39dcef8471
8 changed files with 497 additions and 68 deletions

View File

@@ -17,6 +17,7 @@ const (
Recommendations Context = "recommendations"
ScalingPolicies Context = "scaling_policy"
Plugins Context = "plugins"
SecureVariables Context = "vars"
Volumes Context = "volumes"
// These Context types are used to associate a search result from a lower