AWS glue documentation change
Summary
Added UserBackgroundSessionsEnabled parameter to control background session permissions
Security assessment
While this adds documentation about session management controls, there's no evidence it addresses a specific security vulnerability. It documents a security-related configuration option.
Diff
diff --git a/glue/latest/webapi/API_UpdateGlueIdentityCenterConfiguration.md b/glue/latest/webapi/API_UpdateGlueIdentityCenterConfiguration.md index d0dc43c88..3a8c82b58 100644 --- a//glue/latest/webapi/API_UpdateGlueIdentityCenterConfiguration.md +++ b//glue/latest/webapi/API_UpdateGlueIdentityCenterConfiguration.md @@ -15 +15,2 @@ Updates the existing AWS Glue Identity Center configuration, allowing modificati - "Scopes": [ "string" ] + "Scopes": [ "string" ], + "UserBackgroundSessionsEnabled": boolean @@ -36,0 +38,9 @@ Required: No +**UserBackgroundSessionsEnabled ** + + +Specifies whether users can run background sessions when using Identity Center authentication with AWS Glue services. + +Type: Boolean + +Required: No +