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

[9.0] fix: useLegacyAdapter should check the VO #7347

Closed
wants to merge 2 commits into from

Conversation

aldbr
Copy link
Contributor

@aldbr aldbr commented Dec 6, 2023

Aims at solving #7346

BEGINRELEASENOTES
*Configuration
FIX: useLegacyAdapter now checks the VO
ENDRELEASENOTES

@aldbr aldbr requested review from chaen and chrisburr December 6, 2023 16:56
@aldbr aldbr changed the title [v9.0] fix: useLegacyAdapter should check the VO [9.0] fix: useLegacyAdapter should check the VO Dec 7, 2023
return (value or "no").lower() in ("y", "yes", "true", "1")
isServiceEnabled = (value or "no").lower() in ("y", "yes", "true", "1")
# Check if DiracX is enabled for this VO
result = getProxyInfo()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if we're using a host certificate rather than a proxy?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does diracx handle requests coming from a host?

@chrisburr
Copy link
Member

See #7346

@chrisburr chrisburr closed this Dec 7, 2023
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

Successfully merging this pull request may close these issues.

2 participants