forked from mirrors/nixpkgs
Merge pull request #23155 from doshitan/fix-prometheus-basic-auth
prometheus service: fix basic auth option
This commit is contained in:
commit
1c555e772e
|
@ -134,6 +134,7 @@ let
|
|||
};
|
||||
});
|
||||
default = null;
|
||||
apply = x: if x == null then null else _filter x;
|
||||
description = ''
|
||||
Optional http login credentials for metrics scraping.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue