Files
opnsense-device-control/secrets.yaml.example

18 lines
539 B
Plaintext

# OPNsense API Configuration
# Copy this file to secrets.yaml and fill in your actual credentials
# NEVER commit secrets.yaml to git!
# OPNsense API Credentials
# Generate these in OPNsense: System > Access > Users > Edit User > API Keys
opnsense_api_key: "your_api_key_here"
opnsense_api_secret: "your_api_secret_here"
# OPNsense Connection
opnsense_host: "10.0.0.254"
opnsense_url: "https://10.0.0.254"
# Required API Permissions:
# - Firewall: Aliases (Read/Write)
# - Firewall: Filter (Read/Write)
# - Diagnostics: Interface (Read)