فهرست منبع

HUE-3839 [sentry] Enabled Solr privilege section

Romain Rigaux 9 سال پیش
والد
کامیت
c1e54ae
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      apps/security/src/security/conf.py
  2. 1 1
      desktop/conf.dist/hue.ini
  3. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
apps/security/src/security/conf.py

@@ -35,5 +35,5 @@ HIVE_V2 = Config(
 SOLR_V2 = Config(
   key="solr_v2",
   help=_("Use Sentry generic API V2 for Solr."),
-  default=False,
+  default=True,
   type=coerce_bool)

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -1106,7 +1106,7 @@
   ## hive_v2=false
 
   # Use Sentry API V2 for Solr.
-  ## solr_v2=false
+  ## solr_v2=true
 
 
 ###########################################################################

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1110,7 +1110,7 @@
   ## hive_v2=false
 
   # Use Sentry API V2 for Solr.
-  ## solr_v2=false
+  ## solr_v2=true
 
 
 ###########################################################################