Created on 06-11-2018 09:21 AM - edited 09-16-2022 06:19 AM
Hi,
I have not yet kerberized my Hadoop cluster yet. But, I am wondering about keytab (content).
Originally, I thought a keytab entry is just 1..to..N couples (principal name, secret key unencrypted).
But, recently, while trying to validate that point of view, I have read, here for example, that the secret key is stored encrypted. So, it means then that there should be somewhere a master key to store the keytab's secret in an encrypted form.
So, my (simple) questions:
- How a secret key is stored inside a keytab ? raw (uncrypted) ? encrypted ?
- If stored encrypted, what is the master key to crypt keytab's secret ?
Thanks.
Created 06-11-2018 09:57 AM
When creating the KDC server the database holds the Master key
HTH
Created 06-11-2018 09:57 AM
When creating the KDC server the database holds the Master key
HTH
Created 06-18-2018 02:51 PM