Skip to content

Conversation

ilija-lazoroski
Copy link
Contributor

@ilija-lazoroski ilija-lazoroski commented Apr 26, 2023

What does this PR do?

Fixes part of #3167 .

Things left to do:

  • Fix credentials collectors ui readonly if plugin not selected
  • Fix BB test configurations that adds credentials collectors

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?
  • Have you checked that you haven't introduced any duplicate code?

Testing Checklist

  • Added relevant unit tests?
  • Do all unit tests pass?
  • Do all end-to-end tests pass?
  • Any other testing performed?

    Tested by {Running the Monkey locally with relevant config/running Island/...}

  • If applicable, add screenshots or log transcripts of the feature working
Screen.Recording.2023-04-26.at.6.01.13.PM.mov

@ilija-lazoroski ilija-lazoroski changed the base branch from develop to 3167-mock-credential-collector April 26, 2023 16:21
@ilija-lazoroski ilija-lazoroski marked this pull request as ready for review April 26, 2023 20:42
@ilija-lazoroski ilija-lazoroski force-pushed the 3167-mock-credential-collector branch from 8e83fb8 to fe230be Compare April 27, 2023 08:33
@ilija-lazoroski ilija-lazoroski force-pushed the 3167-ui-credentials-collectors branch from d50d8a2 to 8dedccb Compare April 27, 2023 08:36
Comment on lines +19 to +21
name: 'CredentialsCollectors',
allPlugins: schema.properties.credentials_collectors.properties,
selectedPlugins: Object.keys(config.credentials_collectors)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we change the configuration path of something, we'll need to update to here as well as PluginSelectorTemplate.tsx.

I see that the way we access the configuration is different in both places, but we should have the paths at one place and create a utility method that accepts the path as a parameter which we can use in this file. Maybe in a different PR.

@mssalvatore mssalvatore merged commit 5763477 into 3167-mock-credential-collector Apr 27, 2023
mssalvatore added a commit that referenced this pull request Apr 27, 2023
@mssalvatore mssalvatore deleted the 3167-ui-credentials-collectors branch April 27, 2023 11:56
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.

3 participants