Skip to content

Commit

Permalink
Update: add whole configuration as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
BeBlood committed Nov 7, 2019
1 parent b5eefff commit 85bb048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/IDCIKeycloakSecurityExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function load(array $configs, ContainerBuilder $container)
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yaml');

$container->setParameter('idci_keycloak_security.config', $config);
$container->setParameter('idci_keycloak_security.default_target_path', $config['default_target_path']);
$container->setParameter('idci_keycloak_security.ssl_verification', $config['ssl_verification']);
}
Expand Down

0 comments on commit 85bb048

Please sign in to comment.