I have followed these two documents openfaas workshop ,multi-stage implementing openfaas functions on Kubernetes.
Part of multi-stage article says:
Note that the above configuration will prohibit functions from calling each other or from reaching the OpenFaaS core services.
There is role binding configuration on ingress which avoid function to call each other.
What is the solution to that can able function to call each other but secure?