Hi all, has anyone tried relaunching a user's exec...
# flyte-support
g
Hi all, has anyone tried relaunching a user's execution as a different user? I'm noticing that it's relaunched with the original identity rather than the current identity (which may have negative security implications). Wondering if others have noticed this. Thanks! edit: trying to reproduce again edit 2: it's specific to a particular API endpoint that doesn't seem to be reachable from the flyte UI
a
Hey @gentle-umbrella-41187 where do you see this?
g
It actually seems to be specific to the
api/v1/executions/relaunch
. (which confusingly, flyte console doesn't use, it instead uses
api/v1/executions
so I'm not able to reproduce this in the flyte UI. But it can be reproduced with e.g. a manual request)
so it's a more niche case than I originally realized
a
could I ask to to create an Issue including the steps to reproduce? So we can explore it better
👍 1
g
Opened a ticket here https://github.com/flyteorg/flyte/issues/5655 outlining the issue, thanks!
gratitude thank you 1
This actually applies to "Recover" as well, which is more immediate of a concern since it is possible to reproduce it via flyteconsole UI only. On the other hand, note the bug specifically applies to the "execution_identity" field and not the "principal" field.