Skip to content

Commit

Permalink
GH-993 - Removing AWS Manged Lake Formation Service Linked Role as it…
Browse files Browse the repository at this point in the history
…s not needed
  • Loading branch information
TejasRGitHub authored and trajopadhye committed Jan 24, 2024
1 parent 72c4ff6 commit 30905cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/dataall/core/environment/cdk/pivot_role_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ def __init__(self, scope: Construct, construct_id: str, config, **kwargs) -> Non
external_id=config['externalId'],
)

# Data.All IAM Lake Formation service role creation
self.lf_service_role = iam.CfnServiceLinkedRole(
self, 'LakeFormationSLR', aws_service_name='lakeformation.amazonaws.com'
)

def create_pivot_role(self, principal_id: str, external_id: str) -> iam.Role:
"""
Creates an IAM Role that will enable data.all to interact with this Data Account
Expand Down

0 comments on commit 30905cb

Please sign in to comment.