Skip to content

Commit e7d8f6e

Browse files
AMQP 1.0 guide: mention authN backends and the Access Control guide
1 parent 5e30f99 commit e7d8f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If the client does not use SASL, RabbitMQ will reject the connection, as illustr
3838
RabbitMQ's AMQP 1.0 implementation supports a number of authentication
3939
methods:
4040

41-
* A username and password pair (best used in combination with [TLS](./ssl) for encryption on the wire)
41+
* A username and password pair, with any supported [authentication backend](./access-control) combination (best used in combination with [TLS](./ssl) for encryption on the wire)
4242
* A [JWT token](./oauth2) (OAuth 2)
4343
* [x.509 certificates](./access-control#certificate-authentication) via the `rabbitmq_auth_mechanism_ssl` plugin
4444

versioned_docs/version-4.0/amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If the client does not use SASL, RabbitMQ will reject the connection, as illustr
3838
RabbitMQ's AMQP 1.0 implementation supports a number of authentication
3939
methods:
4040

41-
* A username and password pair (best used in combination with [TLS](./ssl) for encryption on the wire)
41+
* A username and password pair, with any supported [authentication backend](./access-control) combination (best used in combination with [TLS](./ssl) for encryption on the wire)
4242
* A [JWT token](./oauth2) (OAuth 2)
4343
* [x.509 certificates](./access-control#certificate-authentication) via the `rabbitmq_auth_mechanism_ssl` plugin
4444

versioned_docs/version-4.1/amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If the client does not use SASL, RabbitMQ will reject the connection, as illustr
3838
RabbitMQ's AMQP 1.0 implementation supports a number of authentication
3939
methods:
4040

41-
* A username and password pair (best used in combination with [TLS](./ssl) for encryption on the wire)
41+
* A username and password pair, with any supported [authentication backend](./access-control) combination (best used in combination with [TLS](./ssl) for encryption on the wire)
4242
* A [JWT token](./oauth2) (OAuth 2)
4343
* [x.509 certificates](./access-control#certificate-authentication) via the `rabbitmq_auth_mechanism_ssl` plugin
4444

0 commit comments

Comments
 (0)