[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-13 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r556796308 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamSamplerSpec.java ## @@ -102,7 +106,7 @@ public

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-13 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r556796195 ## File path: extensions-core/azure-extensions/src/test/java/org/apache/druid/data/input/azure/AzureInputSourceTest.java ## @@ -214,6 +216,78 @@

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-13 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r556551833 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/common/task/IndexTask.java ## @@ -232,6 +237,10 @@ public boolean

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-12 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r555825958 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/common/task/IndexTask.java ## @@ -1044,17 +1048,21 @@ public IndexIOConfig(

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-12 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r555815427 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java ## @@ -153,6 +154,9 @@ @JsonIgnore

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-12 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r555809503 ## File path: extensions-core/hdfs-storage/src/main/java/org/apache/druid/inputsource/hdfs/HdfsInputSource.java ## @@ -214,10 +215,23 @@ public

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-12 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r555808142 ## File path: core/src/main/java/org/apache/druid/data/input/AbstractInputSource.java ## @@ -31,13 +31,16 @@ */ public abstract class

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-03 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r551042834 ## File path: core/src/main/java/org/apache/druid/data/input/impl/InputSourceSecurityConfig.java ## @@ -0,0 +1,168 @@ +/* + * Licensed to the

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2021-01-03 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r551042745 ## File path: docs/configuration/index.md ## @@ -1358,8 +1358,8 @@ You can optionally configure following additional configs to restrict druid

[GitHub] [druid] nishantmonu51 commented on a change in pull request #10677: Add URI based allowPrefexList and denyPrefixList

2020-12-16 Thread GitBox
nishantmonu51 commented on a change in pull request #10677: URL: https://github.com/apache/druid/pull/10677#discussion_r544148377 ## File path: core/src/main/java/org/apache/druid/data/input/impl/InputSourceSecurityConfig.java ## @@ -0,0 +1,168 @@ +/* + * Licensed to the