Hi everyone! Were there any changes in integration...
# gooddata-cn
g
Hi everyone! Were there any changes in integrations with external auth providers from 2.5.0 to 3.0.0?
j
Hello Gonçalo, Could you please meanwhile narrow down the reason for this question? Are you facing some particular issues with OIDC implementation? Any further details might help us to answer your question properly.
g
We are not entirely sure what went wrong. We've basically replicated our production infra in another environment and simulated an upgrade from 2.5.0 to 3.0.0, but our OIDC implementation kept causing 502 errors. We are not sure that the problem is due to the upgrade itself or the infra replication.
👀 1
j
I am not familiar with any changes introduced in 3.0.0 that should affect this but let me double-check internally to confirm.
g
ok thank you
j
Hi, have you made any changes to your ingress controller? Try adding the following config to the ingress (if you don’t have it already set up with higher values)
Copy code
controller:
  config:
    # This should improve performance
    client-body-buffer-size: '1m'
    # This should resolve possible issue with big headers
    proxy-buffer-size: '16k'