* Release 1.4.6 * Small UI updates. (#3361) * Allow modification of password minimum length (#3345) * Ignore anonymous in oauth2 read allow access (#3336) * Resolve passkey regression (#3343) * Renaming "TOTP" in the login flow (#3338) * cookies don't clear unless you set domain (#3332) OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=77
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>
|