mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
This adds a Kerberos setup task, tells the Kafka task to emit GSSAPI listeners and broker principals, and updates notification tests to pass Kerberos credentials through to the bucket-notification suite. It enables the RGW Kafka notification coverage to run against GSSAPI-secured brokers. Signed-off-by: sujay-d07 <sujaydongre07@gmail.com>
11 lines
202 B
YAML
11 lines
202 B
YAML
tasks:
|
|
- kerberos:
|
|
client.0:
|
|
- kafka:
|
|
client.0:
|
|
kafka_version: 3.9.2
|
|
- notification-tests:
|
|
client.0:
|
|
extra_attr: ["kafka_test", "kafka_security_test"]
|
|
rgw_server: client.0
|