Hi guys, How are you solving a Jira rotating toke...
# troubleshooting
c
Hi guys, How are you solving a Jira rotating token issue? Because in OAuth the refresh_token is expiring and the tap can no longer authenticate, according to this Jira: https://community.developer.atlassian.com/t/superseded-31-january-2022-action-required-deprecating-persistent-refresh-tokens/50348
I'd use a secrets management tool to rotate refresh token, storing into the secrets management tool. Something like Vault, SecretServer, (Keepass in a pinch). That way you'd keep the history as well in case something gets messed up
c
I understand. I thought about this issue too, to develop something personalized. But tap-jira uses the refresh_token so a transfer can be updated as credentials. This makes update management difficult for Jira Extractor as the refresh_token can be invalidated
v
Yeah can you put an issue into meltano? I swear there was one about this for another tap a while back