Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Reconnect on a timer #33

Open
ConnorRigby opened this issue Mar 3, 2022 · 0 comments
Open

Feature Request: Reconnect on a timer #33

ConnorRigby opened this issue Mar 3, 2022 · 0 comments

Comments

@ConnorRigby
Copy link

GCP requires using JTWs instead of TLS. Part of the JWT is an exp field that specifies the time in which the JWT expires. GCP boots the connection at that time. Since tortoise311 has it's config supplied via supervision specs, it just tries to use the same JWT over and over
again.

I think there are two parts to building this:

  1. allow reconfiguring a connection with a new set of credentials
  2. create an optional timer that specifies when the credentials expire

I'm happy to implement said feature, just want to get a discussion on it before starting.

Thanks so much!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant