mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add docs for single and list secrets functions for agent
This commit is contained in:
@@ -375,7 +375,8 @@ func ProcessTemplate(templateId int, templatePath string, data interface{}, acce
|
||||
dynamicSecretFunction := dynamicSecretTemplateFunction(accessToken, dynamicSecretManager, templateId)
|
||||
getSingleSecretFunction := getSingleSecretTemplateFunction(accessToken, existingEtag, currentEtag)
|
||||
funcs := template.FuncMap{
|
||||
"secret": secretFunction,
|
||||
"secret": secretFunction, // depreciated
|
||||
"listSecrets": secretFunction,
|
||||
"dynamic_secret": dynamicSecretFunction,
|
||||
"getSecretByName": getSingleSecretFunction,
|
||||
"minus": func(a, b int) int {
|
||||
|
||||
Reference in New Issue
Block a user