-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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-verify and --authfile should work for all remote commands #8042
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -278,7 +281,6 @@ registries = ['{{.Host}}:{{.Port}}']` | |||
}) | |||
|
|||
It("podman search doesn't attempt HTTP if force secure is true", func() { | |||
SkipIfRemote("--tls-verify is not supported on podman-remote search") |
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.
@edsantiago I just want to restate what a brilliant change adding this kind of text to the SkipIfRemote function is proving to be. TYVM once again.
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
once the redness is cleared from the tests.
ea73c7d
to
1ae6cd1
Compare
These options are now fully supported in the remote API and should no longer be hidden and/or documented as non supported. Signed-off-by: Daniel J Walsh <[email protected]>
Some of these tests are still broken, but when I test by hand it seems to work fine. I don't have time to fix figure out what is going on here, but would like to get this merged to actually fix the handling of the --tls-verify and --authfile flags. I will open an issue and have @QiWang19 Work on fixing the three tests. |
one of the error is the test flake. #7139. I set up a PR applied this commit changes based on the master branch but failed to reproduce that unlinkat error. |
LGTM tests appear to be timing out on podman info
|
/lgtm |
/lgtm |
These options are now fully supported in the remote API and should no
longer be hidden and/or documented as non supported.
Signed-off-by: Daniel J Walsh [email protected]