-
Notifications
You must be signed in to change notification settings - Fork 56
fix: Ansys Lab authentication #4503
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Jérôme Blanche <[email protected]>
@jerome-blanche @mkundu1 Thanks for the suggestions. I have verified that both suggestions are working fine with the latest wheel file. |
…sys_lab_authentication
…sys/pyfluent into feat/ansys_lab_authentication
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes Ansys Lab authentication by implementing server information retrieval for remote Fluent connections. The change enables proper authentication by downloading and parsing server connection details from a remote file service.
- Added a new function to download and parse server information with retry logic
- Updated the remote Fluent launcher to retrieve IP, port, and password from server info file
- Modified the connection creation to use the retrieved authentication parameters
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
src/ansys/fluent/core/launcher/pim_launcher.py | Added server info retrieval functionality and updated connection creation to use authentication parameters |
doc/changelog.d/4503.fixed.md | Added changelog entry for the authentication fix |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Resolved Ansys Lab authentication issue.