This is a Helm Chart for Krateo AuthN.
A Secret called 'jwt-sign-key' must exist within the same namespace where 'authn' will be deployed. This Secret will container the key for the jwt authentication. Here's an example of the Secret yaml:
apiVersion: v1
kind: Secret
metadata:
name: jwt-sign-key
type: Opaque
stringData:
JWT_SIGN_KEY: AbbraCadabbra
helm repo add krateo https://charts.krateo.io
helm repo update krateo
helm install authn krateo/authn