Expose a protected storage (cassandra) on internet
In order to test some swh-sec(PTCC) developments to identify some contents, an access to a storage with real data is needed.
The goal is to check the feasibility. The main usage should be content ids identification and not retrieval.
The access will be restricted by a basic user/password http identification.
To avoid impacting the main postgresql storage, it will be configured to use cassandra as a backend. It will be a good use case to test the behavior in a non critical usage.
The objstorage configuration (just in case) will be:
- AWS
- Local (saam/banco)
- Azure
Edited by Vincent Sellier