Browse Source

HUE-3839 [sentry] Enabled Solr privilege section

Romain Rigaux 9 năm trước cách đây
mục cha
commit
c1e54ae

+ 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
 
 
 ###########################################################################