Skip to content

Commit

Permalink
Fix link in the application gateway readme (#18629)
Browse files Browse the repository at this point in the history
* Remove Runtime Agent docs

* Fix link in the application gateway readme

* update golangci-lint-action

---------

Co-authored-by: m00g3n <[email protected]>
  • Loading branch information
grego952 and m00g3n authored Mar 27, 2024
1 parent fb4e2ca commit 9622479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint-central-application-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
push:
paths:
- 'components/central-application-gateway/**'
- '!components/central-application-gateway/**/*.md'
branches: [ "main" ]
pull_request:
paths:
- 'components/central-application-gateway/**'
- '!components/central-application-gateway/**/*.md'

jobs:
golangci-lint:
Expand Down
2 changes: 1 addition & 1 deletion components/central-application-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Invocation of endpoints with duplicate names results in a `400 Bad Request` fail
### Status Codes for Errors Returned by Application Gateway

- `404 Not Found` - returned when the Application specified in the path doesn't exist.
- `400 Bad Request` - returned when an Application, service, or entry for the [Compass mode](https://kyma-project.io/#/01-overview/application-connectivity/README) is not specified in the path.
- `400 Bad Request` - returned when an Application, service, or entry for the [Compass mode](https://kyma-project.io/#/application-connector-manager/user/README) is not specified in the path.
- `504 Gateway Timeout` - returned when a call to the target API times out.
### Debugging
Expand Down

0 comments on commit 9622479

Please sign in to comment.