update
This commit is contained in:
37
projects/priceservice/var/cache/dev/ContainerGfxmI0x/getSecurity_AccessMapService.php
vendored
Normal file
37
projects/priceservice/var/cache/dev/ContainerGfxmI0x/getSecurity_AccessMapService.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
namespace ContainerGfxmI0x;
|
||||
|
||||
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
||||
|
||||
/**
|
||||
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
|
||||
*/
|
||||
class getSecurity_AccessMapService extends App_KernelDevDebugContainer
|
||||
{
|
||||
/**
|
||||
* Gets the private 'security.access_map' shared service.
|
||||
*
|
||||
* @return \Symfony\Component\Security\Http\AccessMap
|
||||
*/
|
||||
public static function do($container, $lazyLoad = true)
|
||||
{
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/ChainRequestMatcher.php';
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php';
|
||||
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher/IpsRequestMatcher.php';
|
||||
|
||||
$container->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
|
||||
|
||||
$a = new \Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher('^/api/prices');
|
||||
|
||||
$instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([$a, new \Symfony\Component\HttpFoundation\RequestMatcher\IpsRequestMatcher([$container->getEnv('MTO_ALLOWED_API_IPS')])]), ['PUBLIC_ACCESS'], NULL);
|
||||
$instance->add(new \Symfony\Component\HttpFoundation\ChainRequestMatcher([$a]), ['ROLE_NO_ACCESS'], NULL);
|
||||
|
||||
return $instance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user