We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the application starts but it cannot get an IAM credentials, deathnode logs the next error infinitelly:
time="2017-08-29T16:12:22Z" level=debug msg="New check triggered" time="2017-08-29T16:12:23Z" level=debug msg="Unable to find instances with DEATH_NODE_MARK_staging tag" time="2017-08-29T16:12:23Z" level=error msg="NoCredentialProviders: no valid providers in chain. Deprecated. \n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors"
Instead, deathnode should crash.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the application starts but it cannot get an IAM credentials, deathnode logs the next error infinitelly:
time="2017-08-29T16:12:22Z" level=debug msg="New check triggered"
time="2017-08-29T16:12:23Z" level=debug msg="Unable to find instances with DEATH_NODE_MARK_staging tag"
time="2017-08-29T16:12:23Z" level=error msg="NoCredentialProviders: no valid providers in chain. Deprecated. \n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors"
Instead, deathnode should crash.
The text was updated successfully, but these errors were encountered: