cyberark / conjur-authn-k8s-client

Authentication sidecar for Conjur Kubernetes integration.
https://www.conjur.org
Apache License 2.0
11 stars 14 forks source link

There is a quick start guide for Conjur Kubernetes authentication #246

Closed izgeri closed 3 years ago

izgeri commented 3 years ago

Use:

The goal is to demonstrate setting up an E2E flow for using Kubernetes (in the spirit of https://github.com/cyberark/dap-wiki/tree/master/how-to-guides/kubernetes#set-up-and-use-kubernetes-authenticator). We envisage this as a decomposed guide that uses the reusable scripts in order.

~This could also be adopted into an interactive experience like in Katacoda.~

  1. Reproducible steps for building an environment locally (e.g. KinD).
  2. Sane defaults.
  3. Follow a singular happy path.

The singular happy path can be:

izgeri commented 3 years ago

This is a good starting point: https://github.com/cyberark/conjur-oss-helm-chart/tree/master/examples/kubernetes-in-docker

Script 5 just clones k8s-demo and runs ./start, so that will need to be disentangled to allow the helm charts to be used. This could get us started on #239.