AWS amazon-mq documentation change
Summary
Added documentation for OAuth 2.0 plugin, LDAP plugin, and AWS plugin with configuration details
Security assessment
The change adds documentation for authentication methods (OAuth 2.0/LDAP) and secure credential retrieval via AWS plugin, which are security features but does not indicate a vulnerability fix.
Diff
diff --git a/amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md b/amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md index 8cd88b913..6c074deb0 100644 --- a//amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md +++ b//amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md @@ -5 +5 @@ -Shovel pluginFederation pluginConsistent Hash exchange plugin +Shovel pluginFederation pluginConsistent Hash exchange pluginOAuth 2.0 pluginLDAP pluginaws plugin @@ -20,0 +21,6 @@ In addition to the management plugin, Amazon MQ for RabbitMQ also supports the f + * OAuth 2.0 plugin + + * LDAP plugin + + * aws plugin + @@ -93,0 +100,12 @@ For more information about Consistent Hash exchanges, see [RabbitMQ Consistent H +## OAuth 2.0 plugin + +The [RabbitMQ OAuth 2.0 plugin](https://www.rabbitmq.com/docs/oauth2) is conditionally enabled by Amazon MQ for RabbitMQ based on your broker configuration. When enabled, this plugin provides OAuth 2.0 authentication and authorization with integration to external OAuth 2.0 identity providers for centralized user management and access control. For more information about OAuth 2.0 authentication, see [OAuth 2.0 authentication and authorization for Amazon MQ for RabbitMQ](./oauth-for-amq-for-rabbitmq.html). + +## LDAP plugin + +The [RabbitMQ LDAP plugin](https://www.rabbitmq.com/docs/ldap) is conditionally enabled by Amazon MQ for RabbitMQ based on your broker configuration. When enabled, this plugin provides LDAP authentication and authorization with integration to external LDAP directory services for centralized user authentication and authorization. For more information about LDAP authentication, see [LDAP authentication and authorization for Amazon MQ for RabbitMQ](./ldap-for-amq-for-rabbitmq.html). + +## aws plugin + +The [aws plugin](https://github.com/amazon-mq/rabbitmq-aws) is conditionally enabled by Amazon MQ for RabbitMQ based on your broker configuration. This community plugin, developed and maintained by Amazon MQ, provides secure retrieval of credentials and certificates from AWS services using AWS ARNs in RabbitMQ configuration settings. For more information about ARN support, see [ARN support in RabbitMQ configuration](./arn-support-rabbitmq-configuration.html). +