helm: Make auth type configurable#7508
helm: Make auth type configurable#7508webvictim merged 4 commits intogravitational:masterfrom agurgel-te:authentication_type
Conversation
webvictim
left a comment
There was a problem hiding this comment.
@antonio-te Looks great - could you please also add authenticationType to the correct section of https://github.com/gravitational/teleport/blob/master/docs/pages/kubernetes-access/helm/reference.mdx ?
Once that's done I can approve.
|
I was looking for exactly this. The only other way I find to do it would be to run the chart in custom mode but it seems that is not a recommended mode. What is stopping the merge now? |
|
I’ve asked the author to add the value to the Helm chart reference in our docs. Once that’s done we can approve and merge it. |
|
@antonio-te Please take a look at my previous comment. |
|
I could have sworn I force-pushed a new commit including the suggested change. |
|
Nicely done :-). I would like to use this as soon as possible. What frequency are the helm charts are published at? I cannot seem to find any helm chart newer than 6 which seems old since teleport 7.0.3 has ben released? |
Co-authored-by: Gus Luxton <gus@goteleport.com>
* Add abilty to configure postStart handler for teleport-cluster chart (#7168) * Add support for PDB with the teleport-cluster helm chart (#7138) * Allow teleport-cluster-agent chart to use an existing volume for the data directory (#7096) * Mount teleport-tls to the init container for the teleport-cluster helm chart (#7166) * add support for running agent helm chart on persistent volume (#7123) * helm: Make auth type configurable (#7508) * Add imagePullSecrets in kube-agent chart (#6941) Co-authored-by: Gus Luxton <gus@goteleport.com> Co-authored-by: Stefan Sedich <stefan.sedich@gmail.com> Co-authored-by: Kevin Nisbet <kevin@gravitational.com> Co-authored-by: Antonio Gurgel <66754096+antonio-te@users.noreply.github.com> Co-authored-by: Aymen Memni <7290430+amemni@users.noreply.github.com>
Co-authored-by: Gus Luxton <gus@goteleport.com>
This allows a Helm user to configure the authentication type used by
teleport-cluster. In my case, I need GitHub.Similar to #7450.