added consul and vault tokens

This commit is contained in:
2022-02-06 15:10:15 +05:30
parent 3f55152c29
commit d5a7c406f5
2 changed files with 7 additions and 3 deletions

View File

@@ -72,6 +72,8 @@ func main() {
"run",
"-address="+config.Source.URL,
"-token="+config.Source.Token,
"-consul-token="+config.Source.ConsulToken,
"-vault-token="+config.Source.VaultToken,
templPath,
)
var out bytes.Buffer