Skip to content
Snippets Groups Projects
Commit 74edd8fb authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

remove auth from lso settings

parent e58d1908
No related branches found
No related tags found
1 merge request!210remove auth from lso settings
Pipeline #86688 passed
......@@ -73,7 +73,6 @@
"PROVISIONING_PROXY": {
"scheme": "https",
"api_base": "localhost:44444",
"auth": "Bearer <token>",
"api_version": 1123
},
"CELERY": {
......
......@@ -138,7 +138,6 @@ class ProvisioningProxyParams(BaseSettings):
api_base: str
#: .. deprecated:: 0.1
#: Not used anymore, may be left out from config file.
auth: str | None
api_version: int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment