Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

GovTechSG/serverless-attach-permission-boundary

 
 

Repository files navigation

serverless-attach-permission-boundary

serverless

A serverless plugin to automatically attach an AWS Permission Boundary to all IAM Roles created by the Service.

Originally forked from serverless-attach-managed-policy

Install

npm install --save-dev serverless-attach-permission-boundary

Add the plugin to your serverless.yml file:

plugins:
  - serverless-attach-permission-bounddary

Configuration

provider:
  name: aws
  permissionsBoundaryArn: 'arn:aws:iam::789763425617:policy/ABCAccountBoundary'

About

Attaches the provided ManagedPolicyARN to all Roles in the service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%