Beispiel #1
0
def bootstrap_spoke(puppet_account_id, permission_boundary):
    """
    Bootstrap a spoke so that is can be used by the puppet account to share portfolios and provision products.  This
    must be run in the spoke account.

    :param puppet_account_id: this is the account id where you have installed aws-service-catalog-puppet
    :param permission_boundary: the iam boundary to apply to the puppetrole in the spoke account
    """
    core.bootstrap_spoke(puppet_account_id, permission_boundary)
Beispiel #2
0
def bootstrap_spoke(puppet_account_id, permission_boundary):
    core.bootstrap_spoke(puppet_account_id, permission_boundary)
def bootstrap_spoke(puppet_account_id, permission_boundary, puppet_role_name,
                    puppet_role_path):
    core.bootstrap_spoke(puppet_account_id, permission_boundary,
                         puppet_role_name, puppet_role_path)