Robert

Results 58 comments of Robert

I'm not opposed...... but..... Can you help me understand why the cache file is something you want to avoid on Kubernetes? The process _might_ stay alive for a long time,...

> Maybe I'm not fully understanding Ecobee's authorization process fully. Does the 30 day expiration of the refresh token mean that every 30 days, I'll have to do the manual...

There are two ways to get the initial access and refresh token: - https://www.ecobee.com/home/developer/api/documentation/v1/auth/authz-code-authorization.shtml - https://www.ecobee.com/home/developer/api/documentation/v1/auth/pin-api-authorization.shtml both require some user involvement.

https://kubernetes.web.cern.ch/blog/2023/04/12/propagating-oauth2-tokens-made-easier/ looks like an interesting approach. It might need some tweaking. (This is basically outsourcing the refreshing to the operator, which stores it in a Secret for you.)

I'm reopening this PR so I can remove it from my INBOX but not lose track of it :) I don't want to forget about it, as I promised I'd...

This is improved by #14, but there are few other suggested doc changes that we should do.

There are two different problems there: 1- Whatever Google Cloud project our API key is associated with (and I can't figure out which one it is) doesn't have billing enabled,...

Hi @sjn . Thanks for volunteering to help. What you say might have been true 20 years ago. Today, Perl Mongers is on life support. Only 37% of the websites...

You can see my noodling with this including passes and fails at https://github.com/rspier/pause/actions?query=enforce-rebase

Thanks Graham. I wonder if that's new. It's definitely a bit buried. And that's definitely cleaner than a custom workflow. ![image](https://github.com/andk/pause/assets/43223/9eefea00-ea61-4383-b6dd-ed3c5beb94be) We might actually want *both* this check and GitHub's...