-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hi Everyone, I've been using authentik for a while. I was trying to made some modifications, specifically on user session duration. After that I'm seeing a system task error:
{"entry": "BlueprintEntry(model='authentik_tenants.tenant', identifiers={'domain': 'authentik-default', 'default': True}, attrs={'flow_authentication': UUID('e2c15f5a-f99d-4f5a-8e4b-5d73b85a2a33'), 'flow_invalidation': UUID('9f950681-9cf3-4121-9a6c-c6f7a8780571'), 'flow_user_settings': UUID('eac14775-f1de-4e11-9fa2-7438b6adaba7'), 'domain': 'authentik-default', 'default': True}, id=None, _state=BlueprintEntryState(instance=None))", "error": "EntryInvalidError(\"Serializer errors {'non_field_errors': [ErrorDetail(string='Only a single Tenant can be set as default.', code='invalid')]}\")", "event": "entry invalid: Serializer errors {'non_field_errors': [ErrorDetail(string='Only a single Tenant can be set as default.', code='invalid')]}", "level": "warning", "log_level": "warning", "logger": "authentik.blueprints.v1.importer", "pid": 818, "task_id": "task-a7f4de83d7034fa3980484eea5af55b4", "timestamp": "2022-10-29T00:07:13.548370"}

- authentik version: 2022.10.0
- Deployment: docker-compose (Docker version 20.10.5+dfsg1)
Everything seems to be OK except the changes I've applied, I need to keep the user session even after the user closes the browser.
This is the change I made:
Should I ignore that error? Will it gone after certain amount of time? Maybe I did configure something wrong?
