I tried contacting Make.com sales/accounts team and they were not able to answer my question.
I can see that Make has EU datacenters, so when I subscribe to it, it gets a EU datacenter (eu1.make.com) but I would like to ask if all data that is stored and processed is done in the EU datacenters? Or any of it goes to the US datacenters?
When we use actions and sign in with the credentials such as OpenAI, Microsoft 365, using OAuth, does the credentials get saved in MAKE? If so, how and where is it stored securely?
If anyone has information about this it would be great and helpful.
From what I recall from asking them a bit back, if you are using the EU servers then everything is stored on the EU servers. The only part that may not be is your initial login credentials because you need to login first then before you get redirected to the proper data centers.
Everything relevant is on or linked to from the Privacy and GDPR link at the foot of the Make website. You might need to click through a number of documents to find exactly what you want.
If you’re using an API key, that does get stored securely within the Make infrastructure.
OAuth 2.0 is a much more secure auth mechanism - that’s where you get redirected to the service you’re connecting with to enter your login and password.
In OAuth 2.0 the login and password aren’t visible to Make. Instead the remote service sends a temporary access token back to Make, which Make refreshes automatically. Again, that token is stored securely within the Make infrastructure.