Skip to content

Commit f4b5d8d

Browse files
authored
Update 2026-03-27-openig-rest-api-security-oauth2-openapi-validation-rate-limiting.md
1 parent 5af2cda commit f4b5d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2026-03-27-openig-rest-api-security-oauth2-openapi-validation-rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Download the OpenAPI specification for the service; we'll need it later to valid
7171
curl -v http://localhost:9966/petclinic/v3/api-docs.yaml -H "Host: petclinic:9966" | grep -v extensions > petclinic.yml
7272
```
7373

74-
## Настройка OpenIG
74+
## OpenIG Setup
7575

7676
Add OpenIG to the list of services in `docker-compose.yml` and close the port for the `petclinic` service. Now all requests to it will go through OpenIG.
7777

0 commit comments

Comments
 (0)