Skip to content

Commit bc99e3b

Browse files
JimvinNickLarsenNZ
andauthored
Set max_renewable_life = 7d in KDC realm config (#300)
Setting max_renewable_life = 7d means by default tickets will be renewable for 7 days. This is useful for applications that expect tickets to be renewable as part of their ticket lifecycle management. Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 4ac9f27 commit bc99e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacks/end-to-end-security/krb5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ data:
122122
KNAB.COM = {
123123
acl_file = /stackable/config/kadm5.acl
124124
disable_encrypted_timestamp = false
125+
max_renewable_life = 7d
125126
}
126127
[domain_realm]
127128
.cluster.local = KNAB.COM

0 commit comments

Comments
 (0)