RABC typo fix (#1123)

This commit is contained in:
Pavel
2020-02-09 15:05:07 +01:00
committed by GitHub
parent 86e8d66daf
commit 4147aee587

View File

@ -14,7 +14,7 @@ Then add the following to your ConfigureServices method.
s.AddOcelot()
.AddKubernetes();
If you have services deployed in kubernetes you will normally use the naming service to access them. Default usePodServiceAccount = True, which means that ServiceAccount using Pod to access the service of the k8s cluster needs to be ServiceAccount based on RABC authorization
If you have services deployed in kubernetes you will normally use the naming service to access them. Default usePodServiceAccount = True, which means that ServiceAccount using Pod to access the service of the k8s cluster needs to be ServiceAccount based on RBAC authorization
.. code-block::csharp
public static class OcelotBuilderExtensions