Member since
09-23-2013
238
Posts
72
Kudos Received
28
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2467 | 08-13-2019 09:10 AM |
08-13-2019
09:10 AM
What version of CM/CDH are you using? Do you have an enterprise licensee (its required for Auto-TLS). From the documentation here: https://www.cloudera.com/documentation/enterprise/latest/topics/auto_tls.html What section/step of the documentation are you on? All that step did (touching the database) was disable TLS in the CM config...
... View more
10-12-2014
11:11 AM
1 Kudo
Cloudera Manager passes configuration and those keytabs through the agent at startup of the CDH processes configured to run on that cluster server. Those are correct keytabs to be distributed to those services. The monitoring services re-use the hue keytab for their activity with cluster nodes. For the HDFS keytab present that is for functionality within reports manager that requires access to hdfs information. The principal names are described within the SCM management DB, as well as the merged keytabs for the roles as gathered from the credentials table. Todd
... View more
08-01-2014
05:26 PM
1 Kudo
The keytabs are pushed from a database to a runtime location at startup of services, what you are describing as a configuration is not really viable from what I understand. You will see /var/run/cloudera-scm-agent/process/ but this is ephemeral, next restart will have another locaiton. You could experiment with trying to provide the manual keytabs through safety valve to the necessary services. Todd
... View more