Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EINS-PROD: security manager exception #745

Open
ghost opened this issue Jun 28, 2022 · 1 comment
Open

EINS-PROD: security manager exception #745

ghost opened this issue Jun 28, 2022 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Jun 28, 2022

File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 867, in run
result = context.run(func, *args)
File "/phovea/./tdp_core/security/jwt_router.py", line 59, in logout
payload, cookies = manager.security.logout()
File "/phovea/./tdp_core/security/manager.py", line 97, in logout
response_payload.update(customizations.data)
AttributeError: 'dict' object has no attribute 'data'

@ghost
Copy link
Author

ghost commented Jun 29, 2022

@puehringer as discussed today: please change the alb_security_store.logout to return a LogoutReturnValue instead of a dict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant