Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ReverseProxyAuth removed from swagger
ReverseProxyAuth removed from swagger as in upstream's suggestion.

Related: #15119 (review)
Author-Change-Id: IB#1107572
  • Loading branch information
pboguslawski committed Jun 25, 2021
commit 1b45775c893f74a5d208d9e67fabdf6f225fd68f
4 changes: 0 additions & 4 deletions routers/api/v1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
//
// Security:
// - BasicAuth :
// - ReverseProxyAuth :
// - Token :
// - AccessToken :
// - AuthorizationHeaderToken :
Expand All @@ -33,9 +32,6 @@
// SecurityDefinitions:
// BasicAuth:
// type: basic
// ReverseProxyAuth:
// type: reverseProxy
// description: Reverse proxy auth using HTTP header.
// Token:
// type: apiKey
// name: token
Expand Down
7 changes: 0 additions & 7 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17058,10 +17058,6 @@
"BasicAuth": {
"type": "basic"
},
"ReverseProxyAuth": {
"description": "Reverse proxy auth using HTTP header.",
"type": "reverseProxy"
},
"SudoHeader": {
"description": "Sudo API request as the user provided as the key. Admin privileges are required.",
"type": "apiKey",
Expand Down Expand Up @@ -17090,9 +17086,6 @@
{
"BasicAuth": []
},
{
"ReverseProxyAuth": []
},
{
"Token": []
},
Expand Down