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
Motivation: Why do you think this is important?
Flyte launches many entities through different execution engines, defining what identity each one should impersonate when executing has been one of the confusing aspects of using Flyte. Let's step back, define what the right model is based on what we know today and make sure it works across the stack.
Goal: What should the final outcome look like, ideally?
Works with Tasks that run on pods, remote containers (e.g. AWS Batch) where you have user's custom code that runs and need an identity to communicate with other resources as well as metadata tasks (e.g. SQL Queries, WebAPI calls... etc.) where the execution of user's code is more controlled.
Defaults can be set at Task level but should be overridable at LaunchPlan and Execution levels
Support passing secrets, IAM and k8s service accounts.
The text was updated successfully, but these errors were encountered:
Motivation: Why do you think this is important?
Flyte launches many entities through different execution engines, defining what identity each one should impersonate when executing has been one of the confusing aspects of using Flyte. Let's step back, define what the right model is based on what we know today and make sure it works across the stack.
Goal: What should the final outcome look like, ideally?
The text was updated successfully, but these errors were encountered: