Skip to content

Set up an IAM role that allows you to setup a delegation IAM role using Nuon.

License

Notifications You must be signed in to change notification settings

nuonco/terraform-aws-install-access-delegation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Install Access Delegation

This modules provisions an IAM role, that can be connected to your application to setup delegation. This allows you to create an AWS account/role that your customers can grant access to, instead of them granting access to Nuon directly.

Please read more in our docs.

Usage

You can use the following module code in any Terraform project:

module "install-access-delegation" {
  source = "nuonco/install-access-delegation/aws"
  version = "1.0.0"

  name = "your-app-name"
  enable_support_access = true
}

Support Access

By adding support access, we will grant trust to two additional Nuon owned principals that will allow us to more easily assist in debugging.

This is usually only needed to help during setup.

About

Set up an IAM role that allows you to setup a delegation IAM role using Nuon.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages