Skip to content

Commit

Permalink
Update doc/openapi-openshift-dev-spaces.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Martin <david-martin@users.noreply.github.com>
  • Loading branch information
jasonmadigan and david-martin authored Mar 13, 2024
1 parent 67c4de0 commit c69010b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/openapi-openshift-dev-spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ For each path, add an `x-kuadrant` extension with `backendRefs` to link our rout
To secure the `/user/login` endpoint with API key authentication, use the following configuration:

```yaml
/user/login:
# ...
get:
security:
- api_key: []
/user/login:
# ...
get:
security:
- api_key: []
```


Expand Down

0 comments on commit c69010b

Please sign in to comment.