You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/03-flask.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,8 @@ combined with the example real-world projects listed in the next section.
241
241
*[Running Flask on Docker Swarm](https://testdriven.io/running-flask-on-docker-swarm)
242
242
details how to run a Flask app on Docker Swarm.
243
243
244
+
*[Dynamic Secret Generation with Vault and Flask](https://testdriven.io/dynamic-secret-generation-with-vault-and-flask) looks at how to use Hashicorp's Vault and Consul to create dynamic Postgres credentials for a Flask web app.
245
+
244
246
### Open source Flask example projects
245
247
Flask's lack of standard boilerplate via a commandline interface for
246
248
setting up your project structure is a double edged sword. When you
0 commit comments