Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mello7tre committed Apr 16, 2023
1 parent 0c71540 commit 6be5acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awsibox/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from troposphere import validators
from troposphere.autoscaling import Tags as asgTags
import troposphere.ssm as ssm
import troposphere.sso as sso

from troposphere import (
And,
Expand Down Expand Up @@ -47,6 +48,8 @@
SECURITY_GROUPS_DEFAULT,
)

# Temporary fix for https://github.com/cloudtools/troposphere/issues/2146
sso.PermissionSet.props["InlinePolicy"] = (str, False)

# Temporary fix for https://github.com/cloudtools/troposphere/issues/1474
def my_one_of(class_name, properties, property, conditionals):
Expand Down

0 comments on commit 6be5acf

Please sign in to comment.