Cloud-Harvest / CloudHarvestApi

interface between clients, the server cache, and other apis
Other
0 stars 0 forks source link

Implement `BaseDatabaseModuleTask` and `BaseDatabaseBinaryTask` #32

Open fiona-june-leathers opened 6 months ago

fiona-june-leathers commented 6 months ago

Both tasks will be used to connect to database servers using the associated database plugins.

They will need to potentially support multiple authentication methods, which will need to be implemented separately (ie Vault, SecretsManager, etc)