Giter Club home page Giter Club logo

azureiamvisualizer's Introduction

Azure IAM Visualization

Ever found yourself drowning in the maze of permissions and roles within Azure? It's a headache to explore each resource one by one. But fear not, I got something to make your life easier!

This is a Python-based web application that visualizes Azure Identity and Access Management (IAM) relationships using Plotly and Dash. The app reads IAM data from a CSV file and allows users to interactively explore the relationships between roles, users, and object types and the associated resources.

Peek 2023-08-16 21-47

Features

  • Visualize IAM relationships in a Sankey diagram.
  • Filter IAM data based on roles, users, and object types.
  • Interactive user interface powered by Dash and Plotly.
  • Supports reading IAM data from a CSV file.

Getting Started

Prerequisites

  • Python (3.6+ recommended)
  • pip package manager

Installation / Usage

  1. Clone the repository:

    git clone https://github.com/mverschu/AzureIAMVisualizer.git
    cd AzureIAMVisualizer
    pip install -r requirements.txt
  2. Prepare Your IAM Data: Ensure you have your IAM data in a CSV file (e.g., iam_data.csv) that contains relevant information about roles, users, and object types.

image

  1. Run the App:

    • Execute the application script by providing the CSV file as an argument:

      python app.py iam_data.csv
  2. Contributions and Feedback:

    • Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to create a pull request or submit an issue in this repository.

      1. Fork the repository.
      2. Create a new branch: git checkout -b feature/my-feature.
      3. Make your changes and commit them: git commit -m 'Add some feature'.
      4. Push the changes to your fork: git push origin feature/my-feature.
      5. Open a pull request in this repository.

ToDo

  1. Add exclusion option.

azureiamvisualizer's People

Contributors

mverschu avatar

Stargazers

 avatar

Watchers

 avatar

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.