John Kirkham

Results 3 comments of John Kirkham

Ok, it is pretty simple. To use ServiceAccount tokens for inter-service (inter-pod) authentication, you NEED 2 things on top of the standard bound service account tokens: 1) The ability to...

We aren't worried about encrypting traffic between pods. We want to authenticate traffic between pods. Yes, we could set up network policies and/or linkerd policies to restrict who can talk...

I created a Helm chart for Secrets-Manager and we have been using it in production for several months without issues. https://github.com/jkirkham-ratehub/secrets-manager/tree/add_helm_chart I can create a PR to merge this into...