Skip to content

Commit

Permalink
CUR-4667 remove secert keys in response json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
asimsarwar committed Mar 7, 2023
1 parent 5fcab7c commit 4d55cfe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 36 deletions.
21 changes: 0 additions & 21 deletions app/Models/LtiTool/LTIToolType.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"tool_url": "https://vimedod.com",
"lti_version": "LTI-1p0",
"tool_description": "Testing Kaltura API",
"tool_consumer_key": "fe62bf490718e403ab6b0e2926a2ce4ffbb11a16dd",
"tool_secret_key": "8484fae8d7c0903f8deeda1f5bcbc0dadd",
"tool_consumer_key": "test",
"tool_secret_key": "test",
"lti_tool_type_id": "1",
"tool_domain": "vimedod.com",
"tool_content_selection_url": "https://vimedod.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"tool_url": "https://vimeod.com",
"tool_domain": "vimeod.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "fe62bf490718e403ab6b0e2926a2ce4ffbb11a16d",
"tool_secret_key": "8484fae8d7c0903f8deeda1f5bcbc0dad",
"tool_consumer_key": "test",
"tool_secret_key": "test",
"tool_description": "Testing Vimeo API",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://vimeod.com",
Expand Down Expand Up @@ -107,7 +107,7 @@
"tool_domain": "4515783.kaf.kaltura.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "4515783",
"tool_secret_key": "8ec6316c7792a1ce754814ccbb19e505",
"tool_secret_key": "test",
"tool_description": "Testing Vimeo API",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://vimeod.com",
Expand Down Expand Up @@ -199,7 +199,7 @@
"tool_domain": "api.komododecks.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "masterdemo@curriki.org",
"tool_secret_key": "d527cf59cd2242aab04498a44aac9843013d7a12",
"tool_secret_key": "test",
"tool_description": "Testing Komodo APIs",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://api.komododecks.com",
Expand Down Expand Up @@ -290,8 +290,8 @@
"tool_url": "https://partner.safarimontage.com/SAFARI/api/imsltisearch.php",
"tool_domain": "partner.safarimontage.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "2b9d3d6f-a46f-11eb-915b-001e67972a31.partner.safarimontage.com",
"tool_secret_key": "4dbe1fa5c24b0cb35bc33097393d70a329c14933",
"tool_consumer_key": "test",
"tool_secret_key": "test",
"tool_description": "Testing safari montage as LTI Tool Consumer",
"tool_custom_parameter": "launch_frame='iframe', iframe='embed'",
"tool_content_selection_url": "https://partner.safarimontage.com/SAFARI/api/imsltisearchdd.php",
Expand Down Expand Up @@ -382,8 +382,8 @@
"tool_url": "https://vimeode.com",
"tool_domain": "vimeode.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "fe62bf490718e403ab6b0e2926a2ce4ffbb11a16",
"tool_secret_key": "8484fae8d7c0903f8deeda1f5bcbc0da",
"tool_consumer_key": "test",
"tool_secret_key": "test",
"tool_description": "Testing Vimeo API",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://vimeod.com",
Expand Down Expand Up @@ -475,7 +475,7 @@
"tool_domain": "4515783.kaf.kaltura.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "4515783",
"tool_secret_key": "8ec6316c7792a1ce754814ccbb19e505",
"tool_secret_key": "test",
"tool_description": "Testing kaltura integration",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://4515783.kaf.kaltura.com",
Expand Down
4 changes: 2 additions & 2 deletions storage/responses/admin/lti-tool/lti-tool-settings-show.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"tool_url": "https://ks.com",
"tool_domain": "ks.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "fe62bf490718e403ab6b0e2d926a2ce4ffbb11a16d",
"tool_secret_key": "8484fae8d7c0903f8deeda1fd5bcbc0dad",
"tool_consumer_key": "tst",
"tool_secret_key": "test",
"tool_description": "Testing Vimeo API",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://vimeod.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"tool_url": "https://ks.com",
"tool_domain": "ks.com",
"lti_version": "LTI-1p0",
"tool_consumer_key": "fe62bf490718e403ab6b0e2d926a2ce4ffbb11a16d",
"tool_secret_key": "8484fae8d7c0903f8deeda1fd5bcbc0dad",
"tool_consumer_key": "test",
"tool_secret_key": "test",
"tool_description": "Testing Vimeo API",
"tool_custom_parameter": null,
"tool_content_selection_url": "https://vimeod.com",
Expand Down

0 comments on commit 4d55cfe

Please sign in to comment.