Hi , We use v0.9.2 version of Datahub. We gave the...
# troubleshoot
b
Hi , We use v0.9.2 version of Datahub. We gave the expiry for Bearer token as "_*never"*_, but still it expired. The token is no longer working and it gives forbidden. Is this option ("never" ) for bearer token expiry is valid? Even though we opt for "never" option under expiry , in the next screen it shows as in the screen shot given below cc: @melodic-match-38516
b
There was a PR fixing the message https://github.com/datahub-project/datahub/pull/7078 for the token modal message. As for the token, perhaps you can decode it and check if the expiry date is inside the payload? Non-expiring tokens don't have expiry info in the payload (I'm running 0.8.45)
b
Thank You @better-orange-49102