-
Notifications
You must be signed in to change notification settings - Fork 0
Analyses user entitlements to create roles for use in identity management provisioning
License
smof/RolesCreator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Synopsis
A small robust command line utility to assist in the creation of roles and role entitlements as used by identity and access management provisioning systems. Can be run either as a native Ruby application or using the warbler package Java Jar.
Features
Role Creation - creates roles and user memberships based on functional business/customer groupings as used by identity management provisioning tools.
Role Entitlements - assigns entitlements to roles based on analysis of role member system accounts.
User Exceptions - identifies any entitlements that are directly assigned to a user and not assigned via a role
No persistent storage needed. Purely a 'run time' analytics engine.
Inputs
CSV files from authoritative source containing user identities and a CSV file containing system accounts and entitlements
Outputs
3 files - role:users; role:entitlements; user:entitlement exceptions
Files can be exported to XML, JSON or CSV format.
Currently only analyses one system per run. If multiple systems require role analysis, simply run more than once with new input files.
Edit the config.yml with appropriate data input parameters and system requirements. Can extend existing roles if made available in CSV input.
Structure
The sample_data/ directory contains 4 sample data files that can be used to demonstate the utility. Identities.csv is an auth source example, with sample entitlements files for an LDAP, MS-SQL database and Unix system.
The config/ directory contains the config.yml file for settings.
The bin/ and lib/ directories contain the core system files written in MRI Ruby.
The docs/ directory contains a Quick Start PDF
The RolesCreator.jar is a warbler packaged self-contained version of the app that can be run on systems without Ruby or JRuby installed.
To run either use run_rolescreator.sh for if you have Ruby installed, or run_rolescreator_java.sh for the Jar version.
About
Analyses user entitlements to create roles for use in identity management provisioning
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published