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