From 4887594b267da0ffdef1b2321c3aeaaa22e7f9e0 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 14 Apr 2020 14:03:06 -0700 Subject: [PATCH] Update README.md Signed-off-by: Tamal Saha --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b78b4dd10..af9297e6f 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,4 @@ whoami.identity.kubeshield.io/ created ## How It Woks -Identity Server is a Kubernetes extended apiserver (EAS). As an EAS, it has access to the user information which is making an api call to the "whoami" server. -You can find the core of the implementation [here](https://github.com/kubeshield/identity-server/blob/78d0e36f63792380e7b630035579ab4f3bc2cc85/pkg/registry/identity/whoami/storage.go#L57). +Identity Server is a Kubernetes extended apiserver (EAS). As an EAS, it has [access to the user](https://github.com/kubernetes/apiserver/blob/059effb5af64033b7d296c3347addd3226af60db/pkg/endpoints/filters/authentication.go#L49-L69) who is making an api call to the "whoami" server. You can find the core of the implementation [here](https://github.com/kubeshield/identity-server/blob/78d0e36f63792380e7b630035579ab4f3bc2cc85/pkg/registry/identity/whoami/storage.go#L57).