of course
We have an orion instance hosted on our kubernetes cluster through a domain (lets say "
abc.bleed.com"). if i set the PREFECT_API_URL to "
abc.bleed.com/api" on my local computer to send requests to the K8s hosted orion, the request is executed without the proper PREFECT_API_KEY set on my local prefect instance. So my question would be, is there a way to make the K8s hosted orion instance require my local computer prefect instance to have to have the PREFECT_API_KEY set to the correct value that is set in the K8s orion instance
I just want to figure out how I can authenticate my requests to the self hosted orion server via API_KEY to prevent any one that knows my domain name to send requests to it and cause a workload for my k8s nodes (this our security concern)