Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: grouper attestation patches released

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: grouper attestation patches released


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "Redman, Chad" <>, " Mailing List" <>
  • Subject: [grouper-users] RE: grouper attestation patches released
  • Date: Mon, 27 Nov 2017 08:42:41 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:9lXk9hyXzr5zWtvXCy+O+j09IxM/srCxBDY+r6Qd0uoWLvad9pjvdHbS+e9qxAeQG96Ku7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXYAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7Vq4/Vyi84Kh3SR/okCYHOCA/8GHLkcx7kaZXrAu8qxBj34LYZYeYP+d8cKzAZ9MXXWpPUNhMWSxdDI2ybIUPAOgAPelEoIbwvEEOoQeiCQS2GO/j1iFEi3nr1qM6yeQhFgTG0RQuE9wMsHXVrcv6NL0KXeuo0qTIzS/Db/JN2Tvz9YPFdRUhru2MXbNwcMve11MvGhjEjlWLtYPpJS6V1vwTvGid6epsT/yghHM6qwxopDWk28kiio7Mho0Py1DE8z10wIczJd2kVkF7e9ikH4VMty2ELYd5XN4tQ3xwtCY1y70GpZ67fDURx5g92xHfbPmHfo6V6RzgTOacOSl0iG9kdb6liRu+71KsxvD/W8WoylpGsylInsHRun0DyxDf8MyKRuZn8ku/xDqC0xrf5vxGLE01k6fQNoQvzaQqlpUJtETOBi/2l1vyjK+Rbkgq4vSl5eP7brn4v5OSKpd6hhznPqQpgcOwH/40Mg8TX2iH4uu806Dj/UvkT7lQlv02iK7ZsIzEKssHuq65AghV0oA55xa4EjemzNAYnX4ALFJGYh6Ik4/pO1TWLPD5C/ewnUisnS91y/zbP7DtGJvAImbZnLv8frtx91RQxBcwwNxH4pJbELABIPb9Wk/rs9zYCwc0MwmozObnCNR8150RWXiUD6+YK6PdrUWE5v83I+aSYo8VvizxJOY46P7zlXM5g0MSfbG13ZsLb3C1BvtmI1+eYXrxmtcOD30KshMjTOzxllKCSyVTam22X6I9/TE7FJmmAZnZSoCshryBwDm0HodQZm9YFlCAD23keJuZVPcRO2quJZorqDEIULGnD8cK1Rii/keuwLpuIt3O9yEdvJTLyd5+oeDfiEd2vXZ7FcOAy2yXCnxvk3kTbz4wwK1lp0FhkBGO3bUwpvVZEd1V6LttUxwmf9aIwPZ9Fsj/QEfcZdqTU36nRMmrGzc8Uoh3ztMTNRVTAdKn21rjzjinGftdvLyRBYd+uvbZ1HjgNctn43fd3+88l1QgRI1COXDw1f03zBTaG4OcyxbRrK2tb6lJmXeVrGo=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Chad,

 

I fixed this and another attestation issue in these two patches, please try them out.

 

v2.3.0 api patch 86

v2.3.0 ui patch 34

https://bugs.internet2.edu/jira/browse/GRP-1635

 

The other issue had to do with removing attestations from objects.

 

https://bugs.internet2.edu/jira/browse/GRP-1634

 

From what I could tell, these are what the attestation attributes look like (below).  The patch will detect this situation when clicking on a group/folder attestation, or when daemon runs, and adjust it.  This is shown in the unit test:

 

https://github.com/Internet2/grouper/commit/7b7ed9cabb2756e0b0b49b6bfb2f3d3b8328598d#diff-e8054191d40e625ab76a89aba4db26d7

 

So if you want to try those patches and run the attestation daemon, things should be fixed.  If not, please let me know.  Btw, the direct assignment for a non folder assignment should be true.  Can you change those?  J  You can do this in bulk with a SQL -> GSH script or just a SQL update statement or just a GSH Java loop.  Ok?  I can help you with one of those if you like…

 

Folder (pre patch):

 

 

Group inherited pre patch:

 

 

Group direct assign pre patch:

 

 

Folder post patch:

 

Inherited group post patch:

 

 

Direct group post patch:

 

 

 

 

 

From: Redman, Chad [mailto:]
Sent: Tuesday, November 21, 2017 12:35 PM
To: Hyzer, Chris <>; Mailing List <>
Subject: RE: grouper attestation patches released

 

Hi Chris,

 

After upgrading to patch 81 (actually 84), existing attestations directly on groups show up as not being configured. From what I have traced so far, the value for attestationDirectAssignment is set to false. Maybe this should be true? If I change it to true, the attestation shows up. We don't have any folder attestation set -- we're slowly rolling this out so there are only a few specific groups with attestation.

 

We already need to run gsh to auto-create the new attestation attributes after patching, so if there is some extra step to batch fix an attribute, it's not a big deal.

 

Thanks,

Chad

 

 

 

 

 

From: [] On Behalf Of Hyzer, Chris
Sent: Monday, October 30, 2017 1:52 AM
To: Mailing List <>
Subject: [grouper-users] grouper attestation patches released

 

“Grouper attestation” is having grouper remind the group owners to review ad hoc group memberships on a periodic basis.

 

This has been in Grouper for a few months, now here are some updates and UI improvements.

 

This is in 2.3.0 API patch #81 and 2.3.0 UI patch #33.

 

Here are the docs:

 

Main: https://spaces.internet2.edu/display/Grouper/Grouper+attestation

 

 

Let me know any feedback.

 

Thanks to Vivek for his help with this.

 

Thanks

Chris




Archive powered by MHonArc 2.6.19.

Top of Page