forked from pool/kanidm
* Release 1.4.5 * nss/pam resolver should reauth faster (#3309) * Further SCIM sync testing, minor fixes (#3305) * Automatically trigger passkeys on login view (#3307) * Re-add enrol another device flow * Improved Cookie Removal * Allow reseting account policy values to defaults (#3306) * Incorrect member name in groups (#3302) * SCIM Sync Missing Annotation (#3300) * Ignore system users for UPG synthesiseation (#3297) * Limit OAuth2 resumption to session (#3296) * Use specific errors for intent token revoked (#3291) * Autocomplete password during reauth with TOTP (#3290) * Add CORS headers to jwks and userinfo (#3283) - Require system-user-nobody to prevent install ordering issue with invalid rpc/statd users OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=75
14 lines
306 B
XML
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>
|