python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to do pwd rotation for non AWS service credentials stored in AWS secret manager. I have api calls to do password reset
How to do pwd rotation for non AWS service credentials stored in AWS secret manager. I have api calls to do password reset.
My user account is in Microsoft Azure AD. I want to store the credentials in...
user312307
Votes: 0
Answers: 1
aws secrets caching describeSecrets error
I am trying to implement a caching for the secrets stored in aws KMS, using this blog post.
Locally when I test the code, the script runs fine. At the moment I am unsure if it fetches from KMS or use ...
monte
Votes: 0
Answers: 1
Creating db connection string with credentials stored in AWS secrets manager
I'm trying to use EF Core in ASP.NET Core with db credentials stored in AWS Secrets Manager.
I want to register dbContext like this:
services.AddDbContext<SchoolContext>(options =>
...
Kacper Gwiazdowski
Votes: 0
Answers: 0
Set AWS Secret Manager value in docker environment
We have a node application running in ECS and have local credentials in the .env file but we don't want to load credentials from the .env file due to security. Rather, we want those to be injected by ...

Rohit.007
Votes: 0
Answers: 2