Istio Gateway Twilio error #53926
Replies: 1 comment
-
kubectl create namespace istio-system helm upgrade --install istio-base istio/base -n istio-system --set defaultRevision=default helm upgrade --install istiod istio/istiod -n istio-system --wait Istio-gateway-deployment: apiVersion: v1 apiVersion: apps/v1 apiVersion: rbac.authorization.k8s.io/v1
apiVersion: rbac.authorization.k8s.io/v1
gateway: apiVersion: networking.istio.io/v1 my ingress yaml: apiVersion: networking.k8s.io/v1 Virtual-service yaml: apiVersion: networking.istio.io/v1 |
Beta Was this translation helpful? Give feedback.
-
Hi,
we are using send sms for twilio with springboot application, when i am using ingress controller send sms api is working fine without errors.
but when I was intigrated with istio gateway same api showing "com.twilio.exception.ApiException: Authenticate"
we are passing same creds for ingress and istio gateway but ingress got sccessed without errors but when i call same api through istio gateway getting error like ""message": "com.twilio.exception.ApiException: Authenticate""
Beta Was this translation helpful? Give feedback.
All reactions