1.2.11 • Published 3 years ago

@redhat-cloud-services/access-requests-frontend v1.2.11

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

access-requests-frontend

This package is the source for https://cloud.redhat.com/internal/access-requests (which this repo publishes) and https://cloud.redhat.com/settings/rbac/access-requests (this repo publishes the components to NPM which rbac-ui imports). It's designs are 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 the list and details pages are exported in "lib.js" for use in rbac-ui.

Developing

This is the first insights frontend to use insights-standalone. It requires Docker since our backends are deployed using containers.

npm install
npm run start:standalone

Then open http://localhost:3000/internal/access-requests/. Login with admin / admin.