You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSO::PermissionSet InlinePolicy should be a json formatted string.
Currently is defined as a dict and in the final template output (yaml) is formatted "like" a yaml "object".
Best solution should be to allow parsing it as dict but to dump it in final template output using json.dumps (dunno if this is possible...)
Regards, Alberto.
The text was updated successfully, but these errors were encountered:
mello7tre
added a commit
to mello7tre/AwsIBox
that referenced
this issue
Apr 17, 2023
Hi, as for subject, looking at AWS specification:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-permissionset.html
SSO::PermissionSet InlinePolicy should be a json formatted string.
Currently is defined as a dict and in the final template output (yaml) is formatted "like" a yaml "object".
Best solution should be to allow parsing it as dict but to dump it in final template output using json.dumps (dunno if this is possible...)
Regards, Alberto.
The text was updated successfully, but these errors were encountered: