Created 05-16-2018 07:55 PM
I am trying to filter the IP's in a range in Apache Ranger for Kafka policies. If anyone has done it before, then could you please advise.
Created 05-17-2018 02:29 PM
@Preeti Padelkar Please refer: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_security/content/kafka_policy.html
IP range can be specified in "Policy Conditions" section.
Created 05-17-2018 02:59 PM
Hello Sandeep, Thank you for the response. I have created the policy, though I wanted to know what is the format to specify the range of the IP?
I tried with IP1-IP2 (with a dash sign in between 2 IP's), though it didn't work for me. Could you please advise on that part?
Created 05-30-2018 03:15 PM
Could you please try the regex something like "1.2.3.*" and see how it goes.