Hey everyone, I'm pretty new to Prefect and I was ...
# prefect-cloud
g
Hey everyone, I'm pretty new to Prefect and I was wondering if there is a way to automate periodically re-authenticating the prefect cloud from our company's always-running machine. I had our prefect agent go down because I hadn't re-authenticated in 30 days from the machine where I was running the agent. Any suggestions on how to programmatically re-authenticate?
1
c
If there is an api key that is not set to expire, this shouldn’t be necessary
The authentication should be fine as long as the api key isn’t expired or revoked
g
@Christopher Boyd great, I'll use the api key to authenticate instead - thank you!
1
🙌 1