Skip to content

Commit 1cc1f8a

Browse files
rgw/s3-notifications: updated notifications doc to reflect the usage of the new topic attributes
Signed-off-by: Igor Gomon <[email protected]>
1 parent 525e79a commit 1cc1f8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/radosgw/notifications.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ updating, use the name of an existing topic and different endpoint values).
164164
[&Attributes.entry.13.key=max_retries&Attributes.entry.13.value=<retries number>]
165165
[&Attributes.entry.14.key=retry_sleep_duration&Attributes.entry.14.value=<sleep seconds>]
166166
[&Attributes.entry.15.key=Policy&Attributes.entry.15.value=<policy-JSON-string>]
167+
[&Attributes.entry.16.key=user-name&Attributes.entry.16.value=<user-name-string>]
168+
[&Attributes.entry.17.key=password&Attributes.entry.17.value=<password-string>]
167169

168170
Request parameters:
169171

@@ -252,6 +254,10 @@ Request parameters:
252254
- user/password: This should be provided over HTTPS. If not, the config parameter `rgw_allow_notification_secrets_in_cleartext` must be `true` in order to create topics.
253255
- user/password: This should be provided together with ``use-ssl``. If not, the broker credentials will be sent over insecure transport.
254256
- mechanism: may be provided together with user/password (default: ``PLAIN``). The supported SASL mechanisms are:
257+
- ``user-name``: User name to use when connecting to the Kafka broker. If both this parameter and URI user are provided then this parameter overrides the URI user.
258+
The same security considerations are in place for this parameter as are for user/password.
259+
- ``password``: Password to use when connecting to the Kafka broker. If both this parameter and URI password are provided then this parameter overrides the URI password.
260+
The same security considerations are in place for this parameter as are for user/password.
255261

256262
- PLAIN
257263
- SCRAM-SHA-256

0 commit comments

Comments
 (0)