correct vault policy
This commit is contained in:
parent
2415cfcab8
commit
da989b7c77
@ -13,7 +13,7 @@ job "radicale" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
vault{
|
vault{
|
||||||
policies= ["acces-policy"]
|
policies= ["access-tables"]
|
||||||
|
|
||||||
}
|
}
|
||||||
task "radicale" {
|
task "radicale" {
|
||||||
|
@ -20,7 +20,7 @@ job "syncthing" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
vault{
|
vault{
|
||||||
policies= ["policy_name"]
|
policies= ["access-tables"]
|
||||||
|
|
||||||
}
|
}
|
||||||
task "syncthing" {
|
task "syncthing" {
|
||||||
@ -35,8 +35,6 @@ job "syncthing" {
|
|||||||
"homer.logo=http://${NOMAD_ADDR_http}/assets/img/logo-horizontal.svg",
|
"homer.logo=http://${NOMAD_ADDR_http}/assets/img/logo-horizontal.svg",
|
||||||
"homer.target=_blank",
|
"homer.target=_blank",
|
||||||
"homer.url=http://${NOMAD_ADDR_http}",
|
"homer.url=http://${NOMAD_ADDR_http}",
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
config {
|
config {
|
||||||
|
Loading…
Reference in New Issue
Block a user