Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
    • Tanner Prestegard's avatar
      Make subject of X509Cert longer · f5260528
      Tanner Prestegard authored
      Some X509 certificate subjects which were obtained from the LIGO
      LDAP were being truncated upon insertion into the database since
      they were longer than the upper limit imposed here of 200 characters.
      I asked the LIGO auth team for guidance as to whether there is any
      kind of upper limit imposed at that level, but did not receive any
      feedback.  So I am increasing it to 300 characters here and hoping
      that is enough that we will never have to revisit this issue.  It will
      also be necessary to clean up any certificates in the database which
      are truncated.
      f5260528
    • Tanner Prestegard's avatar
      Don't manage groups in auth middleware for robot users · 24cb05be
      Tanner Prestegard authored
      Robot user group memberships are entirely managed within GraceDB and
      should not be added/removed based on request header content.
      24cb05be
    • Tanner Prestegard's avatar
      cd9d3745
    • Tanner Prestegard's avatar
      Rename LocalUser model to RobotUser · 548658c4
      Tanner Prestegard authored
      RobotUser should only be used for robot user accounts.  It's a clunky
      way of identifying robot accounts, but it's all we have for now.
      548658c4
    • Tanner Prestegard's avatar
      Update admin managed groups · 379ef37c
      Tanner Prestegard authored
      Add access_managers and superevent_managers to ADMIN_MANAGED_GROUPS.
      They will be removed in the near future, but for now, they should
      be included here so that group memberships are not removed by the
      ligoauth middleware.
      379ef37c
    • Tanner Prestegard's avatar
      Update failover to lvalert_send · 03f3a016
      Tanner Prestegard authored
      Failover to lvalert_send now uses new LVALert Python API, rather
      than forking a Process to call the lvalert_send script.
      03f3a016
    • Tanner Prestegard's avatar
      Upgrade to latest LVAlert package · 501f827d
      Tanner Prestegard authored
      Upgrade to newest LVAlert package and fix some requirements.
      There is a bug with sleekxmpp and certain versions of pyasn1-modules,
      so we revert the version of that and pyasn1. We also remove some
      requirements which are really dependencies of requirements.
      501f827d
  2. Oct 12, 2018
  3. Oct 11, 2018
  4. Oct 08, 2018
  5. Oct 05, 2018
  6. Oct 04, 2018
  7. Oct 03, 2018
  8. Oct 01, 2018
Loading