Skip to content

krateoplatformops/authn-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krateo AuthN Helm Chart

This is a Helm Chart for Krateo AuthN.

Requirements

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

How to install

helm repo add krateo https://charts.krateo.io
helm repo update krateo
helm install authn krateo/authn

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages