Skip to content

Implement --plain-http as a configuration  #85

@SteveLasker

Description

@SteveLasker

For local testing and IoT scenarios that use plain HTTP, we currently need to add --plain-http as a parameter.

  • notation sign --plain-http $IMAGE
  • notation pull --plain-http --peek $IMAGE
  • notation verify --plain-http $IMAGE

Alternatively, what if we added insecureRegistries as a configuration option:

"insecureRegistries": [
    "registry.wabbit-networks.io"
  ]

Expected Behavior

  • notation sign $IMAGE
  • notation --list $IMAGE
  • notation verify $IMAGE

@shizhMSFT

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions