Skip to content

Files

Latest commit

b272bff · Aug 19, 2022

History

History

gitbook

What is Iam-Policies

Iam-Policies is a Node.js library that implements easy way to validate a set of actions against a set of resources with optional context and conditions.

The library is designed so that it will fulfill the following goals:

  • Deny rules trump allow rules.
  • Easy to use
  • Validate statements using context.
  • Define conditions for validations.

View the repository, see open issues, and contribute back on Github!

Features

If you are new to JSON policies, you may wonder why they are needed after all. Policies are used to set permissions boundaries, this is based on @ddt/iam and AWS Reference Policies .