Skip to content

Commit 9b7cc0a

Browse files
committed
fix: delete https option
Signed-off-by: Youngjin Jo <[email protected]>
1 parent 6597673 commit 9b7cc0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cloudforet/console_api_v2/service/auth_service.py

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def _extract_credentials(
131131
"http_host": console_api_v2_endpoint,
132132
"script_name": request.url.path,
133133
"post_data": form_data,
134-
"https": "on",
135134
}
136135

137136
@staticmethod

0 commit comments

Comments
 (0)