File tree Expand file tree Collapse file tree
rust/operator-binary/src/crd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,25 +78,25 @@ impl KafkaTlsSecurity {
7878 pub const INTERNAL_PORT : u16 = 19092 ;
7979 // - TLS internal
8080 const INTER_BROKER_LISTENER_NAME : & ' static str = "inter.broker.listener.name" ;
81+ // - TLS global
82+ const KEYSTORE_P12_FILE_NAME : & ' static str = "keystore.p12" ;
8183 const OPA_TLS_MOUNT_PATH : & str = "/stackable/tls-opa" ;
8284 // opa
8385 const OPA_TLS_VOLUME_NAME : & str = "tls-opa" ;
8486 pub const SECURE_BOOTSTRAP_PORT : u16 = 9095 ;
8587 pub const SECURE_CLIENT_PORT : u16 = 9093 ;
8688 pub const SECURE_CLIENT_PORT_NAME : & ' static str = "kafka-tls" ;
8789 pub const SECURE_INTERNAL_PORT : u16 = 19093 ;
88- // - TLS global
89- const KEYSTORE_P12_FILE_NAME : & ' static str = "keystore.p12" ;
9090 const SSL_STORE_PASSWORD : & ' static str = "" ;
9191 const SSL_STORE_TYPE_PKCS12 : & ' static str = "PKCS12" ;
92- const TRUSTSTORE_P12_FILE_NAME : & ' static str = "truststore.p12" ;
9392 const STACKABLE_TLS_KAFKA_INTERNAL_DIR : & ' static str = "/stackable/tls-kafka-internal" ;
9493 const STACKABLE_TLS_KAFKA_INTERNAL_VOLUME_NAME : & ' static str = "tls-kafka-internal" ;
9594 const STACKABLE_TLS_KAFKA_SERVER_DIR : & ' static str = "/stackable/tls-kafka-server" ;
9695 const STACKABLE_TLS_KAFKA_SERVER_VOLUME_NAME : & ' static str = "tls-kafka-server" ;
9796 // directories
9897 const STACKABLE_TLS_KCAT_DIR : & ' static str = "/stackable/tls-kcat" ;
9998 const STACKABLE_TLS_KCAT_VOLUME_NAME : & ' static str = "tls-kcat" ;
99+ const TRUSTSTORE_P12_FILE_NAME : & ' static str = "truststore.p12" ;
100100
101101 #[ cfg( test) ]
102102 pub fn new (
You can’t perform that action at this time.
0 commit comments