Skip to content

Commit

Permalink
Knotx#58 cr changes, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz.hinc committed Jan 22, 2020
1 parent ac1f15c commit a08ea5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions api-gateway/security/knotx/conf/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
openapi: 3.0.0
info:
version: 1.0.0
title: Knot.x Starter Kit Docker example
description: Knotx Starter Kit Docker example
title: API Gateway Security
description: API Gateway Security with basic auth and security token
contact:
name: "Knot.x Community"
url: "http://knotx.io/community/"
Expand All @@ -29,7 +29,7 @@ paths:
'200':
description: Hello World API protected with Basic Auth
'401':
description: Anauthorized access
description: Unauthorized access
/api/secure/jwt:
get:
operationId: hello-world-operation-jwt
Expand All @@ -39,7 +39,7 @@ paths:
'200':
description: Hello World API protected with JWT
'401':
description: Anauthorized access
description: Unauthorized access

components:
securitySchemes:
Expand Down

This file was deleted.

0 comments on commit a08ea5c

Please sign in to comment.