mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
committed by
Tim Gross
parent
f060647c9a
commit
39dcef8471
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user