diff --git a/helm-charts/auth-apisix/README.md b/helm-charts/auth-apisix/README.md index 81e658934..5dac6eac1 100644 --- a/helm-charts/auth-apisix/README.md +++ b/helm-charts/auth-apisix/README.md @@ -62,6 +62,7 @@ helm install auth-apisix-crds . --namespace auth-apisix ``` ## Usage + The published APIs in apisix gateway are accessible through auth-apisix-gateway kubernetes service. By default, it is a NodePort service and accessible on host through http://\:\.

Apisix helm chart provides configs to change the service type to other options like LoadBalancer (apisix.service.type) and externalTrafficPolicy to 'local'(apisix.service.externalTrafficPolicy). These can be added in apisix-helm/values.yaml

While accessing the published APIs, the HTTP Authorization header of the request should contain the Access token provided by Identity provider as 'Bearer \'