AWS amazon-mq documentation change
Summary
Added new section for HTTP authentication and authorization explaining centralized user management via external HTTP servers.
Security assessment
Documents a new authentication method without referencing any security vulnerabilities. Focuses on feature description rather than vulnerability resolution.
Diff
diff --git a/amazon-mq/latest/developer-guide/rabbitmq-authentication.md b/amazon-mq/latest/developer-guide/rabbitmq-authentication.md index e6b2e8a43..f55b21925 100644 --- a//amazon-mq/latest/developer-guide/rabbitmq-authentication.md +++ b//amazon-mq/latest/developer-guide/rabbitmq-authentication.md @@ -5 +5 @@ -Simple authentication and authorizationOAuth 2.0 authentication and authorizationLDAP authentication and authorization +Simple authentication and authorizationOAuth 2.0 authentication and authorizationLDAP authentication and authorizationHTTP authentication and authorization @@ -22,0 +23,4 @@ In this method, broker users and their permissions are managed by an external LD +## HTTP authentication and authorization + +In this method, broker users and their permissions are managed by an external HTTP server. User authentication and resource permissions are centralized through the HTTP server, allowing users to access RabbitMQ using their own Authentication and Authorization provider. For more information about this method, see [HTTP authentication and authorization](./http-for-amq-for-rabbitmq.html). +