secret-manager Questions
6
I am trying to use AWS secrets manager to declare RDS admin credentials.
Declared credentials in rds.tf in variable RdsAdminCred as key/value pair
Declared secret as well in the same tf file
vari...
Sooty asked 6/1, 2021 at 22:0
2
Solved
I use Localstack with Testcontainers((testcontainers:localstack:1.15.2 )) for integration tests and set up the secret in the test setup like this:
Code sample
import com.amazonaws.services.secrets...
Buckbuckaroo asked 26/3, 2021 at 6:15
1
I am trying to migrate from my credentials and secrets to AWS Secrets Manager in my Express Project.
The current structure has a config.json file which loads in sync when the express app.
But whe...
Leaseback asked 11/9, 2018 at 10:52
2
I am searching on the way for safe storage of app secrets in blazor webassembly application. We can find details for Server Side application as in below MSDN documentation.
https://learn.microsoft....
Sensualism asked 2/7, 2020 at 15:35
4
Solved
When I create .net core web applications, I use the secret manager during testing. I am generally able to create a new web project (mvc and web api), right click on the project and select "manage u...
Hedgcock asked 13/2, 2018 at 1:41
2
Solved
I'm expecting to save a lot of documents of considerable size, from 1M to potentially multiple orders of magnitude larger. I know Hashicorp's Vault is great for secret keys and smaller values. I wo...
Polecat asked 16/1, 2016 at 19:14
1
Solved
Are there any advantages to using the Secret Manager instead of environment variables for developing ASP.NET Core, Azure Functions, Azure WebJobs and Xamarin projects using Visual Studio 2017?
May...
Fiester asked 24/12, 2017 at 20:36
1
© 2022 - 2024 — McMap. All rights reserved.