We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature Request
Multi tenancy has been introduced by TheHive 4.0 RC releases. A use can belong to several organisations, but has a single API key and login/password.
TheHive4py must allow a user to specify if needed the organisation against which the API calls should be executed:
Using API Key
api = TheHiveApi('http://127.0.0.1:9000', API_KEY, organisation=ORG_NAME)
Using login and password
api = TheHiveApi('http://127.0.0.1:9000', USERNAME, password=PASSWORD, organisation=ORG_NAME)
The text was updated successfully, but these errors were encountered:
#154 Add support to an optional organisation param for multi tenancy …
134c7ae
…purposes
nadouani
No branches or pull requests
Request Type
Feature Request
Problem Description
Multi tenancy has been introduced by TheHive 4.0 RC releases. A use can belong to several organisations, but has a single API key and login/password.
TheHive4py must allow a user to specify if needed the organisation against which the API calls should be executed:
Using API Key
Using login and password
The text was updated successfully, but these errors were encountered: