Hi all :slightly_smiling_face: Is it possible to r...
# flyte-support
h
Hi all 🙂 Is it possible to run an reference task in a preconfigured namespace and not in the namespace of the workflow utilizing it?
f
That is not possible- you can configure flyte to run all tasks in specific namespaces
Reason is ownership and permissions
also would love to understand the usecase
h
I think of a reference task like calling a service another team in the org owns
Oh... I see I misspelled reference as inference @freezing-airport-6809
Corrected it
f
aah ok
yes, but running it in some other namespace is like privilege escalation
why do you want to do it?
h
I want it to behave as if it's a service. It's a very useful pattern for cross org collaboration
I want the privilege to be available just for the reference task and not for other tasks in the consuming workflow
f
Interesting