From 9605dec22a3e31cfc12529f19613e425d56f43ea Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Wed, 5 Oct 2022 17:43:59 -0700 Subject: [PATCH] Use the new scim-trace feature from our fork of laravel-scim-server lib --- composer.lock | 12 ++++++------ config/logging.php | 5 +++++ config/scim.php | 3 ++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index be6c124001..9de93e404d 100644 --- a/composer.lock +++ b/composer.lock @@ -78,19 +78,19 @@ "source": { "type": "git", "url": "https://github.com/grokability/laravel-scim-server.git", - "reference": "d0e3d7c0b5da2ec76283b8a2fa2e672a91596509" + "reference": "9e7a8fd51a7380bc18ca1f01256574d75a2c6b49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grokability/laravel-scim-server/zipball/d0e3d7c0b5da2ec76283b8a2fa2e672a91596509", - "reference": "d0e3d7c0b5da2ec76283b8a2fa2e672a91596509", + "url": "https://api.github.com/repos/grokability/laravel-scim-server/zipball/9e7a8fd51a7380bc18ca1f01256574d75a2c6b49", + "reference": "9e7a8fd51a7380bc18ca1f01256574d75a2c6b49", "shasum": "" }, "require": { "illuminate/console": "^6.0|^7.0|^8.0", "illuminate/database": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", - "php": "^7.0|^8.0", + "php": "^7.4|^8.0", "tmilos/scim-filter-parser": "^1.3", "tmilos/scim-schema": "^0.1.0" }, @@ -133,7 +133,7 @@ "support": { "source": "https://github.com/grokability/laravel-scim-server/tree/master" }, - "time": "2022-07-18T22:15:42+00:00" + "time": "2022-10-06T00:42:37+00:00" }, { "name": "asm89/stack-cors", @@ -13530,5 +13530,5 @@ "ext-pdo": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" } diff --git a/config/logging.php b/config/logging.php index 2f884d3acd..f15e490664 100644 --- a/config/logging.php +++ b/config/logging.php @@ -100,6 +100,11 @@ return [ 'emergency' => [ 'path' => storage_path('logs/laravel.log'), ], + + 'scimtrace' => [ + 'driver' => 'single', + 'path' => storage_path('logs/scim.log') + ] ], ]; diff --git a/config/scim.php b/config/scim.php index 3008e2f07e..60f196f4ef 100644 --- a/config/scim.php +++ b/config/scim.php @@ -1,5 +1,6 @@ false + "publish_routes" => false, + "trace" => env("SCIM_TRACE",false) ];