mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/prometheus: fix usage of bearer_token
This commit is contained in:
parent
41d2ab4085
commit
39ce4ddd85
1 changed files with 2 additions and 2 deletions
|
@ -252,8 +252,8 @@ let
|
|||
promTypes.scrape_config = types.submodule {
|
||||
options = {
|
||||
authorization = mkOption {
|
||||
type = types.attrs;
|
||||
default = {};
|
||||
type = types.nullOr types.attrs;
|
||||
default = null;
|
||||
description = ''
|
||||
Sets the `Authorization` header on every scrape request with the configured credentials.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue