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:
43
43
See the :ref: `cli_configuration ` section for more information about
44
44
configuration files.
45
45
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
+
46
51
Note on password authentication
47
52
-------------------------------
48
53
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.
78
78
79
79
You must define the ``url `` in each GitLab server section.
80
80
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
+
81
86
Only one of ``private_token `` or ``oauth_token `` should be defined. If neither
82
87
are defined an anonymous request will be sent to the Gitlab server, with very
83
88
limited permissions.
You can’t perform that action at this time.
0 commit comments