Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# kube-oidc-proxy

> :warning:
>
> kube-oidc-proxy is an experimental tool that we would like to get feedback
> with from the community. Jetstack makes no guarantee on the soundness of the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this better:

get feedback on

guarantees

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

> security in this project, nor any suggestion that it's 'production ready'.
> This server sits in the critical path of authentication to the Kubernetes
> API.
>
> :warning:
`kube-oidc-proxy` is a reverse proxy server to authenticate users using OIDC to
Kubernetes API servers where OIDC authentication is not available (i.e. managed
Kubernetes providers such as GKE, EKS, etc).
Expand Down