Antonio-Maranhao commented on issue #1037: Enhancement: Hide non authorized databases from database list URL: https://github.com/apache/couchdb-fauxton/issues/1037#issuecomment-352856955 Definitely a nice feature to have but I don't think we can provide a good solution without API support from `/_all_dbs` @popojargo Option A assumes we'd need to cache which DBs are not accessible, which has its own issues: e.g. how long would it be valid (page refresh, session, etc)? how do I refresh since DB is no longer visible? Option B is essentially option A on auto-mode since the GUI (not the user) would be 'pinging' each DB to find out what's accessible. And unfortunately has the same drawbacks plus not being scalable as you already mentioned.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
