Strongbox: a secret manager for AWS
schibsted.github.io
Strongbox: a secret manager for AWS
1–10 of 58 posts
Re: Strongbox: a secret manager for AWS
#2Re: Strongbox: a secret manager for AWS
#3Most secrets are injected in real time at the startup of of a container. For tools like this or plugins in k8 / docker to access your store you should support this. It's really bad practice to create a hard dependency on your secrets store by using the Java sdk directly in your application. If that's not the intent definitely provide a Golang sdk for proper plugin integration.
Can you explain how secrets are injected now?
Re: Strongbox: a secret manager for AWS
#4I'm the creator of Strongbox. Feel free to ask me technical questions about the project.
Re: Strongbox: a secret manager for AWS
#5Hi, this really needs a REST API. Most secrets are injected in real time at the startup of of a container. For tools like this or plugins in k8 / docker to access your store you should support this. It's really bad practice to create a hard dependency on your secrets store by using the Java sdk directly in your application. If that's not the intent definitely provide a Golang sdk for proper plugin integration. Can yo…
Re: Strongbox: a secret manager for AWS
#6I'm the creator of Strongbox. Feel free to ask me technical questions about the project.
Here are some questions:
Are you using Strongbox in production?
The backup is mentioned, but how exactly do you backup?
Thanks
Re: Strongbox: a secret manager for AWS
#7We've had a pretty splendid experience with Vault so far, so I'm not exactly in the market for another solution, but this looks interesting.
I assume you started development on this because Vault et al didn't exist yet at the time? Or was there another driver?
Re: Strongbox: a secret manager for AWS
#8I'm the creator of Strongbox. Feel free to ask me technical questions about the project.
Thanks, your project looks useful Here are some questions: Are you using Strongbox in production? The backup is mentioned, but how exactly do you backup? Thanks
The backup will take the data stored in DynamoDB (or a file) and serialize to an encrypted file. It will not backup the KMS key, or IAM policies. Hence, it is useful to take snapshots of your state, but not a full disaster recovery.
You can take a backup by a click of a button in the GUI, or using the cli: `strongbox group backup --group team.project --dst-path my-file.backup`
Re: Strongbox: a secret manager for AWS
#9Re: Strongbox: a secret manager for AWS
#10Charging $1 per secret is interesting. I wonder if that will affect how people design their application. We've had a pretty splendid experience with Vault so far, so I'm not exactly in the market for another solution, but this looks interesting. I assume you started development on this because Vault et al didn't exist yet at the time? Or was there another driver?