vmware-archive / kinesis-trigger

Kubernetes CRD controller for Kinesis stream as event source for Kubeless functions
Apache License 2.0
2 stars 8 forks source link

Support rotating credentials via secrets #6

Open cyrus-mc opened 6 years ago

cyrus-mc commented 6 years ago

FEATURE REQUEST?:

Currently, through my tests, the reading of credentials via the secret is a one time thing. That means if you rotate out the credentials you have to delete the trigger and re-create it.

Much like PODs do when consuming secrets and/or configmaps, the trigger should see updates and update the credentials used.