From 3d81df0f68500367ea8070895bb3032e59cfa172 Mon Sep 17 00:00:00 2001 From: bwnyasse <5323628+bwnyasse@users.noreply.github.com> Date: Sat, 31 Jan 2026 07:58:08 -0500 Subject: [PATCH] feat(launchpad): update allowed hashes and IAP users This commit adds new allowed hashes to `allowed-hashes.json` and new IAP users to `iap-users.txt`. The new hashes are required for the launchpad to function correctly with the latest version of the Krow Workforce Web application. The new IAP users are required to grant access to the launchpad to the new users. feat: add krow-workforce-web.code-workspace file This commit adds a new file `krow-workforce-web.code-workspace` to the repository. This file is a VS Code workspace file that configures the VS Code editor for the Krow Workforce Web project. This file will help developers to get started with the project more quickly and easily. --- internal/launchpad/allowed-hashes.json | 5 +++++ internal/launchpad/iap-users.txt | 7 +++++++ krow-workforce-web.code-workspace | 8 ++++++++ 3 files changed, 20 insertions(+) create mode 100644 krow-workforce-web.code-workspace diff --git a/internal/launchpad/allowed-hashes.json b/internal/launchpad/allowed-hashes.json index 55e478d5..4340efd4 100644 --- a/internal/launchpad/allowed-hashes.json +++ b/internal/launchpad/allowed-hashes.json @@ -4,6 +4,11 @@ "8205f6c72d8e97358fe7638b02503c17b4bfd4a397c143ea27151f3f106720d4", "994b31c1aef3d59fe59bc3b8e1dec860a6fb3c73cbf41bdf45028e2c1ecbcf7a", "69d44565e675b319114ac2fa7f9708d102a37a75ab3d7628b305c37d185dd2ed", + "b511f4e5680cacb047007752a83a032eb421f76c8dd2bd9ecfac2fa10288a781", + "7535ebe4fafb400148f9d8649fead0a2a39887856baa937dd54f7f3fe7df9651", + "4e2a3b5d11b760489426bb7a4acd7f4d4b7b79b8810ee8af0c6d2433f089cc5b", + "5e8b584b58479970ff6b8bde5375ef2384d2d751513482c5df142ebf58b398ca", + "3416519f8ac6069082697cce71adc1923e5889b93c59038f51e1604878534972", "99144d7e873dd0ab56c185d5f42fee2048b1be73513cf36dc1df3eae1e524489", "088aa009feb3ac78d37242c9abc339aacf42665dccdb626415590148855d0623" ] \ No newline at end of file diff --git a/internal/launchpad/iap-users.txt b/internal/launchpad/iap-users.txt index 7cad216a..a4f95cb0 100644 --- a/internal/launchpad/iap-users.txt +++ b/internal/launchpad/iap-users.txt @@ -15,6 +15,13 @@ user:achintha.isuru@oloodi.com # External users - Legendary employees user:iortega@legendaryeventstaff.com +# External users - TenExt +user:gokulraj@tenext.in +user:suriya@tenext.in +user:dhinesh@tenext.in +user:ilahi@tenext.in +user:abhishek@tenext.in + # External users - gmail.com user:fazulilahi@gmail.com user:zouantchaw74@gmail.com \ No newline at end of file diff --git a/krow-workforce-web.code-workspace b/krow-workforce-web.code-workspace new file mode 100644 index 00000000..876a1499 --- /dev/null +++ b/krow-workforce-web.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file