lhotari commented on PR #22081:
URL: https://github.com/apache/pulsar/pull/22081#issuecomment-1956071168

   Good way to reproduce the issue with the current container (before applying 
this fix):
   ```
   ❯ docker run --user 10000:10001 -e advertisedAddress=foobar --rm -it 
apachepulsar/pulsar:3.0.2  sh \
   -c "bin/apply-config-from-env.py conf/standalone.conf && bin/pulsar 
standalone"
   [conf/standalone.conf] Applying config advertisedAddress = foobar
   Traceback (most recent call last):
     File "/pulsar/bin/apply-config-from-env.py", line 104, in <module>
       f = open(conf_filename, 'w')
   PermissionError: [Errno 13] Permission denied: 'conf/standalone.conf'
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to