Skip to content

Commit

Permalink
[connector] remove api_key config variable
Browse files Browse the repository at this point in the history
not need (public API)
  • Loading branch information
Powlinett committed Aug 29, 2024
1 parent 2a57b0b commit 6e75cae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal-enrichment/first-epss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Below are the parameters you'll need to set for the connector:
| Parameter | config.yml | Docker environment variable | Default | Mandatory | Description |
|--------------|--------------|-----------------------------|---------|-----------|-------------|
| API base URL | api_base_url | FIRST_EPSS_API_BASE_URL | | Yes | |
| API key | api_key | FIRST_EPSS_API_KEY | | No | |
| Max TLP | max_tlp | FIRST_EPSS_MAX_TLP | | No | |

## Deployment
Expand Down
1 change: 0 additions & 1 deletion internal-enrichment/first-epss/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:

# Connector's custom execution parameters
- FIRST_EPSS_API_BASE_URL=https://api.first.org/data/v1/epss
- FIRST_EPSS_API_KEY=
- FIRST_EPSS_MAX_TLP=TLP:CLEAR # Available values: TLP:CLEAR, TLP:WHITE, TLP:GREEN, TLP:AMBER, TLP:AMBER+STRICT, TLP:RED

# Add proxy parameters below if needed
Expand Down
1 change: 0 additions & 1 deletion internal-enrichment/first-epss/src/config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ connector:

first_epss:
api_base_url: 'ChangeMe'
api_key: 'ChangeMe'
max_tlp: "TLP:AMBER" # Available values: TLP:CLEAR, TLP:WHITE, TLP:GREEN, TLP:AMBER, TLP:AMBER+STRICT, TLP:RED

0 comments on commit 6e75cae

Please sign in to comment.