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

BebopTechnology/csp-account-onboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BeBop CSP Onboarding

AWS

Deploy the necessary IAM Roles and Polcies by clicking the Lauch Stack button below. Please review the CloudFormation Template here before deploying as it creates IAM resources

Launch Stack

The stack supports two configurations

  • Bebop Managed IAM: Select Full for Permissions
    • Bebop Role is given Administrator Access of the cloud account, and IAM is managed by Bebop
  • Self Managed IAM: Select Minimal for Permissions
    • Bebop is given Minimum required permissions and IAM is self-managed by the Customer

GCP

Deploy the necessarry IAM roles in Google Cloud Project for Bebop.

  • Login to Google Cloud Console with user having IAM access to the desired project for Bebop.
  • Click on the below Open in Cloud Shell and trust the repo, it will auto clone the repo.

Open in Cloud Shell

Run the below commands to deploy the necessary IAM resources.

terraform init
terraform plan -out plan.out

Enter the values for requested variables. project, region, and iam_access_level. iam_access_level should be one of the full or minimal

  • minimal deploys minimal permissions required for Bebop and IAM is self-managed by the customer.
  • full grants owner permissions to Bebop and IAM is managed by Bebop.

Apply the plan from above terraform apply plan.out

Releases

No releases published

Packages

No packages published

Languages