Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis.goldner committed Aug 24, 2022
1 parent 0159c29 commit 95a0429
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions backend/dataall/cdkproxy/stacks/policies/service_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ def generate_policies(self) -> [aws_iam.ManagedPolicy]:
from .cloudformation import Cloudformation

policies: [aws_iam.ManagedPolicy] = [

# This policy covers the minumum actions required independent
# This policy covers the minumum actions required independent
# of the service permissions given to the group.
# The 'glue:GetTable', 'glue:GetPartitions' and
# 'lakeformation:GetDataAccess' actions are additionally
# The 'glue:GetTable', 'glue:GetPartitions' and
# 'lakeformation:GetDataAccess' actions are additionally
# required for the Worksheet/Athena feature.
aws_iam.ManagedPolicy(
self.stack,
Expand Down

0 comments on commit 95a0429

Please sign in to comment.