<div dir="ltr">Hi,<div><br></div><div>I am working on the user-authentication BP implementation. I need to introduce a new configuration option for enable or disable keystone authentication for incoming request. I am looking for a right place for this option.</div>
<div><br></div><div>The current situation is that we have two places for configuration, one is oslo.config and second one is a pecan configuration. My initial intension was to add all parameters to solum.conf file like it is done for nova. Keystone middleware anyway use oslo.config for keystone connection parameters.</div>
<div>At the same time there are projects (Ceilometer and Ironic) which have enable_acl parameter as a part of pecan config.  </div><div><br></div><div>From my perspective it is not reasonable to have authentication options in two different places. I would rather use solum.conf for all parameters and limit pecan config usage to pecan specific options.</div>
<div><br></div><div>I am looking for your input on this. </div><div><br></div><div>Thanks,</div><div>Georgy</div></div>