shairozan
Deploying TwentyCRM on AKS with Kubernetes Manifests
I'll take a look at them. Need to see what considerations were made for cloud integrations and whether they were done at the NGINX ingress or the native ingress. Most people I've worked with prefer not using the NGINX ingress controller because it's another dependency, and all major cloud providers already have integrations available via annotation for the native network ingress controller. Major being the case. Digital ocean's is a lot different, but AWS, Azure, GKS all have native annotation support for DNS, Load Balancer setup, and SSL termination
16 replies
Deploying TwentyCRM on AKS with Kubernetes Manifests
@sven I have a discussion on github about potentially creating a HELM chart because the manifests provided leave a lot to be desired. I had to significantly alter them, provide separate secrets, and a separate approach for config maps. I've got it working in EKS (AWS) and GKS (Google) currently, but really need to solidify some things before starting a helm chart
16 replies
Google Calendar Sync Fails (GH Issue 8743)
Our use case is purely internal so an internal OIDC client inside of the workspaces makes more sense. The users see it like a typical google auth interaction and we don't have to worry about it ever being seen outside of the workspace. Thanks for the info though since I've traditionally shied away from public google OIDC integrations
79 replies
Google Calendar Sync Fails (GH Issue 8743)
It may be because I'm in a workspace with a private (internal) OIDC client. https://developers.google.com/identity/protocols/oauth2/production-readiness/google-workspace. We may be able to trust the app there. may have to investigate with my own personal workspace account
79 replies
Google Calendar Sync Fails (GH Issue 8743)
At least that's where I see it come up a lot. I don't see any references from the codebase to bigquery. It may be a scenario where its' a specific error that's not catalogued into a try / catch and is falling into a default throw within the message import
79 replies