lukestephenson opened a new pull request #12:
URL: https://github.com/apache/pulsar-helm-chart/pull/12


   Grafana and pulsar manager now support restricting
   the available IPs that can be used.
   
   Note, this is my first experience with helm, so it may not be the most 
appropriate approach.
   
   Fixes #984 / https://github.com/apache/pulsar/issues/6950
   
   ### Motivation
   
   Supporting an "allow list" of valid IPs for hitting the public pulsar 
manager and grafana endpoints for additional security.
   
   ### Modifications
   
   If no values are provided, do not omit `loadBalancerSourceRanges` in the 
generated yaml.
   
   Otherwise, the values are omitted under `loadBalancerSourceRanges`
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to