We refresh JWT (short living) auth tokens on a 5 min basis. Even if the token is mounted in the filesystem it seems that backend has the old token cached and does not renew it. So at the moment we need to restart the pod every few minutes...
This could potentially also be the reason an the fix for #94
We refresh JWT (short living) auth tokens on a 5 min basis. Even if the token is mounted in the filesystem it seems that backend has the old token cached and does not renew it. So at the moment we need to restart the pod every few minutes...
This could potentially also be the reason an the fix for #94