Compare commits

..

No commits in common. "dc43044d003ff28ab40ed40b7ef11f0ae63b2054" and "660cdfb99615a808b818dfc06fae1dd2de881bd0" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,6 @@ job "smtp-relay" {
region = "global"
group "smtp-relay" {
count = 1
@ -79,7 +77,7 @@ job "smtp-relay" {
data = <<_EOF
# SMTP Auth
SMTP_USERNAME=smtp@example.org
SMTP_PASSWORD={{ with secret "kv/service/smtp-relay" }}{{ .Data.data.pwd }}{{ end }}
SMTP_PASSWORD={{ with secret "/kv/service/smtp-relay" }}{{ .Data.data.pwd }}{{ end }}
_EOF
destination = "secrets/env"
uid = 100000

View File

@ -1,3 +1,3 @@
path "kv/data/service/smtp-relay" {
path "/kv/data/service/smtp-relay" {
capabilities = ["read"]
}