Skip to content

security(iam): remove unused ssm:GetParameters from readonly policy - #185

Merged
rafaself merged 1 commit into
mainfrom
fix/177-remove-ssm-getparameters
Jun 24, 2026
Merged

security(iam): remove unused ssm:GetParameters from readonly policy#185
rafaself merged 1 commit into
mainfrom
fix/177-remove-ssm-getparameters

Conversation

@rafaself

Copy link
Copy Markdown
Owner

Summary

  • Remove unused ssm:GetParameters from the AWS capability registry and canonical IAM readonly policy.
  • SSM inventory tools (check_ssm_parameter_inventory, get_application_secret_inventory) are metadata-only and call ssm:DescribeParameters only.
  • Tightens the IAM surface without changing runtime behavior.

Fixes #177

Test plan

  • pnpm run typecheck
  • pnpm test (includes iam-readonly-policy.test.ts, capabilities.test.ts, ssm/client.test.ts)
  • pnpm run test:integrity

Made with Cursor

SSM inventory is metadata-only and uses DescribeParameters only.
Drop the unused capability registry entry and IAM grant.

Fixes #177

Co-authored-by: Cursor <cursoragent@cursor.com>
@rafaself
rafaself merged commit 860ac93 into main Jun 24, 2026
2 checks passed
@rafaself
rafaself deleted the fix/177-remove-ssm-getparameters branch June 24, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove unused ssm:GetParameters permission from metadata-only SSM inventory path

1 participant