Skip to content

Commit 436cc00

Browse files
author
Gergő Papp-Szentannai
authored
Merge pull request #84 from gergo-papp/remove-https-restriction
Remove https scheme from auth, user and app services
2 parents b61ce15 + 2fd8809 commit 436cc00

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

auth/niauth.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ securityDefinitions:
1414
in: header
1515
security:
1616
- ApiKeyAuth: []
17-
schemes:
18-
- https
1917
paths:
2018
/auth:
2119
get:

user/niuser.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ securityDefinitions:
1414
in: header
1515
security:
1616
- ApiKeyAuth: []
17-
schemes:
18-
- https
1917
paths:
2018
'/orgs/{name}':
2119
get:

webapp/niapp.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ securityDefinitions:
1414
in: header
1515
security:
1616
- ApiKeyAuth: []
17-
schemes:
18-
- https
1917
paths:
2018
'/webapps/{id}':
2119
get:

0 commit comments

Comments
 (0)