daydrim

Results 8 comments of daydrim

Hello. I have the same issue with OVA installation are there any news what dependencies should be installed to achieve the step1 success?

It still works only with vcd-cli==22.0.0 and pyvloud==21.0.0 It won't work with vcd-cli 22.0.2 and pyvcloud 21.0.1 so the latest release doesn't completely work with cse

The problem is in rewrites configuration. So there is an option in NextCloud docs [nextcloud manual](https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html) So for nextcloud-oidc-login `cgi.fix_pathinfo` must be set to `0` `cgi.fix_pathinfo=0`

It helps only with GET and Redirect correctly to SSO However when we return via callback url we've returned again to `nextcloud/login?noredir=1`

Hello ! It seems it resolves the problem with redirection !) Thanx However we recieved the following error in most of the sessions: [Unable to determine state](https://github.com/jumbojett/OpenID-Connect-PHP/issues/93) At the moment...

Hi, Any news on the issue? Are there any plans to create multi-master configuration in VCD-Native Provider?

Hello, we've found that lots of file descriptors opening (300K+) and can not be closed. Probably this RAM usage in increasing because file descriptors constantly grows. gnocchi-metricd process opens eventpoll...