Kekoa Kaaikala
Kekoa Kaaikala
## Describe the bug When running the Monkey Island on KDE Neon, running the agent from the Island results in the following error: ``` Traceback (most recent call last): File...
# What does this PR do? Fixes #2260. Fixes a number of mypy issues. ## PR Checklist * [x] Have you added an explanation of what your changes do and...
**Is your feature request related to a problem? Please describe.** Running mypy on the project results in 168 errors at the time of this writing. A significant portion of these...
# What does this PR do? Fixes #765. Add any further explanations here. ## PR Checklist * [ ] Have you added an explanation of what your changes do and...
Our authentication protocol requires that the client obtain an updated token on a regular basis in order to keep the session alive. One method for doing this is to check...
If a user adds ssh keys to a deployed googlecompute resource, terraform will detect the change and want to overwrite it. However, we want to allow users to be able...
# Spike Investigate the different options for authentication into Kafka. Originates from #3684 The [prototype](https://github.com/guardicode/monkey-analytics/activity?ref=prototype), for reference ## Objective Determine how the UI will authenticate to the Kafka broker. Keep...
## Describe the bug When we addressed #3839, we solved the immediate issue by removing the "required" constraint on all of fields in the config schema for each plugin. However,...
We currently limit werkzeug to 2.x.x in our island. When we updated to 3.x.x, we encountered an issue similar to the following: https://stackoverflow.com/questions/77215107/importerror-cannot-import-name-url-decode-from-werkzeug-urls Update werkzeug to 3.X and fix the...
We currently have pyinstaller pinned to 5.13. Prior to pinning, a lock of the Pipfile caused the pyinstaller version to get updated to 6.1, which resulted in a propagated Agent...