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 AWS default credential chain #7

Open cyrus-mc opened 5 years ago

cyrus-mc commented 5 years ago

Issue Ref: 5

Description:

This PR provides support for the default credential chain (env variables, static creds, ec2)

[PR Description]

Based on the presence (empty or not) the controller will default to the default credential chain.

TODOs: