We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I plan to fork the repo and do this but it would be nice to refactor this to add support for aws as well.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: