Skip to content

docs: Align Configuration File Reference documentation with actual config files#265

Open
rhartuv wants to merge 2 commits into
RHEcosystemAppEng:mainfrom
rhartuv:config
Open

docs: Align Configuration File Reference documentation with actual config files#265
rhartuv wants to merge 2 commits into
RHEcosystemAppEng:mainfrom
rhartuv:config

Conversation

@rhartuv

@rhartuv rhartuv commented Jun 25, 2026

Copy link
Copy Markdown

Align Configuration File Reference documentation with actual config files
Jira

@rhartuv rhartuv requested a review from zvigrinberg June 25, 2026 09:14
@rhartuv rhartuv self-assigned this Jun 25, 2026
@rhartuv rhartuv added the documentation Improvements or additions to documentation label Jun 25, 2026
@vbelouso

vbelouso commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@rhartuv rhartuv marked this pull request as ready for review June 25, 2026 09:28
Comment thread README.md Outdated
| ---- | -------------------------------- | -------------------------------------- |
| Cache / data paths | `.cache/am_cache/*` | `${EXPLOIT_IQ_DATA_DIR:-/exploit-iq-data/}*` subdirectories (`git`, `pickle`, `rpms`, `vdb`, `code_index`, `checker`) |
| LLM `_type` | Hard-coded `openai` for all models | `${LLM_TYPE_*:-nim}` per model, with per-model API key and base URL env vars |
| `cve_verify_vuln_package` | Present in `functions` and `workflow` | Not configured (node omitted) |

@vbelouso vbelouso Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Comment thread README.md Outdated
| LLM `_type` | Hard-coded `openai` for all models | `${LLM_TYPE_*:-nim}` per model, with per-model API key and base URL env vars |
| `cve_verify_vuln_package` | Present in `functions` and `workflow` | Not configured (node omitted) |
| `cve_fetch_patches` | Present in `functions` and `workflow` | Not configured |
| `cve_fetch_intel` | Default `retry_on_client_errors` (`true`); HTTP plugin endpoint `http://localhost:8080/...` without K8s auth | `retry_on_client_errors: false`; endpoint uses `CALLBACK_URL_PLACEHOLDER` with `token_path` and `verify_path` for service-account auth |

@vbelouso vbelouso Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Comment thread README.md Outdated
| `cve_verify_vuln_package` | Present in `functions` and `workflow` | Not configured (node omitted) |
| `cve_fetch_patches` | Present in `functions` and `workflow` | Not configured |
| `cve_fetch_intel` | Default `retry_on_client_errors` (`true`); HTTP plugin endpoint `http://localhost:8080/...` without K8s auth | `retry_on_client_errors: false`; endpoint uses `CALLBACK_URL_PLACEHOLDER` with `token_path` and `verify_path` for service-account auth |
| `cve_agent_executor` tools | Includes `Configuration Scanner` and `Import Usage Analyzer`; sets `uber_jar_file_threshold: 600` | Omits those tools and `uber_jar_file_threshold` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@rhartuv rhartuv requested a review from vbelouso June 28, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants