mirror of
https://github.com/dignajar/another-ldap-auth.git
synced 2026-04-27 05:55:55 +03:00
[GH-ISSUE #6] CrashLoopBackOff when CACHE_EXPIRATION is configured. #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kishorviswanathan on GitHub (Sep 15, 2020).
Original GitHub issue: https://github.com/dignajar/another-ldap-auth/issues/6
I tried to configure
CACHE_EXPIRATIONvia the environment in the latest docker image and the pod was crash looping.This is the error.
I guess the problem is with the type conversion. You might want to convert the
strvalue to anint@dignajar commented on GitHub (Sep 16, 2020):
Hi, fixed
github.com/dignajar/another-ldap-auth@2d6720458cThank you for report the bug.