-1

I am trying to find a way to secure openstack dashboard from Dos attack using ACL, if there is a way, how to do it?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

ACLs are for controlling access to files in a file system, not network access. So, basically, ACLs will not help you here.

What you need is a firewall or packet filter in front of your Horizon instance.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216