|
|
@@ -816,6 +816,11 @@
|
|
|
# A comma-separated list of white-listed Hive configuration properties that users are authorized to set.
|
|
|
# config_whitelist=hive.map.aggr,hive.exec.compress.output,hive.exec.parallel,hive.execution.engine,mapreduce.job.queuename
|
|
|
|
|
|
+ # Override the default desktop username and password of the hue user used for authentications with other services.
|
|
|
+ # e.g. Used for LDAP/PAM pass-through authentication.
|
|
|
+ ## auth_username=hue
|
|
|
+ ## auth_password=
|
|
|
+
|
|
|
[[ssl]]
|
|
|
# Path to Certificate Authority certificates.
|
|
|
## cacerts=/etc/hue/cacerts.pem
|
|
|
@@ -823,11 +828,6 @@
|
|
|
# Choose whether Hue should validate certificates received from the server.
|
|
|
## validate=true
|
|
|
|
|
|
- # Override the default desktop username and password of the hue user used for authentications with other services.
|
|
|
- # e.g. Used for LDAP/PAM pass-through authentication.
|
|
|
- ## auth_username=hue
|
|
|
- ## auth_password=
|
|
|
-
|
|
|
|
|
|
###########################################################################
|
|
|
# Settings to configure Impala
|
|
|
@@ -866,6 +866,11 @@
|
|
|
# (compute or send back results) for that session within QUERY_TIMEOUT_S seconds (default 12hours).
|
|
|
## session_timeout_s=43200
|
|
|
|
|
|
+ # Override the desktop default username and password of the hue user used for authentications with other services.
|
|
|
+ # e.g. Used for LDAP/PAM pass-through authentication.
|
|
|
+ ## auth_username=hue
|
|
|
+ ## auth_password=
|
|
|
+
|
|
|
[[ssl]]
|
|
|
# SSL communication enabled for this server.
|
|
|
## enabled=false
|
|
|
@@ -876,11 +881,6 @@
|
|
|
# Choose whether Hue should validate certificates received from the server.
|
|
|
## validate=true
|
|
|
|
|
|
- # Override the desktop default username and password of the hue user used for authentications with other services.
|
|
|
- # e.g. Used for LDAP/PAM pass-through authentication.
|
|
|
- ## auth_username=hue
|
|
|
- ## auth_password=
|
|
|
-
|
|
|
|
|
|
###########################################################################
|
|
|
# Settings to configure the Spark application.
|