This package is the source for TAM tool for Red Hatters to request access to accounts in order to debug their data. Designs can be found here.
Since most components are only slightly tweaked between the requester (aka internal) and approver (aka external) views an isInternal
flag is passed around to control visibility.
The list and details pages are exported as federated modules for use in rbac-ui.
Interactive component documentation and stories are available on Chromatic:
- Master branch: https://master--686501da56bb357ec8c2a222.chromatic.com
- Feature branches: https://
<branch-name>
--686501da56bb357ec8c2a222.chromatic.com
Stories are automatically deployed on:
- ✅ Pushes to
master
- ✅ Pull requests from @RedHatInsights/experience-ui-committers team members
- ✅ Pull requests from RedHatInsights organization admins
npm install
npm start
SPANDX_CONFIG="$(pwd)/insights-inventory-frontend/config/spandx.config.js" bash insights-proxy/scripts/run.sh
npm run start:frontend
npm run start:proxy
or on beta env:BETA=true npm run start:proxy
We are using jest and react-testing