Is there a way to get the principal that kicked of...
# flyte-support
c
Is there a way to get the principal that kicked off an execution in a flyte propeller plugin? I noticed that the presto plugin tries to pull the principal from the context but its not present.
It looks like the user is pulled out of the identity context and possibly written to the DB hmm.
I think I might just plumb it through annotations on the execution resource but it might be nice for this to be accessible
t
this has not been plumbed through. i remember multiple people have asked for it, but i can’t find the issue that was created.
mind creating an issue for this? and I’ll attach the other one if/when i find it
c
Yeah sure. You think this would be plumbed through the CR?
t
yeah but that’s the easier part i think, also then down to the plugins
and will need to be configurable
c