Skip to content
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

fix broken file reference in PSP guide #1277

Merged
merged 1 commit into from
Sep 21, 2016

Conversation

pweil-
Copy link
Contributor

@pweil- pweil- commented Sep 21, 2016

Fixes the included file reference in the psp guide which was breaking deploy/netlify

#1206 (comment)

@nikhiljindal


This change is Reviewable

@nikhiljindal
Copy link
Contributor

lgtm, thanks

@devin-donnelly devin-donnelly merged commit 11a93cf into kubernetes:release-1.4 Sep 21, 2016
mikutas pushed a commit to mikutas/k8s-website that referenced this pull request Sep 22, 2022
Our usage of `curl` could be vulnerable to protocol downgrade attacks. This
change updates most of our usage of curl--especially when fetching executable
resources--with the following command-line flags:

* `--proto '=https'` forces use of HTTPS. This ensures that dropping `https://`
  from a URL will cause the command to fail instead of reverting to use
  unsecured HTTP.
* `--tlsv1.2` disables the use of older TLS versions.
* `-f|--fail` ensures that curl does not output anything to stdout when a
  non-2xx response is received.
* `-S|--show-error` causes errors to be printed to stderr (when `-s|--silent`
  is used).

Related to linkerd/linkerd2#7593

Signed-off-by: Oliver Gould <[email protected]>
mikutas pushed a commit to mikutas/k8s-website that referenced this pull request Sep 22, 2022
kubernetes#1277 missed one URL. This fixes it.

Signed-off-by: Oliver Gould <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants