373d21a744
Postgres-backed External Node Classifier for Puppet, replacing Cobbler. - encapi HTTP server (chi + pgx): read/write API + two ENC document shapes (reshaped for the exec terminus; cobbler-wire for enc_direct_facts.rb) - encapi-cli: classify/node/role/status CRUD + import-cobbler seeder - pkg/client Go SDK; unit tests across all packages (DB via testcontainers) - Dockerfile (distroless), Makefile, nfpm RPM (encapi-cli + encapi-enc wrapper), Woodpecker CI, docs/cutover.md
4 lines
176 B
Plaintext
4 lines
176 B
Plaintext
# encapi CLI configuration, sourced by /usr/local/bin/encapi-enc.
|
|
# Point this at the encapi server. Reads are unauthenticated.
|
|
ENCAPI_URL=https://encapi.k8s.syd1.au.unkin.net
|