Alternative authentication if we are using k8 auth

Another group in our project is using Openshift Container Platform (OCP) and k8 (kubernetes) authentication to a Vault instance. The project I am working on is using .NET and not using OCP or k8. How can we authenticate to the Vault?

Hi @john.marshall ,

Where is your .NET app going to run? There are other platform based auth methods, like the k8s auth method the other group you work with uses, but for AWS, Azure, etc.

If platform based auth doesn’t work for you, there is also a generic JWT auth method, certificate, or the app role auth method.

You can find a full list here: