Skip to content

Commit

Permalink
Rename config variable "insecure_skip_verify" to "skip_verify". (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Matheus C.R <matheus.carvalho@canonical.com>
  • Loading branch information
mcarvalhor and mcarvalhor authored Jan 9, 2024
1 parent 2d98139 commit 1e7fd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ options:
For ssl/tls communication these should be a base64 encoded file
e.g.: "ca_file": "'"$(base64 -w 0 < my.custom.registry.pem)"'"
insecure_skip_verify: OPTIONAL bool - default false
skip_verify: OPTIONAL bool - default false
For situatations where the registry has self-signed or expired certs and a quick work-around is necessary.
e.g.: "insecure_skip_verify": true
e.g.: "skip_verify": true
example config)
juju config containerd custom_registries='[{
Expand Down

0 comments on commit 1e7fd26

Please sign in to comment.