per IRC discussion. Introduce a L2 key that signs users who have gentooAccess=infra.group in their LDAP. It should ALSO revoke signatures if a user is removed from that ldap group, and/or retires from Gentoo.
*** Bug 912377 has been marked as a duplicate of this bug. ***
I've updated autosign to allow customizing the filter expression. Basically make a separate GNUPGHOME with the new key, set the following envvar: AUTOSIGN_FILTER='(&(gentooStatus=active)(gentooAccess=infra.group))' and run autosign.bash with GNUPGHOME set.
This is partially rolled out now. The missing steps: - load the L1 key from offline environment, to sign the L2-infra key; send that signature to the keyservers. - enable sending keys
This should be working, but the keys aren't being pushed from the L2 signer properly.