Using:
Debian 10
AWX in docker
FreeRadius
Noticing requests passed back to the container keep timing out like so:
# docker logs -n 1000 awx_web
ERROR:root:RADIUS timeout occurred contacting 167.172.128.7:1812
2021-04-02 06:55:53,460 WARNING awx.api.generics Login failed for user raykump@protonmail.com from 172.18.0.1
More information about it can be found here: https://www.reddit.com/r/linuxquestions/comments/m0wmxr/freeradius_authentication_against_external_oauth/
Has anyone experienced radius timeouts? Anything i can try to rectify this?
Thanks everyone,