-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
log error for url verification failure #5595
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@germondc Thanks for the PR! Could you please sign the commit with |
Signed-off-by: Clyde Germond <[email protected]>
New changes are detected. LGTM label has been removed. |
Sure thing. I have done so and pushed. |
Is not it missing the changelog with the fix? WDYT about adding this one for we have this fix in the release notes? |
Signed-off-by: Clyde Germond <[email protected]>
Such a small change, hardly seemed worth a changelog :) I have added one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
* log error for url verification failure Signed-off-by: Clyde Germond <[email protected]> Signed-off-by: Prashant Arya <[email protected]>
Description of the change:
Simply logs the already generated error prior to exiting
Motivation for the change:
Prevent silent exit of ansible-operator when URL fails verification.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs
Apologies if I haven't followed the process correctly.