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

incorrect account representation for oidc in poller when vo is nonetype #5761

Closed
robbarnsley opened this issue Jul 27, 2022 · 0 comments · Fixed by #5762
Closed

incorrect account representation for oidc in poller when vo is nonetype #5761

robbarnsley opened this issue Jul 27, 2022 · 0 comments · Fixed by #5762

Comments

@robbarnsley
Copy link
Contributor

Issue with the internal representation where user -> user@None in

if oidc_account:
account = InternalAccount(oidc_account, vo=vo)

This occurs when vo is set to None (when not multi_vo):

for (external_host, vo), transfers_for_host in groupby(transfs, key=lambda t: (t['external_host'],
t['scope'].vo if multi_vo else None)):

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

Successfully merging a pull request may close this issue.

2 participants