You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:03 UTC

[jira] [Closed] (GEODE-10053) Prevent reading property files every time SSL config is created

     [ https://issues.apache.org/jira/browse/GEODE-10053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-10053.
--------------------------------

> Prevent reading property files every time SSL config is created
> ---------------------------------------------------------------
>
>                 Key: GEODE-10053
>                 URL: https://issues.apache.org/jira/browse/GEODE-10053
>             Project: Geode
>          Issue Type: Bug
>          Components: security
>            Reporter: Nabarun Nag
>            Assignee: Nabarun Nag
>            Priority: Major
>              Labels: needsTriage, pull-request-available
>             Fix For: 1.15.0
>
>
> Situation:
> 1. Currently, when we create a new SSL config, we read the properties stored in the LocatorLauncher class.
> 2. Using these properties, the DistributionConfigImpl is created which is used to create the SSLConfig
>  
> Problem:
>  # While creating the DistributionConfig from properties, it reads the properties file and security files and creates a new class everytime.
>  # This is a bit inefficient as the DistributedConfigImpl is already stored in the InternalLocator. 
>  
> Solution:
> Use InternalLocator's DistributedConfigurationImpl.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)