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.
27 lines
714 B
Plaintext
27 lines
714 B
Plaintext
# List of authorized users for the Krow DevOps Launchpad
|
|
# Format: one email per line, lines starting with # are comments
|
|
#
|
|
# Users must be listed here to access the Launchpad via Firebase Auth.
|
|
# Both internal (@krowwithus.com) and external emails are supported.
|
|
|
|
user:admin@krowwithus.com
|
|
|
|
# External users - Oloodi employees
|
|
user:boris@oloodi.com
|
|
user:jose.salazar@oloodi.com
|
|
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 |