Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
AlmaviaCXRestrictedSiteAccessBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
AlmaviaCX Restricted SiteAccess Bundle provide a restriction of one or more siteaccess by IP addresses for ibexa 4.x in case it is impossible to restrict by nginx/apache or .htaccess. Useful for restricting a siteaccess on platform.sh
Add the lib to your composer.json, run composer require almaviacx/restrictedsiteaccess to refresh dependencies.
Then inject the bundle in the config\bundles.php of your application.
return [
// ...
AlmaviaCX\RestrictedSiteaccess\AlmaviacxRestrictedSiteaccessBundle::class => ['all' => true],
];
The values can be updated according to the project specification
# config/packages/ibexa.yaml
parameters:
...
acx_acl.default.siteaccess_controls:
'siteaccessname':
enabled: true
authorized_ips:
- 192.168.16.1
- X.X.X.X
'admin':
enabled: true
authorized_ips:
- 192.168.16.1
- X.X.X.X