GithubHelp home page GithubHelp logo

smof / rolescreator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 39.25 MB

Analyses user entitlements to create roles for use in identity management provisioning

License: Other

Ruby 99.36% Shell 0.64%

rolescreator's Introduction

RolesCreator - v0.1


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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.