Code Monkey home page Code Monkey logo

Comments (4)

alanking avatar alanking commented on July 17, 2024

Would like to confirm (somehow) that PEPs which return errors that are not RULE_ENGINE_CONTINUE or SYS_NOT_SUPPORTED fall through appropriately to the audit plugin so that the events are logged.

For example, if I want to prevent uploads to a particular server via the Put API (for whatever reason) and I return SYS_NOT_ALLOWED or something in pep_api_data_obj_put_pre, would the audit plugin emit a message for such an event so that we can see that it was attempted?

from contrib.

korydraughn avatar korydraughn commented on July 17, 2024

If the audit plugin is first in the list, it should capture the PEP and allow the next REP to handle it (i.e. block it if desired) just fine.

from contrib.

alanking avatar alanking commented on July 17, 2024

I see. We will need to update our slides to reflect that if that's the requirement. If it "just works" then no need

from contrib.

alanking avatar alanking commented on July 17, 2024

Confirmed that everything is working. See #43 (comment). @trel: I think this is good for the closing.

from contrib.

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.