pagevamp / laravel-cloudwatch-logs

Cloud Watch Driver for Laravel as needed at pagevamp
93 stars 48 forks source link

Allow user to determine credentials scheme #3

Closed FoxxMD closed 6 years ago

FoxxMD commented 6 years ago

Default to environment variables but allow user to use own scheme (IAM role credentials, etc.)

As an example I am using DoctrineCacheAdapter as the value for credentials so that, on my EC2 instance, AWS uses the default provider and uses the IAM for the instance so I don't have to specify key/secret in the environment variables.