Skip to content

Commit

Permalink
doc: Update HTTP auth configuration option description
Browse files Browse the repository at this point in the history
  • Loading branch information
drons committed Nov 8, 2023
1 parent 762511a commit 4657a30
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions doc/source/user/configoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ Networking options
into a single request.

- .. config:: GDAL_HTTP_AUTH
:choices: BASIC, NTLM, GSSNEGOTIATE, ANY
:choices: BASIC, NTLM, NEGOTIATE, ANY, ANYSAFE, BEARER

Set value to tell libcurl which authentication method(s) you want it to
use. See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTHTTPAUTH
Expand All @@ -829,6 +829,19 @@ Networking options
this: "domain/user:password" or "domain\user:password". Some HTTP servers (on
Windows) support this style even for Basic authentication.

- .. config:: GDAL_GSSAPI_DELEGATION
:since: 3.3
:choices: NONE, POLICY, ALWAYS

Set allowed GSS-API delegation. Relevant only with
:config:`GDAL_HTTP_AUTH=NEGOTIATE'
- .. config:: GDAL_HTTP_BEARER
:since: 3.8
Set HTTP OAuth 2.0 Bearer Access Token to use for the connection. Must be used
with :config:`GDAL_HTTP_AUTH=BEARER`.

- .. config:: GDAL_HTTP_PROXY

Set HTTP proxy to use. The parameter should be the host name or dotted IP
Expand All @@ -852,7 +865,7 @@ Networking options
in the form of [user name]:[password].

- .. config:: GDAL_PROXY_AUTH
:choices: BASIC, NTLM, DIGEST, ANY
:choices: BASIC, NTLM, NEGOTIATE, DIGEST, ANY, ANYSAFE

Set value to to tell libcurl which authentication method(s) you want it to use
for your proxy authentication. See
Expand Down

0 comments on commit 4657a30

Please sign in to comment.