Skip to content

Inconsistent use of apicurio.kafkasql.security prefix in KafkaSqlFactory configuration #6398

Open
@Joel-hanson

Description

@Joel-hanson

Description:

Hi team,

While reviewing the configuration properties in KafkaSqlFactory (Apicurio Registry v3.0.9), I noticed that most security-related settings use the prefix apicurio.kafkasql.security, such as:

apicurio.kafkasql.security.ssl.truststore.location  
apicurio.kafkasql.security.ssl.truststore.type

However, a few related properties do not include the .security segment, for example:

apicurio.kafkasql.ssl.truststore.password  
apicurio.kafkasql.ssl.keystore.location  
apicurio.kafkasql.ssl.keystore.password  
apicurio.kafkasql.ssl.key.password

Would it make sense for these to also use the apicurio.kafkasql.security prefix for consistency? If this was just an oversight, I’d be happy to raise a PR to align them.

Please let me know if there's any reason for the current naming—happy to adjust my understanding if it's intentional.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions