AWS glue medium security documentation change
Summary
Added JSON code block markers and fixed a missing comma in IAM policy example for glue:RefreshOAuth2Tokens permission
Security assessment
Corrected JSON syntax in policy example prevents potential misconfigurations in OAuth2 token refresh permissions.
Diff
diff --git a/glue/latest/dg/hubspot-configuring-iam-permissions.md b/glue/latest/dg/hubspot-configuring-iam-permissions.md index 11f454775..5077ebecb 100644 --- a//glue/latest/dg/hubspot-configuring-iam-permissions.md +++ b//glue/latest/dg/hubspot-configuring-iam-permissions.md @@ -8,0 +9,6 @@ The following sample policy describes the required AWS IAM permissions for creat +JSON + + +**** + + @@ -18 +24 @@ The following sample policy describes the required AWS IAM permissions for creat - "glue:RefreshOAuth2Tokens" + "glue:RefreshOAuth2Tokens",