-
Notifications
You must be signed in to change notification settings - Fork 86
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
Missing e2e test cases for flag --plain-http
#633
Comments
I will take this one. |
@patrickzheng200 please link the spec for |
update milestone to |
shizhMSFT
pushed a commit
that referenced
this issue
May 25, 2023
Feature: - add E2E testing TLS support for Github Action environment Test: - added `--insecure-registry` test for sign, verify, inspect, list > **Note** `login` command E2E test cases are not included in the PR because it needs to setup credential store in Github Action and should be done in another PR. Added an issue to track it #680 Resolves #633 Signed-off-by: Junjie Gao <[email protected]> --------- Signed-off-by: Junjie Gao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the areas you experience the issue in?
Notation CLI
What is not working as expected?
Missing e2e test cases for flag
--plain-http
, which exists for the following commands. This flag allows users to establish insecure connections to registries, so it should be tested properly.What did you expect to happen?
Add e2e test cases for flag
--plain-http
used by all notation CLI commandsHow can we reproduce it?
N/A
Describe your environment
N/A
What is the version of your Notation CLI or Notation Library?
Notation CLI v1.0.0-rc.3
The text was updated successfully, but these errors were encountered: