matrix-org / prosody-mod-auth-matrix-user-verification

Matrix user verification auth for Prosody
Apache License 2.0
23 stars 12 forks source link

UVS service url is not reachable from prosody #23

Open sukanyamallick08 opened 8 months ago

sukanyamallick08 commented 8 months ago

We have deployed both uvs and prosody inside k8s cluster, so our uvs app is not exposed to internet and we are expecting to communicate between prosody and uvs through service url. But from prosody mod_auth_matrix_user_verification.lua file, we are getting NXDomain in A lookup error as it is searching for the url in the internet. For temporary, we have given the ip address as uvs url, which is working for us now, but we can't use ip address as permanent solution. Does anyone know?