generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 583
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.kind/gepPRs related to Gateway Enhancement Proposal(GEP)PRs related to Gateway Enhancement Proposal(GEP)kind/user-storyCategorizes an issue as capturing a user storyCategorizes an issue as capturing a user storypriority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.v1.4-release/subtaskThis indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.This indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.
Milestone
Description
What would you like to be added:
The ability for a HTTPS (or TLS generally) endpoint to require that the client present a certificate that can be validated according to some configurable policy.
Why is this needed:
As an application developer, I want to restrict access to my application to a certain audience of clients. The audience is defined by one or more of
- a collection of specific TLS certificates (maybe by hash)
- a collection of subject names in certificates
- a collection of certificates issued by a specific (unique) CA
I want the infrastructure to guarantee that I only receive client traffic that originates from this audience.
/kind user-story
jdoylei, 3deep5me, DamiaPoquet, sathieu, gaetansnl and 6 morevanou
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.kind/gepPRs related to Gateway Enhancement Proposal(GEP)PRs related to Gateway Enhancement Proposal(GEP)kind/user-storyCategorizes an issue as capturing a user storyCategorizes an issue as capturing a user storypriority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.v1.4-release/subtaskThis indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.This indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.
Type
Projects
Status
Provisional
Status
In Progress