Skip to content

Commit

Permalink
Merge pull request #61 from cloud-pi-native/guide/apim
Browse files Browse the repository at this point in the history
apigateway
  • Loading branch information
this-is-tobi authored Oct 31, 2024
2 parents d25f625 + 69aec4b commit 801b469
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.vitepress/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@
{
"text": "Tutoriels",
"link": "/guide/tutorials"
},
{
"text": "Accélérateurs",
"collapsed": true,
"items": [
{
"text": "API Gateway",
"link": "/guide/accelerateurs/api-gateway"
}

]
}
]
},
Expand Down
11 changes: 11 additions & 0 deletions docs/guide/accelerateurs/api-gateway.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# API Gateway

Une API Gateway permet de protéger vos api, via des systèmes de rate limit, validation de token JWT, etc...

## Krakend

La Service Team fourni un exemple d'API gateway via la solution open-source [krakend](https://www.krakend.io/).

Il est possible de coupler krakend avec un fournisseur d'identité, [Keycloak](https://www.keycloak.org/) est la solution choisie par la Service Team.

Pour plus d'informations, un dépôt public est disponible [ici](https://github.com/cloud-pi-native/exemples_ServiceTeam/blob/main/apim/krakend/README.md)

0 comments on commit 801b469

Please sign in to comment.