Skip to content

Fix mistake in the documentation of several backends#4121

Closed
ghost wants to merge 1 commit intomasterfrom
unknown repository
Closed

Fix mistake in the documentation of several backends#4121
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Oct 27, 2018

What does this PR do?

This PR changes the documentation for the following three labels to say that they add a HPKP header instead of a pinned HTST public key header.

<prefix>.frontend.headers.publicKey=VALUE (Consul Catalog)
traefik.frontend.headers.publicKey=VALUE (Azure Service Fabric, Docker, ECS, Marathon, Mesos, Rancher)
ingress.kubernetes.io/public-key: VALUE (Kubernetes Ingress)

Motivation

The documentation for these labels currently says that they add a pinned HTST public key header. The problem with this is that there is no such thing as a pinned HTST (?) or even HSTS (HTTP Strict Transport Security) public key header. What these labels actually do is add a HPKP (HTTP Public Key Pinning) header.

More

  • Added/updated tests
  • Added/updated documentation

Additional Notes

N/A

@mmatur
Copy link
Member

mmatur commented Oct 29, 2018

Hi @WhaleHub,

Could you please rebase your PR on v1.7 branch.

@ghost ghost changed the base branch from master to v1.7 October 29, 2018 21:11
@ghost ghost changed the base branch from v1.7 to master October 29, 2018 21:11
@ghost ghost closed this Oct 29, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants