diff --git a/doc/openapi-openshift-dev-spaces.md b/doc/openapi-openshift-dev-spaces.md index 9a24ea3..93f7f0b 100644 --- a/doc/openapi-openshift-dev-spaces.md +++ b/doc/openapi-openshift-dev-spaces.md @@ -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: [] ```