totpcgi / 2fa: remove old totpci and files and roles.

Note: there are still some calls here in old fas in openshift, but we
will remove those when we remove old fas (likely as soon as zodbot is
ported over to noggin).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-17 13:00:56 -07:00
parent 6ac5a89b14
commit f23fd1b7a1
28 changed files with 0 additions and 1524 deletions

View file

@ -94,16 +94,6 @@ backend freemedia-backend
#{% endif %}
# option httpchk GET /packages/_heartbeat
frontend totpcgiprovision-frontend
bind 0.0.0.0:10019
default_backend totpcgiprovision-backend
backend totpcgiprovision-backend
balance hdr(appserver)
http-check expect status 401
server fas01 fas01:8444 check inter 5s rise 1 fall 2
option httpchk GET /index.cgi
frontend blockerbugs-frontend
bind 0.0.0.0:10022
default_backend blockerbugs-backend
@ -289,28 +279,6 @@ backend ipa-backend
{% endif %}
option httpchk GET /ipa/ui/
# This is for TOTPCGI (legacy 2fa). It goes to the Openshift routers, which then passthrough TLS to the totpcgi pods
frontend totp-frontend
mode tcp
bind 0.0.0.0:8443
default_backend totp-backend
backend totp-backend
mode tcp
option tcplog
balance roundrobin
maxconn 16384
timeout queue 5000
timeout server 86400000
timeout connect 86400000
server os-node01 os-node01:443 weight 1 maxconn 16384
server os-node02 os-node02:443 weight 1 maxconn 16384
server os-node03 os-node03:443 weight 1 maxconn 16384
server os-node04 os-node04:443 weight 1 maxconn 16384
{% if env == "production" %}
server os-node05 os-node05:443 weight 1 maxconn 16384
{% endif %}
frontend krb5-frontend
mode tcp
bind 0.0.0.0:1088