Bladeren bron

HUE-2930 [aws] Add configuration in the hue.inis

van Orlov 10 jaren geleden
bovenliggende
commit
2cfbef77ea
2 gewijzigde bestanden met toevoegingen van 40 en 0 verwijderingen
  1. 20 0
      desktop/conf.dist/hue.ini
  2. 20 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 20 - 0
desktop/conf.dist/hue.ini

@@ -1045,6 +1045,26 @@
   ## remote_deployement_dir=/user/hue/oozie/deployments
 
 
+###########################################################################
+# Settings for the AWS lib
+###########################################################################
+
+[aws]
+  [[aws_accounts]]
+    # Default AWS account
+    [[[default]]]
+      # AWS credentials
+      ## access_key_id=
+      ## secret_access_key=
+
+      # Allow to use either environment variables or
+      # EC2 InstanceProfile to retrieve AWS credentials.
+      ## allow_environment_credentials=yes
+
+      # AWS region to use
+      ## region=us-east-1
+
+
 ###########################################################################
 # Settings for the Sentry lib
 ###########################################################################

+ 20 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1049,6 +1049,26 @@
   ## remote_deployement_dir=/user/hue/oozie/deployments
 
 
+###########################################################################
+# Settings for the AWS lib
+###########################################################################
+
+[aws]
+  [[aws_accounts]]
+    # Default AWS account
+    [[[default]]]
+      # AWS credentials
+      ## access_key_id=
+      ## secret_access_key=
+
+      # Allow to use either environment variables or
+      # EC2 InstanceProfile to retrieve AWS credentials.
+      ## allow_environment_credentials=yes
+
+      # AWS region to use
+      ## region=us-east-1
+
+
 ###########################################################################
 # Settings for the Sentry lib
 ###########################################################################