Periodic scoped tokens (~/.config/openbao/*.token) expired because nothing renewed them within their period. renew-app-tokens.sh renews all of them via auth/token/renew-self; openbao-token-renew.timer runs it daily (Persistent=true). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
160 B
SYSTEMD
11 lines
160 B
SYSTEMD
[Unit]
|
|
Description=Daily renewal of scoped OpenBAO app tokens
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
RandomizedDelaySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|