Skip to content

Commit

Permalink
fix: fix endpoints and remove jwt token configuration (#13)
Browse files Browse the repository at this point in the history
Because

- we want to make the api-gateway configuration up-to-date

This commit

- remove JWT related configuration
- update gRPC method to `POST`
- update mgmt-backend endpoints
- move certain connector-backend endpoints from auth to no auth
- move certain model-backend endpoints from auth to no auth
  • Loading branch information
xiaofei-du committed Feb 6, 2023
1 parent 7c157b0 commit 7b35a60
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 241 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# api-gateway

This repository maintains the [KrakenD](https://www.krakend.io) API gateway configuration file `krakend.json` and a Docker Compose file `docker-compose.yaml` for integration test.
This repository maintains the [KrakenD](https://www.krakend.io) API gateway configuration file `krakend.json`.

## KrakenD

Expand Down

0 comments on commit 7b35a60

Please sign in to comment.