Skip to content

Commit

Permalink
📝 Add advertised listener properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarting authored and rpelisse committed Oct 10, 2023
1 parent c4c034b commit caa50ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/amq_streams_broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ broker4
|`amq_streams_broker_zookeeper_auth_config` | JAAS file for brokers | `/etc/broker-jaas.conf` |
|`amq_streams_broker_zookeeper_auth_config_template` | JAAS template for brokers | `templates/broker-jaas.conf.j2` |
|`amq_streams_broker_listeners` | Default list of broker listeners | `PLAINTEXT://:{{ amq_streams_broker_listener_port }}` |
|`amq_streams_broker_advertised_listeners` | Default list of advertised listener per broker (hosts variable). Name must match those listed in the `amq_streams_broker_listeners` property | |
|`amq_streams_broker_auth_enabled` | Enable Broker authentication | `false` |
|`amq_streams_broker_auth_scram_enabled` | Enable SASL SCRAM authentication | `false` |
|`amq_streams_broker_auth_listeners` | Default list of authenticated listeners | `PLAINTEXT:PLAINTEXT` |
Expand Down

0 comments on commit caa50ba

Please sign in to comment.