Created by: ston1th 2020-05-03 12:38:28
Updated by: ston1th 2020-05-03 15:20:29
Visibility: Public

Authentication

This document describes kubernetes authentication using Dex and gangway.

Installation

Generate a static shared secret:

openssl rand -base64 32

kubectl -n auth create secret generic gangway-key
–from-literal=sesssionkey=$(openssl rand -base64 32)