k8spin / prometheus-multi-tenant-proxy

Prometheus multi-tenant Proxy. Needed to deploy Prometheus in a multi-tenant way
GNU General Public License v3.0
67 stars 13 forks source link

Whitelist allowed endpoints after authentication #83

Closed derlin closed 1 year ago

derlin commented 1 year ago

Add the --protected-endpoints option, that is a list of path suffix that are allowed after authentication.

Only allow well-known query endpoints by default, and leave the possibility to turn this feature off by passing an empty string.

Closes #68

derlin commented 1 year ago

@angelbarrera92 ?

angelbarrera92 commented 1 year ago

Thanks again @derlin!