Is there a way to bump how much time the auth toke...
# flyte-deployment
g
Is there a way to bump how much time the auth token lasts (currently 30 mins) during a helm config change?
a
Hey Bogdan. Are you using the
selfAuthServer
?
g
just ODIC powered by Google
a
ok I see a
accessTokenLifespan
parameter that's by default 20m but you could set:
Copy code
appAuth:
  selfAuthServer:
    accessTokenLifespan: 30m0s #change this
exact location depends on the Helm chart you're using (flyte-binary or flyte-core)
g
flyte-binary
I look here for helm stuff
a
Copy code
configuration.auth.appAuth.selfAuthServer.accessTokenLifespan
could you try that, at least it's a valid flyteadmin parameter
@gifted-advantage-40886 does this work for you? if not, we can always insert this under
inline
g
that didn't work
how would the inline stuff look like?
a
configuration.inline.auth.appAuth.selfAuthServer.accessTokenLifespan
g
that didn't work either
Screenshot 2024-09-02 at 6.24.13 PM.png
a
you mean the token still expires at 30' or the config didn't end up in the configmap?