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
Branches
Tags
1 merge request!210remove auth from lso settings
Pipeline #86688 passed
This commit is part of merge request !210. Comments created here will be created in the context of that merge request.
...@@ -73,7 +73,6 @@ ...@@ -73,7 +73,6 @@
"PROVISIONING_PROXY": { "PROVISIONING_PROXY": {
"scheme": "https", "scheme": "https",
"api_base": "localhost:44444", "api_base": "localhost:44444",
"auth": "Bearer <token>",
"api_version": 1123 "api_version": 1123
}, },
"CELERY": { "CELERY": {
......
...@@ -138,7 +138,6 @@ class ProvisioningProxyParams(BaseSettings): ...@@ -138,7 +138,6 @@ class ProvisioningProxyParams(BaseSettings):
api_base: str api_base: str
#: .. deprecated:: 0.1 #: .. deprecated:: 0.1
#: Not used anymore, may be left out from config file. #: Not used anymore, may be left out from config file.
auth: str | None
api_version: int api_version: int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment