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

Feat: enable agent to use mTLS communication #49

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

yungcero
Copy link

@yungcero yungcero commented Nov 5, 2024

This pull request introduces a feature to the hashtopolis agent-python that allows the option for the agent to use mTLS verification in its session with the hashtopolis server. This is helpful if the hashtopolis server is configured to use mTLS for additional security.

By default it will be disabled unless someone has the need/use case to enable mTLS comms. The changes take advantage of the use of the requests.session class that is being used to handle client/server communication.

Also whitespace is stripped and single ticks '' have been changed to quotations "" due to my editor.

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.

1 participant