-
Notifications
You must be signed in to change notification settings - Fork 99
THREESCALE-10162 add skip insecure verify to OpenAPI backend and product #869
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
Conversation
What is the use case for having |
@eguzki do we want to give individual control over them - reading your comment as I guess you are suggesting having just one right? |
It actually makes no point in having two, made it a single annotation instead. Thanks |
eedac1f
to
fadef92
Compare
@MStokluska: The
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
fadef92
to
5c03c70
Compare
5c03c70
to
5b7aa73
Compare
Code Climate has analyzed commit 5b7aa73 and detected 0 issues on this pull request. View more on Code Climate. |
Not sure why the |
@eguzki we are about to merge this. Given you have left some feedback - are you happy with the current approach or think there is more changes required? |
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
Three notes:
- The product/backend annotations are not reconciled, so if, for instance, not added initially to the OpenAPI CR and then update the CR to add it, the product/backend CR should not get that annotation.
- The annotation is always added to the product/backend CR, regardless of existing in or not in the OpenAPI CR. I would not add annotation if OpenAPI does not have it. Minor issue. Up to you.
- Doc test failing
Thanks @eguzki |
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
Indeed, in |
Jira: https://issues.redhat.com/browse/THREESCALE-10162
Verification
Verification environment preparation