Lucretius / vault_raft_snapshot_agent

⛔️ DEPRECATED ⛔️ An agent which provides periodic snapshotting capabilities of Vault's Raft backend
MIT License
78 stars 42 forks source link

Added Openstack Swift support #19

Open Pyjou opened 2 years ago

Pyjou commented 2 years ago

Hello @Lucretius , I added direct Openstack Swift support as storage backend. If you want to use it, that the configuration needed:

"swift_storage":{
        "auth_url": "Keystone Endpoint",
        "username": "Keystone user",
        "api_key": "Keystone password",
        "tenant_id": "Project ID",
        "region": "Region name",
        "domain": "Domain name",
        "container": "Container name (Swift)"
   }
maclermo commented 2 years ago

Nice work !