File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
salt/metalk8s/addons/prometheus-operator/config Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1313 # Configure the Alertmanager Deployment
1414 deployment :
1515 replicas : 1
16+ config :
17+ enable_oidc_authentication : false
18+ oidc :
19+ issuer : " " # OIDC provider URL
20+ audience : " " # Expected audience claim in the token
21+ groupsClaim : " " # JWT claim name that carries user groups/roles
22+ authorizedGroups : [] # Groups/roles allowed to access Alertmanager
1623 notification :
1724 config :
1825 global :
Original file line number Diff line number Diff line change 1111 retention_time : " 10d"
1212 retention_size : " 0" # "0" to disable size-based retention
1313 enable_admin_api : false
14+ enable_oidc_authentication : false
15+ oidc :
16+ issuer : " " # OIDC provider URL
17+ audience : " " # Expected audience claim in the token
18+ groupsClaim : " " # JWT claim name that carries user groups/roles
19+ authorizedGroups : [] # Groups/roles allowed to access Prometheus
1420 serviceMonitor :
1521 kubelet :
1622 scrapeTimeout : 10s
You can’t perform that action at this time.
0 commit comments