hello, in flyte, is there a way to get information...
# flyte-deployment
f
hello, in flyte, is there a way to get information about the user who submitter the run?
provided that the user authenticated using oauth
f
It’s stored in the db called principal
f
is there a way to get it using pyflyte or flytekit?
w
We used FlyteRemote to get the execution and grab the security context.
f
I was hoping to add a label with the email of the user requesting the run
with your method it would be too late
f
it should come back from flyteremote
This label should be set on the pods.
In case that helps.