How secure ceph s3 radosgw?

239 Views Asked by At

we deploy ceph S3 object storage and want secure RGW. Is there any solution or any user experience about it? Is it common to use WAF ?

1

There are 1 best solutions below

1
On

Anyone using Ceph Object Storage will require a access_key and secret_key to interact with the service. This provides one level of security.

Firewalls on the server level (e.g. iptables) and firewalls on the network devices to only permit access from specific sources (unless you need RGW open to the world) could provide another.

Perhaps DDoS mitigation using something like Cloudbric, Akamai, or Cloudflare? Or even simply Fail2Ban banning IPs after a certain of number of incorrect credentials?

You haven't provided many details about your deployment and use-case, so it's hard to advise.