File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ You can also use configuration files to create ``gitlab.Gitlab`` objects:
4343 See the :ref: `cli_configuration ` section for more information about
4444configuration files.
4545
46+ .. warning ::
47+
48+ If the GitLab server you are using redirects requests from http to https,
49+ make sure to use the ``https:// `` protocol in the URL definition.
50+
4651Note on password authentication
4752-------------------------------
4853
Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ parameters. You can override the values in each GitLab server section.
7878
7979You must define the ``url `` in each GitLab server section.
8080
81+ .. warning ::
82+
83+ If the GitLab server you are using redirects requests from http to https,
84+ make sure to use the ``https:// `` protocol in the ``url `` definition.
85+
8186Only one of ``private_token `` or ``oauth_token `` should be defined. If neither
8287are defined an anonymous request will be sent to the Gitlab server, with very
8388limited permissions.
You can’t perform that action at this time.
0 commit comments