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

AlienVault cant run, Field required type=missing. #1373

Closed
piancah opened this issue Aug 31, 2023 · 0 comments
Closed

AlienVault cant run, Field required type=missing. #1373

piancah opened this issue Aug 31, 2023 · 0 comments
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)

Comments

@piancah
Copy link

piancah commented Aug 31, 2023

Description

Attempted to deploy the AlienVault connector to my opencti manually, but got back missing fields and the process terminated.

Environment

  1. OS Ubuntu 22.04.3 LTS
  2. OpenCTI version: 5.9.6
  3. OpenCTI client: python
  4. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. after installation of opencti, go to connectors/external-import/alienvault/src
  2. cp config.yml.sample to config.yml
  3. edit all the changeme and add in token
  4. run main.py

Expected Output

pull data from alienvault into opencti

Actual Output

589.indicators.10.access_reason
Field required [type=missing, input_value={'id': 3622163337, 'indic...ctive': 1, 'role': None}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.3/v/missing
589.indicators.10.access_groups
Field required [type=missing, input_value={'id': 3622163337, 'indic...ctive': 1, 'role': None}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.3/v/missing
589.indicators.11.access_reason
Field required [type=missing, input_value={'id': 3622163338, 'indic...ctive': 1, 'role': None}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.3/v/missing
589.indicators.11.access_groups
Field required [type=missing, input_value={'id': 3622163338, 'indic...ctive': 1, 'role': None}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.3/v/missing
589.indicators.12.access_reason
Field required [type=missing, input_value={'id': 3622163339, 'indic...ctive': 1, 'role': None}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.3/v/missing
589.indicators.12.access_groups
Field required [type=missing, input_value={'id': 3622163339, 'indic...ctive': 1, 'role': None}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.3/v/missing
Terminated

Additional information

Screenshots (optional)

image

@piancah piancah changed the title AlienVault cant run AlienVault cant run, Field required type=missing. Aug 31, 2023
@SamuelHassine SamuelHassine added the bug use for describing something not working as expected label Oct 15, 2023
@SamuelHassine SamuelHassine added this to the Release 5.12.0 milestone Oct 15, 2023
@SamuelHassine SamuelHassine removed this from the Release 5.12.6 milestone Jan 8, 2024
@SamuelHassine SamuelHassine added this to the Release 5.12.18 milestone Jan 16, 2024
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Jan 16, 2024
@SamuelHassine SamuelHassine removed this from the Release 5.12.18 milestone Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

2 participants