Skip to content

Manage Access Control List for SQLServer Flex

Access Control Lists (ACLs) in SQLServer Flex provide a simple and effective way to control network access to your database instances. Only the IP addresses or IP ranges explicitly defined by you are permitted to establish a connection. All other addresses are denied by default.

This mechanism adds an essential layer of security by ensuring that only trusted networks and systems can reach your SQLServer Flex instance. ACLs can be configured and managed through the STACKIT Portal, the CLI, Cloud Foundry, or Terraform, giving you full flexibility to integrate access control into your workflows.

To add a new ACL entry:

  1. Open your project in the STACKIT Portal
  2. Navigate to Databases > SQLServer Flex
  3. Select your SQLServer Flex instance and go to the Overview page
  4. Click on Edit in the General information Tab
  5. Click on Add IP range
  6. Enter the desired ACL IP address, including the subnet mask (e.g., 192.168.0.0/24)
  7. Click on Save

To delete an ACL entry:

  1. Open your project in the STACKIT Portal
  2. Navigate to Databases > SQLServer Flex
  3. Select your SQLServer Flex instance and go to the Overview page
  4. Click on Edit in the General information Tab
  5. Click on the X on the side of the ACL entry you want to delete
  6. Click on Save