(20250219) fml
This commit is contained in:
@@ -120,7 +120,7 @@ def init(blueprint_setup_state):
|
||||
attr_name = "logs_mongo",
|
||||
project = constants.PROJECT_NAME,
|
||||
log_type = constants.MODULE_NAME,
|
||||
operation = "smsAuthApi",
|
||||
operation = "softwareAuthApi",
|
||||
log_input = True,
|
||||
log_output = True,
|
||||
sensitive_keys = ["sessionToken", "X-Session-Token"]
|
||||
@@ -228,7 +228,8 @@ async def authorize_software_client(
|
||||
response = await current_app.mikrotik_hotspot_1000_controller.save_auth(
|
||||
sql_conn = current_app.sql_writer,
|
||||
mongo_data_conn = current_app.data_mongo,
|
||||
mikrotik_auth = inbound_data.auth
|
||||
mikrotik_auth = inbound_data.auth,
|
||||
action_chain = kwargs.get("log_id")
|
||||
)
|
||||
|
||||
# Note down the results:
|
||||
|
||||
Reference in New Issue
Block a user