Re: Secrets in org-babel

2022-09-06 Thread Ihor Radchenko
Felix Dorner writes: > New org user, fascinated by org-babel, but stumbled over something I have > no good solution for: I have mostly shell blocks, and very often have to > retrieve secrets from aws secretsmanager before I can do anything useful, > e.g. query a database in several places. What I

Re: Secrets in org-babel

2022-09-05 Thread Greg Minshall
Felix, my setup is probably too complicated. and, i don't really know what "aws secretsmanager" is, or how you interact with it. but, in case this helps... i put ("long-term") secrets in pass https://www.passwordstore.org/ for "programmatic access" (in particular, for passwords neede

Secrets in org-babel

2022-09-05 Thread Felix Dorner
New org user, fascinated by org-babel, but stumbled over something I have no good solution for: I have mostly shell blocks, and very often have to retrieve secrets from aws secretsmanager before I can do anything useful, e.g. query a database in several places. What I've been doing is to put the se