faitout
faitout copied to clipboard
Display db name for ip
I was playing around with faitout and have opened too many connections and I lost reference to the previous dbs to drop the connection and can not create new db.
Not sure if it's a good idea security wise but I propose to allow the ability to view all the db for a specified IP.
To satisfy the security issue I propose also that we create a login panel that Fedora users can connect and users with correct access can then view all the db names to ip mapping. Thoughts?
I am very much in favor of leaving faitout without auth.
Regarding accessing the session for an IP, I'm not sure, it sounds like an easy way to DOS someone, worst case all you have to do is come back in 30 minutes or so. I know that this doesn't sound ideal though
Hmm how about a route that shows you from your IP the number of active connections and eta of when it'll be dropped?
That sound doable yes
Implemented in: https://github.com/fedora-infra/faitout/pull/9 :)
without the ETA though, we could add it though I think