You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/27 12:41:41 UTC

[GitHub] chetanmeh opened a new issue #3355: Add requiredProperties method to ArtifactStore

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:
users@infra.apache.org


With regards,
Apache Git Services