-
Notifications
You must be signed in to change notification settings - Fork 3
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
support access keys #205
support access keys #205
Conversation
Signed-off-by: Amir Malka <[email protected]>
PR Analysis
PR Feedback
How to use
|
PR Analysis
PR Feedback
How to use
|
PR Type:
Enhancement
PR Description:
This PR introduces support for access keys in the backend API. The main changes include:
PR Main Files Walkthrough:
files:
infrastructure/backend_api.py
: Added an API endpoint for access keys. Modified the login method to retrieve and set access keys. Updated the tenant creation method to return the tenant's access key. Added a method to retrieve access keys.infrastructure/helm_wrapper.py
: Updated the method for installing the Armo Helm chart to include the access key.systest_utils/systests_utilities.py
: Updated the run_command method to accept an environment variable dictionary.tests_scripts/base_test.py
: Updated the method for creating a new tenant to set the access key.tests_scripts/helm/base_helm.py
: Updated the method for installing the Armo Helm chart to include the access key.tests_scripts/kubescape/base_kubescape.py
: Updated the methods for downloading policy and scanning to include the access key.infrastructure/backendapi.md
: Updated the documentation to reflect the changes made in the backend API related to access keys.