redradrat / aws-iam-operator

AWS IAM Operator for Kubernetes
Apache License 2.0
32 stars 7 forks source link

support for auto rotation of IAM user's AccessKey and Secretkey #17

Open SnehaMore20 opened 3 years ago

SnehaMore20 commented 3 years ago

Currently when we create user with createProgrammaticAccess: true. A secret gets created with access key and secret key. We would like to have these keys autorotated after given time span.