You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For cloud credentials like AWS and GCP, they may have expiration, e.g. AWS SSO or gcloud reauth, which will cause significant leakage from the controller for jobs and service if we use these local credentials on the controller. We have multiple users encountered this.
A UX fix should be: we raise an error or print out a warning before starting the job/service if we detect the credential can require reauthorization (or even more aggressively, using the service account for controller by default)
Version & Commit info:
sky -v: PLEASE_FILL_IN
sky -c: PLEASE_FILL_IN
The text was updated successfully, but these errors were encountered:
For cloud credentials like AWS and GCP, they may have expiration, e.g. AWS SSO or gcloud reauth, which will cause significant leakage from the controller for jobs and service if we use these local credentials on the controller. We have multiple users encountered this.
A UX fix should be: we raise an error or print out a warning before starting the job/service if we detect the credential can require reauthorization (or even more aggressively, using the service account for controller by default)
Version & Commit info:
sky -v
: PLEASE_FILL_INsky -c
: PLEASE_FILL_INThe text was updated successfully, but these errors were encountered: