项目作者: klaushofrichter

项目描述 :
This shows how to authenticate access to a Minikube Kubernetes cluster using OAuth2.
高级语言: Shell
项目地址: git://github.com/klaushofrichter/Minikube-and-OAuth2.git
创建时间: 2021-05-04T11:44:23Z
项目社区:https://github.com/klaushofrichter/Minikube-and-OAuth2

开源协议:

下载


Minikube and OAuth2

This repository contains sources for a related
@klaushofrichter/minikube-and-oauth2-a2a383f4d531">medium.com article with more details.
It explains how to configure OAuth2 for an existing Kubernetes Application running on Minikube.

There are configured scripts and yaml files in this repository. You will need to adjust config.sh and the
first few lines of the start.sh script to your needs. As a pre-requisite, you will need to have access to a
certificate, which can be generated by checking out another repository.

There are two bash scripts: start.sh sets up the Minikube cluster, and check-cert.sh <certfile> shows the validity
of the certificate.