Questions tagged [secretsmanager]

34 questions
0
votes
1 answer

Does secret manager rotation cache?

I'm currently rotating a secret on AWS Secret Manager but it seems to be using the old value shortly afterwards. Does the rotation cache the secret straight after rotation and if so for how long?
0
votes
1 answer

How to manage tokens in Hashicorp's Vault

I am implementing Vault for my team to use and store secrets, and we wanted to keep it simple so we decided to go with the default token authentication. The thing is I can't find a way to manage tokens that were created, so that if I want to revoke…
LeYAUable
  • 1,613
  • 2
  • 15
  • 30
0
votes
2 answers

Handling secrets inside docker container without using docker swarm

One question, how do you handle secrets inside dockerfile without using docker swarm. Let's say, you have some private repo on npm and restoring the same using .npmrc inside dockerfile by providing credentials. After package restore, obviously I am…
rahulsahay19
  • 144
  • 1
  • 10
-1
votes
1 answer

how to set up AWS Secrets with static credentials using terraform

I have a requirement. I am deploying a application into AWS using terraform. A part of this contains creating of a secrets resource "aws_secretsmanager_secret", for this secret I have to add userid/password of an external system which will be static…
Abhi
  • 13
  • 3
1 2
3