- Introduced `PemToCoseConversionTest` for WebAuthn key testing. - Added example Nginx config (`nginx-example.conf`) with CORS and PHP handling. - Created HTTP test scripts for self-serve API endpoints. - Provided `.env` example for Elastic Stack credentials. - Updated `.gitignore` to include IntelliJ and Nginx logs.
20 lines
951 B
Bash
20 lines
951 B
Bash
## Elastic Stack credentials (used by Elasticsearch, Kibana, Filebeat, Metricbeat)
|
||
# Choose a strong password; this value is used by all components in docker-compose.yml
|
||
ELASTIC_PASSWORD=TrWsh_dev_EsP@55w0rd_2026!
|
||
|
||
# Kibana internal user password (kibana_system)
|
||
KIBANA_PASSWORD=TrWsh_dev_Kbn@2026!
|
||
|
||
## Optional: Let’s Encrypt path for production (used by docker-compose.prod.yml)
|
||
# Uncomment and set if needed on your host; default is /etc/letsencrypt on Linux
|
||
# LETSENCRYPT_PATH=/etc/letsencrypt
|
||
|
||
## Fleet / Elastic Defend (generated below)
|
||
# Service token for Fleet Server to authenticate to Elasticsearch
|
||
FLEET_SERVER_SERVICE_TOKEN=AAEAAWVsYXN0aWMvZmxlZXQtc2VydmVyL2ZsZWV0LXNlcnZlci10b2tlbjotbFlwZHRMeVNJYUJpd1ZKb19PQW5R
|
||
# Enrollment token for Elastic Agent to enroll to Fleet (will be created after Kibana is ready)
|
||
FLEET_ENROLLMENT_TOKEN=WXA0VVdad0Jlcmk3WHBCTE9ST2U6eUl3WC1CMGZUanVlV25HVm92MGpFQQ==
|
||
|
||
# APM
|
||
APM_SECRET_TOKEN=apm_dev_token_2026!
|