aws-network-topology-operator

command module
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

README

CircleCI

aws-network-topology-operator

Handles the setup / configuration of high-level AWS networking to allow cross-VPC communication between clusters

Setup

./manager
    --leader-elect
    --management-cluster-name my-mc
    --management-cluster-namespace org-giantswarm

Required IAM permissions

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "ec2:CreateTags",
                "ec2:DeleteTags",
                "ec2:DescribeTransitGateways",
                "ec2:DescribeTransitGatewayVpcAttachments",
                "ec2:CreateTransitGateway",
                "ec2:CreateTransitGatewayVpcAttachment",
                "ec2:DeleteTransitGateway",
                "ec2:DeleteTransitGatewayVpcAttachment",
                "ec2:CreateManagedPrefixList",
                "ec2:DescribeManagedPrefixLists",
                "ec2:ModifyManagedPrefixList",
                "ec2:GetManagedPrefixListEntries",
                "ec2:DeleteRoute",
                "ec2:CreateRoute",
                "ec2:DescribeRouteTables",
                "sns:Publish", // Needed if using `UserManaged` mode
            ],
            "Resource": "*"
        }
    ]
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
controllersfakes
Code generated by counterfeiter.
Code generated by counterfeiter.
pkg
aws
aws/awsfakes
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL