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.
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