// Copyright Materialize, Inc. and contributors. All rights reserved.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file at the root of this repository.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0.

SchemaRegistry {
    org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
    file="/etc/schema-registry/users.properties"
    debug="false";
};

KafkaClient {
    org.apache.kafka.common.security.plain.PlainLoginModule required
    username="schemaregistry"
    password="schemaregistry";
};

KafkaServer {
     org.apache.kafka.common.security.plain.PlainLoginModule required
     username="broker"
     password="broker"
     user_broker="broker"
     user_schemaregistry="schemaregistry"
     user_materialize="sekurity"
     user_no_describe_config="password";
};

// Zookeeper client, despite the generic name.
Client {
     org.apache.zookeeper.server.auth.DigestLoginModule required
     username="kafka"
     password="kafka";
};

// Zookeeper server, despite the generic name.
Server {
     org.apache.zookeeper.server.auth.DigestLoginModule required
     user_kafka="kafka";
};

Related articles

Materialize slt_lang_aggfunc

hash-threshold 8 statement ok CREATE TABLE t1( x INTEGER, y VARCHAR(8) ) statement ok INSERT INTO t1 VALUES(1,"true") statement ok INSERT INTO t1 VALUES(0,"false") statement ok INSERT INTO t1 VALUES(NULL,"NULL") statement ok CREATE INDEX t1i1 ON t1(

Materialize github 9504

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize github 17616

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize github 8021

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize avro resolution no publish reader

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize information_schema_tables

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize relation cse

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize reduce_fusion

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a

Materialize shift

# Copyright 2015 - 2019 The Cockroach Authors. All rights reserved. # Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of thi

Materialize check from v0.45.0 kafka progress

# Copyright Materialize, Inc. and contributors. All rights reserved. # # Use of this software is governed by the Business Source License # included in the LICENSE file at the root of this repository. # # As of the Change Date specified in that file, in a