-
Hi, i set various cloudera_manager_options:
frontend-URL was not set. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Are you setting |
Beta Was this translation helpful? Give feedback.
-
Hi wmduge, My settings are
But the playbooks configure LDAP settings if is use the above mentioned configuration. I just want to use PAM for cloudera manager - that means cloudera manager is using the users and groups from the OS. Regards Uli |
Beta Was this translation helpful? Give feedback.
-
Try the following in your cloudera_manager_options:
KRB_AUTH_ENABLE: "true"
REFERER_CHECK: "false"
frontend_url: "https://proxy.your.domain"
auth_providers:
PAM:
type: PAM
cloudera_manager_external_auth:
provider: PAM |
Beta Was this translation helpful? Give feedback.
-
@wmudge: Thanks a lot. I have a more or less working config now. i finally set :
|
Beta Was this translation helpful? Give feedback.
@wmudge: Thanks a lot. I have a more or less working config now.
i finally set :
external_only and external_first are requir…