Skip to content

Instantly share code, notes, and snippets.

@javaadpatel
Created March 28, 2020 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javaadpatel/c38d2415dcc58c637978cc9aea6491b7 to your computer and use it in GitHub Desktop.
Save javaadpatel/c38d2415dcc58c637978cc9aea6491b7 to your computer and use it in GitHub Desktop.
Kubernetes secret configuration command (repository: https://github.com/javaadpatel/Medium_Securing_Traefik_Dashboard)
kubectl create secret generic authenticationserver 
--from-literal=issuerurl=https://sts.windows.net/<YOUR AZURE TENANT ID>/
--from-literal=clientid=<YOUR APPLICATION ID> 
--from-literal=clientsecret=<YOUR CLIENT SECRET>
--from-literal=jwtsecret=<YOUR JWT SECRET>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment