Based on https://github.com/jupyter/enterprise_gateway/issues/979 Implementation details: https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/HttpAuthentication.html Options: 1. Easy - add argument to allow username being passed as part of configs/constructors 2. Fancy - implement custom Auth that would replicate this. Might require more efforts, but sounds like interesting task to do.