metalsecure is the worker of metalflow written in Go.
- Go >= 1.18.0
version=latest make build
./bin/metalsecure --listen-url=:19094version=latest make docker
docker run ghcr.io/devops-metalflow/metalsecure:latest --listen-url=:19094usage: metalsecure --listen-url=LISTEN-URL [<flags>]
metalsecure
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
--listen-url=LISTEN-URL Listen URL (host:port)
{
"apiVersion": "v1",
"kind": "metalsecure",
"metadata": {
"name": "metalsecure"
},
"spec": {
"name": "foo"
}
}Project License can be found here.