aerospike / aerospike-prometheus-exporter

Monitoring suite for the Aerospike DB
Apache License 2.0
36 stars 20 forks source link

allow aerospike prometheus exporter to run as non-root #103

Closed iyashu closed 8 months ago

iyashu commented 10 months ago

Since the prometheus exporter leverages various configuration files under /etc/aerospike-prometheus-exporter directory by default, the pull request updates the permission to allow running aerospike prometheus exporter container run as non-root user. This allows us to host this exporter under restricted environment where pods needs to be started as non-root user.

sunilvirus commented 8 months ago

Thanks for your contribution. This will go as part of the next release.