htz-cloud.influxdb: disallow metrics endpoint
This commit is contained in:
parent
8c77e5824a
commit
f42597260d
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ nodes['htz-cloud.influxdb'] = {
|
|||
'/debug': {
|
||||
'return': 403,
|
||||
},
|
||||
'/metrics': {
|
||||
'return': 403,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue