Ilya Sabelnikov

Results 4 issues of Ilya Sabelnikov

Missing documentation about the resource `keycloak_attribute_to_role_identity_provider_mapper` in [official docs](https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs). P.S. The resource by itself is working 👍 .

Hi, while inspecting a generated factories cache file (e.i. `./cache/frontend/test/config/config_factories.yml.php` I found out that the number of constructor arguments for class `sfWebRequest` does not match the signature. Take a look...

When the debug mode is `ON`, sometimes this line: [sfAutoload.class.php#L134](/LExpress/symfony1/tree/master/lib/autoload/sfAutoload.class.php#L134) produced error message: ``` PHP Warning: unlink(/project/cache/api/dev/config/config_autoload.yml.php): No such file or directory in /project/vendor/lexpress/symfony1/lib/autoload/sfAutoload.class.php on line 134 PHP Stack trace:...

Is it possible somehow to switch on PHP oAuth PECL instead of sfDoctrineOAuthPlugin? I mean, to setup oAuth vendor by my self. Or could this happen in next releases?