Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-2672

allow authn cache and properties file override

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • None
    • None
    • None

    Description

      grouper.hibernate.properties:

      # override a grouper authn password here for testing and development
      # grouperPasswordConfigOverride_<APP>_subjectId_pass = pass (hopefully encrypted but doesnt need to)
      # e.g. grouperPasswordConfigOverride_UI_GrouperSystem_pass = abnf234 

      grouper.properties

      # if we should cache UI authns
      # {valueType: "boolean", required : true}
      grouper.authentication.UI.cache = false
       
       
      # if we should cache WS authns
      # {valueType: "boolean", required : true}
      grouper.authentication.WS.cache = false
       
       
      # cache timeout for UI authns
      # {valueType: "integer", required: true}
      grouper.authentication.UI.cacheTimeMinutes = 2
       
       
      # cache timeout for WS authns
      # {valueType: "integer", required: true}
      grouper.authentication.WS.cacheTimeMinutes = 2

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: