https://github.com/redhataccess/redhat-access-plugin-ipa
Red Hat Access Plug-in for IdM
https://github.com/redhataccess/redhat-access-plugin-ipa
Last synced: about 1 year ago
JSON representation
Red Hat Access Plug-in for IdM
- Host: GitHub
- URL: https://github.com/redhataccess/redhat-access-plugin-ipa
- Owner: redhataccess
- License: apache-2.0
- Created: 2014-07-24T18:33:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T17:48:12.000Z (over 11 years ago)
- Last Synced: 2025-01-28T10:44:27.527Z (over 1 year ago)
- Language: JavaScript
- Size: 734 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
redhat-access-plugin-ipa
========================
Red Hat Access Plug-in for IdM
# Test environment
To change Red Hat Access instance insert following lines into
`rhaccess.RHAApp.init_app`
```JavaScript
window.strata.setPortalHostname('access.my.instance.test');
window.strata.setAuthHostname('access.my.instance.test');
```
# Development
## Validate JavaScript
```
$ make lint
```
Runs jslint with `jsl.conf` configuration file.
## Build
```
$ make all
```
Prepares files in `dist\$(NAME)-$(VERSION)` directory, e.g.,
`redhat-access-plugin-ipa-1.0`. The content of this dir can be then copied
to IPA server into `/usr/share/ipa/ui/js/plugins/rhaccess` directory.
One can run also partial make targets: `js`, `css`, `glyphs`.
# Distribution
## Tarball
```
$ make dist
```
The output will be in `dist/tarballs` directory.
## RPM
```
$ make rpms
```
The built rpm will be in `dist/rpms` directory