Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSO::PermissionSet InlinePolicy should be a json-string #2146

Open
mello7tre opened this issue Apr 14, 2023 · 0 comments
Open

SSO::PermissionSet InlinePolicy should be a json-string #2146

mello7tre opened this issue Apr 14, 2023 · 0 comments

Comments

@mello7tre
Copy link
Contributor

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.

mello7tre added a commit to mello7tre/AwsIBox that referenced this issue Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant