Rotate AdaMaps ingest+read keys (env-required, no inline default)
Previous values (adamaps-ingest-2026, adamaps-read-2026, mapnet-ingest-2026) were inline defaults across adamaps + adacam-api + varroa. The ingest key was briefly anon-visible during the 2026-05-27 Forgejo public-flip when adacam-api + varroa were public for a short window before the leak was spotted. New values live in Vaultwarden: - AdaMaps — API_KEY (ingest) - AdaMaps — READ_KEY Validators now hard-fail at boot if the env var is missing. Service is on hold today; when it resumes, both env vars must be set.
This commit is contained in:
parent
595c1cadf5
commit
81a6d18c1d
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ Config file: `/data/adacam/config.json`
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"device_id": "auto-generated UUID",
|
"device_id": "auto-generated UUID",
|
||||||
"adamaps_key": "adamaps-ingest-2026",
|
"adamaps_key": "<your-adamaps-ingest-key>",
|
||||||
"adamaps_api": "https://api.adamaps.org",
|
"adamaps_api": "https://api.adamaps.org",
|
||||||
"ap_interface": "wlp1s0f0",
|
"ap_interface": "wlp1s0f0",
|
||||||
"tunnel_host": "",
|
"tunnel_host": "",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ FIRMWARE_VERSION = "adacam-1.0.0"
|
||||||
|
|
||||||
_defaults = {
|
_defaults = {
|
||||||
"device_id": None,
|
"device_id": None,
|
||||||
"adamaps_key": "adamaps-ingest-2026",
|
"adamaps_key": "",
|
||||||
"adamaps_api": "https://api.adamaps.org",
|
"adamaps_api": "https://api.adamaps.org",
|
||||||
"ap_interface": "wlp1s0f0",
|
"ap_interface": "wlp1s0f0",
|
||||||
"tunnel_host": "",
|
"tunnel_host": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue