Questions tagged [key-rotation]
18 questions
0
votes
1 answer
How to rotate Azure Key Vault Keys
I only see Key Vault Secret rotation but not Key Vault Keys rotation in docs. Create new version and disable the older version is one approach to rotate Azure Key Vault Keys(Cryptography Keys)
Is there any other way to rotate Cryptography Keys in…

Veerendra K
- 2,145
- 7
- 32
- 61
0
votes
1 answer
AWS SecretsManager list_secret_version_ids in lambda rotation function Returns AccessDeniedException
I am writing a custom lambda function to implement a generic rotating keys algorithm for use in SecretsManager.
The python lambda function works perfectly when running locally in my pycharm IDE, however, when I paste it into the lambda console and…

DSadaka
- 76
- 6
0
votes
1 answer
Rotate IAM user access keys without code change in client
I have a scenario where I have created an IAM user for customer's application for access of API gateway and have shared the user keys (access-code and secret-key) with them. I need to rotate the keys for them every 90 days but since the access keys…

divyum
- 1,286
- 13
- 20