chetanmeh opened a new issue #3355: Add requiredProperties method to 
ArtifactStore
URL: https://github.com/apache/incubator-openwhisk/issues/3355
 
 
   Currently required properties related to ArtifactStore is mentioned at 
various places like.
   
   1. WhiskAuthStore
   2. WhiskEntityStore
   3. WhiskActivationStore
   
   The properties required are
   
   ```
     def requiredProperties =
       Map(
         dbProvider -> null,
         dbProtocol -> null,
         dbUsername -> null,
         dbPassword -> null,
         dbHost -> null,
         dbPort -> null,
         dbAuths -> null)
   ```
   
   These properties are specific to CouchDB implementation and may not be 
required for a different ArtifactStore implementation
   
   We should add  a `requiredProperties` to `ArtifactStore` (like done in 
`LoadBalancerProvider`) such that the implementation can govern which all 
properties are required

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to