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
Document warning about using "short-term" credentials
Document/Show possible ways to extend credential life?
Document/provide examples for "refreshing" credentials used by the cml runner created instance.
Why? By default, these OIDC credentials expire after 1hr which is likely to be surpassed by ML workflows. After which time cml will fail to self-delete.
Other notes:
on AWS code wise the credential format is the exact same and essentially no changes are required
on GCP credentials format was different requiring custom parsing to determine the ProjectID see: iterative/terraform-provider-iterative#506
on az/azure 🙈 I have done zero testing
cml runner
created instance.Why? By default, these OIDC credentials expire after
1hr
which is likely to be surpassed by ML workflows. After which time cml will fail to self-delete.Other notes:
on
AWS
code wise the credential format is the exact same and essentially no changes are requiredon
GCP
credentials format was different requiring custom parsing to determine theProjectID
see: iterative/terraform-provider-iterative#506on
az
/azure
🙈 I have done zero testing/CC #208
Follow up of iterative/cml#862
The text was updated successfully, but these errors were encountered: