infrawise 0.19.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -362,7 +362,7 @@ analysis:
|
|
|
362
362
|
|
|
363
363
|
### AWS setup
|
|
364
364
|
|
|
365
|
-
Infrawise is **read-only**. Minimum IAM policy
|
|
365
|
+
Infrawise is **read-only**. Minimum IAM policy for DynamoDB:
|
|
366
366
|
|
|
367
367
|
```json
|
|
368
368
|
{
|
|
@@ -377,6 +377,8 @@ Infrawise is **read-only**. Minimum IAM policy required:
|
|
|
377
377
|
}
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
+
For the full policy across all supported services, how to scope it to only the services you enable, and using a session policy for temporary scoped credentials, see the [AWS setup guide](https://sidd27.github.io/infrawise/getting-started/aws-setup/).
|
|
381
|
+
|
|
380
382
|
For SSO profiles, log in before running infrawise:
|
|
381
383
|
|
|
382
384
|
```bash
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infrawise",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"mcpName": "io.github.Sidd27/infrawise",
|
|
5
|
-
"description": "CLI-first infrastructure intelligence platform — analyzes DynamoDB,
|
|
5
|
+
"description": "CLI-first infrastructure intelligence platform — analyzes AWS (DynamoDB, Lambda, SQS, SNS, SSM, Secrets Manager, EventBridge, RDS, API Gateway, S3, CloudWatch, Cognito, Kinesis, MSK, ElastiCache), databases (PostgreSQL, MySQL, MongoDB), Apache Kafka, and IaC (Terraform, CDK, CloudFormation), and exposes findings as an MCP server for Claude Code and other AI coding assistants",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mcp",
|
|
8
8
|
"mcp-server",
|