Commit 03f5a26
Ankit Juneja
fix: cloudwatch_is_available should check source key presence not connection_verified
detect_sources.py populates sources["cloudwatch"] from alert annotations
(cloudwatch_log_group) but never writes connection_verified — CloudWatch
uses ambient IAM auth, not an API key. Checking connection_verified caused
the tool to be permanently hidden even when CloudWatch context was present.1 parent f3f5434 commit 03f5a26
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
0 commit comments