-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG][UI] Single Task Execution fails due to missing role #582
Labels
Milestone
Comments
8 tasks
Implemented by flyteorg/flyteconsole#119 |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Adding syntax edits.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
…flyteorg#582) Signed-off-by: Olga Nad <[email protected]> Signed-off-by: Olga Nad <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
* Support for cross-project secrets for GCP Signed-off-by: Jeev B <[email protected]> * Bump flyteplugins version (flyteorg#581) Signed-off-by: Kevin Su <[email protected]> Signed-off-by: Jeev B <[email protected]> --------- Signed-off-by: Jeev B <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: Kevin Su <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
Signed-off-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
* Support for cross-project secrets for GCP Signed-off-by: Jeev B <[email protected]> * Bump flyteplugins version (flyteorg#581) Signed-off-by: Kevin Su <[email protected]> Signed-off-by: Jeev B <[email protected]> --------- Signed-off-by: Jeev B <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: Kevin Su <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Users are unable to use the UI to launch Single Task executions because the task does not receive a value for
auth_role
and does not inherit one from a LaunchPlan.This will make it impossible for the executing code to read inputs and the task will fail.
The UI either needs to prompt users for a role to provide, or somehow select a default role automatically.
Expected behavior
It should be possible to execute a Task independently assuming all inputs are provided and there are no user code or system errors.
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment
Flyte component
The text was updated successfully, but these errors were encountered: