Skip to content
Merged
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
Reverse proxy API auth separated in docs
Related: #15119 (comment)
Author-Change-Id: IB#1107572
  • Loading branch information
pboguslawski committed Apr 30, 2021
commit d7f281534ebca47a98ce939223bc46f40c8e159b
11 changes: 7 additions & 4 deletions routers/api/v1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
// - text/html
//
// Security:
// - BasicOrReverseProxyAuth :
// - BasicAuth :
// - ReverseProxyAuth :
// - Token :
// - AccessToken :
// - AuthorizationHeaderToken :
Expand All @@ -30,9 +31,11 @@
// - TOTPHeader :
//
// SecurityDefinitions:
// BasicOrReverseProxyAuth:
// type: basicOrReverseProxy
// description: Basic auth or rexerse proxy auth using HTTP header.
// BasicAuth:
// type: basic
// ReverseProxyAuth:
// type: reverseProxy
// description: Reverse proxy auth using HTTP header.
// Token:
// type: apiKey
// name: token
Expand Down