oauth2-proxy/contrib/local-environment/kubernetes
Daniel Schafman aad8ba36ee fix(oatuh): updating oauth helm version to 7.11.0 to stop being vulnerable to GHSA-7rh7-c77v-6434 2025-08-21 18:29:27 +03:00
..
.gitignore * some polish 2020-06-16 16:47:10 -05:00
Chart.lock fix(oatuh): updating oauth helm version to 7.11.0 to stop being vulnerable to GHSA-7rh7-c77v-6434 2025-08-21 18:29:27 +03:00
Chart.yaml fix(oatuh): updating oauth helm version to 7.11.0 to stop being vulnerable to GHSA-7rh7-c77v-6434 2025-08-21 18:29:27 +03:00
Makefile chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
README.md doc: fix dex helm chart values for k8s example (#2880) 2025-01-04 19:09:36 +01:00
custom-dns.yaml chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
kind-cluster.yaml chore: Added renovate configuration 2024-01-27 09:57:42 +01:00
values.yaml doc: fix dex helm chart values for k8s example (#2880) 2025-01-04 19:09:36 +01:00

README.md

Kubernetes example

Based on kind as a local Kubernetes cluster.

Quick start

Before you start:

Required

Then:

  • make create-cluster
  • make deploy

Visit http://httpbin.localtest.me or http://hello-world.localtest.me/ Note: When accessing the service for the first time you will need to authenticate with Dex. It is configured using static credentials for testing. With username admin@example.com and password set to password.

Uninstall

  • make delete-cluster