You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version (2.1), it's trying to access the yaml config
Possible solution
When installing the library the first time, check if the yaml is properly created (check if the file yaml exist and the required fields exists). If not than create a default
appuser@cc8aad1fbc04:/var/www/symfony$ composer require mainick/keycloak-client-bundle
Xdebug: [StepDebug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
Cannot create cache directory /home/appuser/.composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
./composer.json has been updated
Running composer update mainick/keycloak-client-bundle
Loading composer repositories with package information
Cannot create cache directory /home/appuser/.composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
Cannot create cache directory /home/appuser/.composer/cache/repo/flex/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
Generating optimized autoload files
121 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Run composer recipes at any time to see the status of your Symfony recipes.
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!! Xdebug: [StepDebug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
!!
!! InMainickKeycloakClientExtension.php line 25:
!!
!! Warning: Undefined array key "keycloak"
!!
!!
!! Xdebug: [StepDebug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
!! Xdebug: [StepDebug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
!! Xdebug: [StepDebug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port).
!!
Script @auto-scripts was called via post-update-cmd
The text was updated successfully, but these errors were encountered:
According to the instructions in the "Configuration" chapter of the README on GitHub, you must create the mainick_keycloak_client.yaml file before proceeding with the installation. There is an open issue #1 to automate the file creation using Symfony Flex.
Using the latest version (2.1), it's trying to access the yaml config
Possible solution
When installing the library the first time, check if the yaml is properly created (check if the file yaml exist and the required fields exists). If not than create a default
The text was updated successfully, but these errors were encountered: