Deploying Quarto on Google App Engine with Identity-Aware proxy #9831
dkapitan
started this conversation in
Show and Tell
Replies: 2 comments 1 reply
-
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Next step is to setup a workflow in Cloud Build to build your website and deploy it to the App Engine. 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
So I use Quarto a lot, and have been scratching my head for a while what the easiest and most robust way is to deploy it with simple user management.
I ended up with Google App Engine (GCP is my default cloud provider) with an Identiy-Aware proxy. This blog post explains the basics of that solution design.
This repository shows a minimal example, which is essentially just one extra
app.yaml
file that configures the app.Very happy that this works, I spend quite some evenings figuring out a solution. I hope this is helpful for others, too.
Beta Was this translation helpful? Give feedback.
All reactions