This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-tsg-olap-…/kafka/kafka_server_jaas.conf
2024-11-07 20:48:12 +08:00

9 lines
221 B
Plaintext

KafkaServer {
org.apache.kafka.common.security.plain.PlainLoginModule required
username="admin"
password="galaxy2019"
user_admin="galaxy2019"
user_firewall="galaxy2019"
user_olap="galaxy2019";
};