htz-cloud.influxdb: disallow metrics endpoint

This commit is contained in:
Franzi 2022-10-02 11:05:16 +02:00
parent 8c77e5824a
commit f42597260d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -50,6 +50,9 @@ nodes['htz-cloud.influxdb'] = {
'/debug': {
'return': 403,
},
'/metrics': {
'return': 403,
},
},
},
},