Marcus Bergner
Marcus Bergner
A couple of months ago I commented on the associated discussion thread to this issue (https://github.com/AcademySoftwareFoundation/OpenTimelineIO/discussions/1009) and I'm happy to see some more activity on this topic. The company I...
Besides the issues already mentioned here there are other problems as well. - Some pgdg80+1 packages don't exist on apt-archive. In my tests I was referencing pgdg+1 instead. - There...
Are you sure you actually have an image containing TCPPING bootstrapping? The default jboss/keycloak image does not contain TCPPING.cli at all, and this repository doesn't contain an explicit example. There...
The lack of idempotency is not something that should affect you unless you use a docker volume for the configuration files. The syntax should be 1.2.3.5[7600],1.2.3.6[7600] so that looks ok....
I also struggled a lot with getting TCPPING working. I started off with the same one as you, then switched to a TCPPING.cli from https://github.com/ivangfr/keycloak-clustered but in the end I...
Before trying to formulate some more concrete ideas/proposals here I'd like some clarifications on a few OTIO data model specifics, since I think understanding these are quite essential to coming...
No responses here unfortunately but I'll proceed with more details anyway. This is my take on this problem, but it is notably based on an assumption that a Track in...
#995 seems like mostly a duplicate of the bug I reported here but I think this bug can still have some merit in that it seems behavior of `.spec.sso.dex.openShiftOAuth: true`changed...
I figured out how to increase the log level on oauth-openshift so I can see the HTTP requests in its log file and there it looks like the ArgoCD Dex...
oauth-openshift or the https://github.com/openshift/osin library looks like the main culprit here. I was able to verify that I got login to work in https://github.com/openshift/oauth-server/issues/136 by reverting one of the commits...