Skip to content
New issue

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

TLS configuration for engine services can fail silently #58

Open
zhill opened this issue Jun 7, 2018 · 0 comments
Open

TLS configuration for engine services can fail silently #58

zhill opened this issue Jun 7, 2018 · 0 comments

Comments

@zhill
Copy link
Member

@zhill zhill commented Jun 7, 2018

Opening this issue to track silent failure of TLS configuration in anchore-engine services due to things like typos in cert or key paths.

Expected behavior is for the service to fail to start if TLS cannot be configured as specified in the config.yaml and clear errors should be visible in the logs for things like files not found.

The current behavior is to swallow the errors and try to initialize with no cert or key (if both not found) which then starts the service without the expected tls configuration in place.

This is related to #53 , just the error reporting part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant