Code Monkey home page Code Monkey logo

Comments (3)

astrochun avatar astrochun commented on July 18, 2024

One thing worth considering is a --verbose flag to specify the level of details. With large groups, it becomes difficult to identify other problems as the logs will consists of just messages about individual users. Take the case of the quota. That alone might have lists on the order of 10,000 or more for base quota levels. We already know those settings for each classification. It might be worthwhile to perform this verboseness with manual override cases only.

Getting information about each user add/delete is difficult in the current software as we do not include their names. We only look at their UA ID (uaid). This is because Grouper requests depend on this unique ID and not other EDS attributes. With set logic, it's easy to handle unique uaid to remove redundancy (not sure if an EDS query would return two other possible case), but not names and org codes. That would require use of list, which will complicate the code implementation. The advantage of only working with uaid is also the anonymization.

from requiam.

zoidy avatar zoidy commented on July 18, 2024

The verbose flag would be fine

from requiam.

astrochun avatar astrochun commented on July 18, 2024

By default, the verbosity is provided if changes are < 20. However, the information provided will not include full name and organization code as that requires are more complex LDAP API call with response time taking longer.

Verbosity is disabled in CI with ci flag.

from requiam.

Related Issues (20)

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.