https://github.com/redhatinsights/insights-rbac-ui
RBAC UI
https://github.com/redhatinsights/insights-rbac-ui
Last synced: about 2 months ago
JSON representation
RBAC UI
- Host: GitHub
- URL: https://github.com/redhatinsights/insights-rbac-ui
- Owner: RedHatInsights
- License: apache-2.0
- Created: 2019-01-29T17:37:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:07:03.000Z (7 months ago)
- Last Synced: 2024-10-29T15:56:41.028Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.3 MB
- Stars: 4
- Watchers: 26
- Forks: 42
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Insights RBAC Service UI
[](https://travis-ci.org/RedHatInsights/insights-rbac-ui)
[](https://codeclimate.com/github/RedHatInsights/insights-rbac-ui/maintainability)
[](https://codeclimate.com/github/RedHatInsights/insights-rbac-ui/test_coverage)## Contributing
This repository is now using experimental workflow checks. Your commits must use the [conventional commits format](https://www.conventionalcommits.org/en/v1.0.0/#examples).
## Getting Started
### Running dev server
```bash
npm run start
```## License
This project is available as open source under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
## Quickstarts Test Environment
In order to test current Quickstarts tutorials iteration, you must enable the testing local variable through your browser's console.
```localStorage.setItem('quickstarts:enabled', true)```
You'll be able to see the buttons for testing both the quickstart tutorial and the catalog page.
Once the flag is enabled, you can access the catalog directly via its route:
```.../settings/rbac/quickstarts-test```