Compare commits
2 commits
597ed06a25
...
106db58d50
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
106db58d50 | ||
|
|
3c694b6fb3 |
1 changed files with 10 additions and 10 deletions
|
|
@ -541,17 +541,17 @@ in
|
||||||
}
|
}
|
||||||
) cfg.secrets)
|
) cfg.secrets)
|
||||||
// {
|
// {
|
||||||
openbao-zitadel-jwt = {
|
openbao-zitadel-jwt = {
|
||||||
description = "React to Zitadel JWT changes (restart vault-agent)";
|
description = "React to Zitadel JWT changes (restart vault-agent)";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
pathConfig = {
|
pathConfig = {
|
||||||
PathChanged = cfg.zitadelJwtPath;
|
PathModified = cfg.zitadelJwtPath;
|
||||||
Unit = "openbao-jwt-changed.service";
|
Unit = "openbao-jwt-changed.service";
|
||||||
TriggerLimitIntervalSec = 30;
|
TriggerLimitIntervalSec = 30;
|
||||||
TriggerLimitBurst = 3;
|
TriggerLimitBurst = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
openbao-secrets-ready = {
|
openbao-secrets-ready = {
|
||||||
description = "Re-check OpenBao secrets readiness";
|
description = "Re-check OpenBao secrets readiness";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue