Skip to content

Commit

Permalink
remove crossed out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefftree committed Jan 15, 2020
1 parent 41ef504 commit dc804d4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions keps/sig-api-machinery/20190226-network-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,16 +329,8 @@ If destined for a URL then we will use the ‘master’ NetworkContext.
- **Authentication, Authorization and Audit Webhooks**
These Webhooks use a kube config file to determine destination.
Given that we use a ‘master’ NetworkContext.
- ~~**ImagePolicyWebhook**~~
~~The image policy webhook uses a kube config file to determine destination.
Given that we use a ‘master’ NetworkContext.~~
+ **Note**: ImagePolicyWebhook has been in alpha for two years without active development to beta. We will add egressSelector if the status changes in the future.
- ~~**KMS GRPC Service**~~
~~KMS connects with an ‘endpoint’ (not the resource) via gRPC.
The service at the endpoint provides the secret information for use in encryption.
This is not a user space configurable system.
Given that we use a ‘master’ NetworkContext.~~
+ **Note**: KMS currently only supports a [Dialer](https://github.com/kubernetes/kubernetes/blob/e8bc121341807f9e33a076f6725b1b1a18d75ba0/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/grpc_service.go#L74) using unix domain sockets (UDS). This is used for communicating between processes running on the same host, and is not part of the egress traffic. In the future, we may consider adding egressSelector support if KMS accepts other protocols.

**Note**: KMS is also an egress endpoint but will not be covered as egress since it only supports a [Dialer](https://github.com/kubernetes/kubernetes/blob/e8bc121341807f9e33a076f6725b1b1a18d75ba0/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/grpc_service.go#L74) using unix domain sockets (UDS). This is used for communicating between processes running on the same host. In the future, we may consider adding egressSelector support if KMS accepts other protocols.

### Testing the Solution

Expand Down

0 comments on commit dc804d4

Please sign in to comment.