yhilem edited a comment on issue #2: Remove JDBC provider
URL: https://github.com/apache/jclouds-labs/pull/2#issuecomment-552183834
 
 
   Thank you for your response.
   
   For jclouds-jdbc I started use DataNucleus JPA with Cassandra [1].
   But all the tests fail [2].
   [1] 
https://github.com/datanucleus/datanucleus-cassandra/issues/33#issuecomment-473534351
   [2] https://github.com/datanucleus/datanucleus-cassandra/issues/34
   
   Actually, we want to use Cassandra as a backend.
   We have tested and validated the Pithos (https://github.com/exoscale/pithos) 
solution, but we are looking to migrate to a more recent implementation based 
on Cassandra, like (https://github.com/mindmill/ladon-s3-cassandra) but 
OpenSource.
   
   But, I completely agree on the usefulness of a SQL provider with raw JDBC.
   In this case I will look rather towards a backend with YugaByteDB or TiDB.
   
   Anyway, our S3Gateway is an evolution of S3Proxy 
(https://github.com/gaul/s3proxy) with integration of:
   - OPA Sidecar [3, 4] : After a user is authenticated, OPA can be used to 
check if the user is authorized to perform the given action on the resource. 
OPA responds with an allow or deny decision which is sent back to the RGW which 
enforces the decision.
   - Security Token Service (STS) 
(https://github.com/minio/minio/tree/master/docs/sts)
   
   ![Panama (S3Prox++) - 
STS](https://user-images.githubusercontent.com/13407261/68542906-0539f300-03b1-11ea-8b0e-c7279ee43f0e.png)
   ![Panama (S3Prox++) - 
OPA](https://user-images.githubusercontent.com/13407261/68542907-0539f300-03b1-11ea-9775-f6f1ecf27e9a.png)
   
   [3, 4, 5]
   - https://docs.ceph.com/docs/master/radosgw/opa/
   - 
https://www.openpolicyagent.org/docs/latest/comparison-to-other-systems/#amazon-web-services-iam
   
   

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


With regards,
Apache Git Services

Reply via email to