I have a docker container which has Flask application running. I want to use this API for connection. I am very new to Kerberos and I have very little practical knowledge on it.
My host system will have a Kerberos client installed which can connect to hadoop successfully. Can I somehow use the host system TGT to connect to Hadoop? I have looked at almost all the resources available online and I understand how Kerberos and Hadoop interact. I would just like to know how do I make it work from inside the docker container.