Skip to content

Commit 608a498

Browse files
committed
Chore: Update Vault Cert TTL to 1 hour
1 parent 3f252ef commit 608a498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

persys-forgery/utils/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (c *Config) applyDefaults() {
100100
c.Vault.AuthMethod = "token"
101101
}
102102
if c.Vault.CertTTL == 0 {
103-
c.Vault.CertTTL = 24 * time.Hour
103+
c.Vault.CertTTL = 1 * time.Hour
104104
}
105105
if c.Vault.RetryInterval == 0 {
106106
c.Vault.RetryInterval = 30 * time.Second

0 commit comments

Comments
 (0)