kanidm/_constraints
William Brown 98ac228945 - Update to version 1.4.4~git0.c3dbf83:
* Release 1.4.4
  * Check DNS on replication loop start not at task start (#3243)
  * Work around systemd race condition (#3262)
  * Clear invalid tokens from unix resolver (#3256)
  * Allow OAuth2 loopback redirects if the path matches (#3252)
  * Correctly display domain name on login (#3254)
  * Display account_id during success/deny paths in unixd (#3253)
  * s/idm_people_self_write_mail/idm_people_self_mail_write/g (#3250)
  * handle missing map_group setting in config (#3242)
  * owncloud: Add SameSite=Lax config for cross-domain auth (#3245)
  * Yaleman/issue3229 (#3239)

OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=73
2024-12-03 06:27:13 +00:00

14 lines
306 B
XML

<?xml version="1.0"?>
<constraints>
<hardware>
<processors>2</processors>
<memory>
<size unit="G">8</size>
</memory>
<disk>
<!-- Needed because OBS workers chronically run out of disk because sigghhh -->
<size unit="G">25</size>
</disk>
</hardware>
</constraints>