Closed SckyzO closed 7 months ago
I'll discuss with the team if we can support this approach. Also I need to verify if we can use https://pypi.org/project/bcrypt/ since it is not a package of Python standard library.
Hello,
Another way, it would be to use a reverse proxy like nginx with container mode. it's maybe more easy to integrate a reverse proxy in a docker/podman compose ?
With Nginx we can use basic auth and TLS
resolved by #201
Related documentation: https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/Setup-the-IBM-Spectrum-Scale-Performance-Monitoring-Bridge-for-classic-IBM-Spectrum-Scale-devices https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/blob/master/examples/prometheus_config_file/prometheus_with_basic_auth.yml
Would it be possible to add "Basic Auth" authentication (https://prometheus.io/docs/guides/basic-auth/) for security reasons?