[
https://issues.apache.org/jira/browse/KAFKA-8276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karthik Murugesan resolved KAFKA-8276.
--------------------------------------
Resolution: Invalid
> Schema Registry Security settings as Props
> ------------------------------------------
>
> Key: KAFKA-8276
> URL: https://issues.apache.org/jira/browse/KAFKA-8276
> Project: Kafka
> Issue Type: Improvement
> Components: clients
> Affects Versions: 1.0.0, 2.0.0, 2.2.0
> Reporter: Karthik Murugesan
> Priority: Major
> Fix For: 2.1.1, 2.2.0, 2.1.0, 2.0.0, 1.1.0, 1.0.1, 1.0.0
>
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> Take Schema Registry Security properties from the Properties File for C3, and
> from the Producer/Consumer Properties instead of setting it as JVM Props
> (-Djavax.net.ssl.*). This forces devs to import the certs to the cacerts of
> jvm keystore.
> confluent.controlcenter.schema.registry.url=https:/schema.registry.local.com:8081
> confluent.controlcenter.schema.registry.security.protocol=SSL
>
> confluent.controlcenter.schema.registry.ssl.keystore.location=/var/private/ssl/Keystore.jks
> confluent.controlcenter.schema.registry.ssl.keystore.password=****
>
> confluent.controlcenter.schema.registry.ssl.truststore.location=/var/private/ssl/Truststore.jks
> confluent.controlcenter.schema.registry.ssl.truststore.password=****
> confluent.controlcenter.schema.registry.ssl.key.password=****
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)