Skip to content

Commit

Permalink
Correction in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhened authored Aug 23, 2024
1 parent f7e3e9d commit 3e1ec31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/auth-apisix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export accessUrl=http://$NODE_IP:$NODE_PORT/<your published endpoint uri>

</br>
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 values_apisix_gw.yaml </br></br>
While accessing the published APIs, the HTTP Authorization header of the request should contain the Access token provided by Identity provider as 'Bearer \<Access Token\>' </br></br>
While accessing the published APIs, the HTTP Authorization header of the request should contain the Access token provided by Identity provider as "Bearer &lt;Access Token&gt;" </br></br>
The access token, refresh token, userinfo and user roles can be obtained by invoking OIDC auth endpoint through UI or token endpoint through curl and providing user credentials. </br></br>

Below steps can be followed to get access token from keycloak and access the APISIX published ChatQnA API through curl
Expand Down

0 comments on commit 3e1ec31

Please sign in to comment.