Y
Hacker News
new
|
ask
|
show
|
jobs
by
hbarka
28 days ago
How do you incorporate secrets in this kind of implementation? Stored in db?
2 comments
mrits
28 days ago
Unless you have a very specific use case, you wouldn't want to store in db or in any message you use in any workflow like this. Usually whatever does the actual work has a way to get the secret.
link
KraftyOne
28 days ago
Secrets are orthogonal to durable execution--what are your concerns about using them together?
link