Skip to content

Commit 556cbec

Browse files
authored
Merge pull request mattmakai#183 from mjhea0/patch-1
added a flask + vault resource
2 parents 95bef28 + 3b59699 commit 556cbec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/pages/04-web-development/03-flask.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ combined with the example real-world projects listed in the next section.
241241
* [Running Flask on Docker Swarm](https://testdriven.io/running-flask-on-docker-swarm)
242242
details how to run a Flask app on Docker Swarm.
243243

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+
244246
### Open source Flask example projects
245247
Flask's lack of standard boilerplate via a commandline interface for
246248
setting up your project structure is a double edged sword. When you

0 commit comments

Comments
 (0)