-
- The ACL policy file is readonly to Headplane.
- You will not be able to make changes here.
-
+ {data.isPolicyApi
+ ? (
+
+ The ACL policy is read-only. You can view the current policy
+ but you cannot make changes to it.
+
+ To resolve this, you need to set the ACL policy mode to
+ database in your Headscale configuration.
+
+ )
+ : (
+
+ The ACL policy is read-only. You can view the current policy
+ but you cannot make changes to it.
+
+ To resolve this, you need to configure a Headplane integration
+ or make the ACL_FILE environment variable available.
+
+ )}