Open mkushakov opened 3 months ago
The only way right now to host app is to use Google Cloud Platform as not only infra part relay on GCP specific services, but also some code is really GCP specific, like KMS https://github.com/octo-sts/app/blob/main/cmd/app/main.go#L15
It would be nice to add support for other popular cloud provider like AWS or make it more cloud agnostic.
I plan to fork the repo and do this but it would be nice to refactor this to add support for aws as well.
The only way right now to host app is to use Google Cloud Platform as not only infra part relay on GCP specific services, but also some code is really GCP specific, like KMS https://github.com/octo-sts/app/blob/main/cmd/app/main.go#L15
It would be nice to add support for other popular cloud provider like AWS or make it more cloud agnostic.