brskq commented on issue #10516: URL: https://github.com/apache/druid/issues/10516#issuecomment-709888605
Let me also add my `apache-druid/conf/druid/single-server/small/_common/common.runtime.properties`: ```properties # ms_conf_begin druid.indexer.logs.s3Bucket=my-s3-bucket druid.indexer.logs.s3Prefix=dev01/apache-druid/indexing-logs druid.indexer.logs.type=s3 druid.metadata.storage.connector.connectURI=jdbc:postgresql://database-endpoint:5432/mydb druid.metadata.storage.connector.password=mypw druid.metadata.storage.connector.user=myusr druid.metadata.storage.type=postgresql druid.storage.baseKey=dev01/apache-druid/segments druid.storage.bucket=my-s3-bucket druid.storage.storageDirectory=/mnt/druid/druid/var/druid/segments druid.storage.type=s3 # ms_conf_end druid.emitter.logging.logLevel=info druid.emitter=noop druid.extensions.loadList=["druid-hdfs-storage", "druid-kafka-indexing-service", "druid-datasketches", "postgresql-metadata-storage", "druid-s3-extensions"] druid.host=localhost druid.indexer.logs.directory=var/druid/indexing-logs druid.indexing.doubleStorage=double druid.lookup.enableLookupSyncOnStartup=false druid.monitoring.monitors=["org.apache.druid.java.util.metrics.JvmMonitor"] druid.selectors.coordinator.serviceName=druid/coordinator druid.selectors.indexing.serviceName=druid/overlord druid.server.hiddenProperties=["druid.s3.accessKey","druid.s3.secretKey","druid.metadata.storage.connector.password"] druid.sql.enable=true druid.startup.logging.logProperties=true druid.zk.paths.base=/druid druid.zk.service.host=localhost ``` The setup is using the instance profile information for authentication. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
