Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-3508

Enable easier access to user/group/tag/resource attributes in condition expressions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0, 2.3.0
    • plugins
    • None

    Description

      User/group/tags/resource attributes should be easily accessible in condition expressions, with expressions like:

      USER.state == 'CA'
      UG['test'].dept == 'MKTG'
      REQ.accessType == 'SELECT'
      RES.database == 'hr'
      RES.table == 'employee'
      TAG._type == 'PII'
      TAG.attr1 == 'value1'
      TAGS.PII.attr1 == 'value1'
      TNAMES.length == 2
      TNAMES.indexOf('PCI') != -1

       

      Attachments

        Activity

          People

            madhan Madhan Neethiraj
            madhan Madhan Neethiraj
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: