Benjamin MALYNOVYTCH
Benjamin MALYNOVYTCH
Supporting MD RAID is not only nice to have, it's mandatory in bare metal setups. Could it be possible to configure RAID out of Talos (ie. using a rescue OS)...
To complete @Nuranto's point: when Varnish is behind a local reverse proxy, ACLs are checked against `::1` which is useless and leads to strange behaviors.
Same here with NC 24.0.5 & user_saml 5.1.0
Although module was configured using CLI (`php occ config:app:set user_saml ...`), `php occ saml:config:get` gives empty response. I think there's a regression in config management.
Applying configuration through `php saml:config:create` and `php saml:config:set` did the trick but I still believe there's a regression in config management (or at least a BIG FAT WARNING missing to...
Latest tests seem to enlighten that even if `BASE_DN` is set to the computed value (which should work seamlessly). Conclusion is that overriding `BASE_DN` in env variables just breaks the...
In fact I'm trying to setup something like this: ``` DOMAIN="mydomain.tld" BASE_DN="dc=sso" ``` This is because we will someday need to change the domain and don't want to be stuck...
The part I find the more strange is there: https://github.com/tiredofit/docker-openldap-fusiondirectory/blob/master/install/assets/custom-scripts/001-install-fusiondirectory.sh#L12 I tried to remove the entire block and provide `BASE_DN="dc=sso"` but the whole script stops working (most of schemas and...
@geektophe Thank you for your answer. I understand your point of view, but their's a difference between the fact that the admin understands what's under the hood, and end users...
I also had troubles to configure GRAFANA_CLOUD_ONCALL_API_URL using env variables and needed to enable FEATURE_LIVE_SETTINGS_ENABLED. (See #1479)